Search found 4 matches
- Mon Dec 31, 2012 10:29 am
- Forum: Technical / Scripting
- Topic: MYSQL wildcard query help
- Replies: 2
- Views: 3696
SQL like statement issue solved
Solving my own question here; but thought I would post as it might help someone else down the line..... :oops: It’s not the wildcard on the LIKE. It’s the format of the date. Found out that MS-Access will be translating it through the ODBC layer based on locale. MySQL will expect it American nat...
- Fri Dec 28, 2012 3:47 pm
- Forum: Technical / Scripting
- Topic: MYSQL wildcard query help
- Replies: 2
- Views: 3696
MYSQL wildcard query help
Hi Getting stuck on this wildcard query. I've got a connection to the MYSQL database and a static query works; but this wildcard query won't - just returns a zero array: ***Query in MS Access to a linked table that works:*** SELECT postop.id, postop.case_number, postop.hospital_number, postop.record...
- Thu Mar 01, 2012 5:55 pm
- Forum: Technical / Scripting
- Topic: CF_RESULT issue
- Replies: 4
- Views: 6737
Perfect. Thank you!!
thank you. that works a treat
- Wed Feb 29, 2012 10:27 am
- Forum: Technical / Scripting
- Topic: CF_RESULT issue
- Replies: 4
- Views: 6737
CF_RESULT issue
Hi Having an issue with getting CF_RESULT to work; so would appreciate any advice! The following script works perfectly and copies the database. It is running as domain admin account. However, it returns a CF_RESULT value of FALSE? //Set IGNORESPACES to 1 to force script interpreter to ignore spaces...