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

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

Recommended Posts

  • Newbies
Posted (edited)

Hi there,

I'm developing a c# window's solution with an interaction with a filemaker's odbc connection.

This application may send some sql request on inexistent tables or columns.

Is there specific code or message in the filemaker's reply? My goal is intercept this code, message to make an identification of the error's type and write a comprehensive message to the user.

[edit]

I find a code and a message send by mysql.

for a unknown column, filemaker says

  • Message }:( "Error in Result Column"
  • SQLState : HY000
  • NativeError : -203

The SQLState is always the same for the different kind of errors (HY000), but the NativeError number changes.

Where may i find a list of this code? I've nothing found in Filemaker' doc

Thanks a lot...

[/edit]

Thanks and sorry for my english....

Shewif

Edited by Guest
Posted (edited)

Are you looking for FM error codes?

If yes, try here .

If you are talking about MySQL, what version are you using? I haven't seen a comprehensive list, I always just search the site. Slowly compiling a list of my own (Only have a few right now).

Edited by Guest
  • Newbies
Posted

Yes, I've already seen this list, but it seems to be a filemaker's user list. I search a filemaker's sql error list.

for example, a request that make a duplicate key(with unique clause) is associate to a SQL message "Field failed unique value validation test" and a SQLNative error -511.

This list have an another message for error 511;(

I hope that i don't need to test all possibilities to do my own error's list message (in french)...

I don't use another DBMS. But i don't look if Mysql error number is the same.

thanks

This topic is 5932 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.