Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index on Oracle
Message
 
 
To
02/08/2000 14:12:03
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00399675
Message ID:
00400023
Views:
18
>If you are doing the SELECT through a native driver, it should work as is, but if you are using SQLPassthrough, try making sure your cases match. Native Oracle is not case sensitive, but some driver for it are.
> ie SELECT * FROM OWNER.TABLE tablea WHERE tablea.SEX = 'M' vs
> SELECT * FROM OWNER.TABLE tablea WHERE TableA.SEX = 'M'
>
>Another thing is to rember that string literals are in single quotes ' (rside of the = ) while tables, fields etc are in double quotes "
>i.e. "_SMDBA_"."Open Calls" o_calls WHERE o_calls."Open Date" = '01/02/200'

I missed his double-quotes around the M. That would be his problem. Use single quote mark instead.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform