Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC AND '='
Message
De
26/07/2000 16:42:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
ODBC AND '='
Divers
Thread ID:
00397312
Message ID:
00397312
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform