Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5834 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hi I have an .asp site that queries our Filemaker database and it usually runs fine without problems. However about once a day a random user gets the following error ][ODBC FileMaker driver][FileMaker]Query Failed .

This error occurs on an INSERT statement on the Set rsInfo = oConn.execute(strSQL). I don't see anything wrong in the code and it works successfully on dozens of instances of the same event each day.

Please let me know if you have any ideas or need any more clues. Thank you for your time!

  • 1 month later...
  • Newbies
Posted

I figured out what was going on and wanted to let anyone else with this problem know the answer...

This error was caused by a date field in the query using a 10 digit date...in other words a "mm/dd/yyyy" date crashes the query, which is why this just started popping up at the end of the year... 9/31/2008 in the query is ok but 10/31/2008 crashes the query. I came up with a workaround for my solution that strips the "20" from the year so the dat is only mm/dd/yy.

This topic is 5834 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.