Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Available Indices in remote tables
Message
From
15/08/2002 15:00:32
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00689924
Message ID:
00690105
Views:
28
>Did you try the LIKE clause instead of =? Unlike VFP, Oracle will not compare strings of differing lengths without the LIKE clause.

Sorry Larry, I copied the last "version" of the prg, but I tried both (one of them with a Trim() ):
 SQLexec (nJDEHandle, "select * from user_indexes where upper(table_name) = 'F4211'", "CurOracle")
 SQLexec (nJDEHandle, "select * from user_indexes where trim (upper(table_name)) = 'F4211'", "CurOracle")
 SQLexec (nJDEHandle, "select * from user_indexes where upper(table_name) like 'F4211%'", "CurOracle")
They all give the same empty cursor as result.

Fernando
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform