Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL - Like
Message
De
29/10/1999 13:44:27
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL - Like
Divers
Thread ID:
00283960
Message ID:
00283960
Vues:
57
Olá !!

I create o connectin to mymdb.mdb and it work perfectly, but i want to do something like this

_like_find = '"*EUREKA*"'
_sql = "select name from censos where censos.name like ?_like_find"

myconnection = SQLCONNECT("regifreg")
= SQLPREPARE(myconnection, _sql, "c_regifreg")
_d = SQLEXEC(myconnection)

the cursor c_regifreg is eof()
what´s wrong in the sql like clause???

Thank you all
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform