August 27, 200421 yr Hello everyone, I'm working with a 3rd party software that is sending query over ODBC in what I think is some sort of ANSI mode example: SELECT "Age","Last Name","First Name","DOB","Sex","MI","Height","Weight","ID1","ID2" FROM Demographics I was wondering if there is anyway for FMP to accept this type of query? I know in MySQL you can run in a ansi mode which will treat the "" as idenitfiers not as a string. Right now the result of that statment looks like this: "Age" "Last name" "First name" Could someone please point me at the right direction. Thank you
Create an account or sign in to comment