Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC AND '='
Message
From
26/07/2000 16:42:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
ODBC AND '='
Miscellaneous
Thread ID:
00397312
Message ID:
00397312
Views:
50
I have a need to access VFP data through ODBC from
a VB app. The some of the queries need to perform
searches as VFP does with SET EXACT OFF. Is there
a way of doing this?

I've tried using the LIKE operator
(WHERE dmiProv.LastName LIKE 'MILL%') but this is
not optimizable and the query takes between two
and eight minutes over the network. I've also
tried using the '=' operator, but this works like
'==' (WHERE dmiProv.LastName = 'MILL').

Can anyone give me some direction on this problem?

...kt
Next
Reply
Map
View

Click here to load this message in the networking platform