Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL - Like
Message
From
29/10/1999 14:22:37
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00283960
Message ID:
00284011
Views:
22
Olá jeff

Doing like you said


1 - '
2 - "
_like_find = 12*EUREKA*12
_sql = "select name from censos where censos.name like _like_find%"

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

_d = -1 some thing is wrong !!!1

what i'm trying to do is,put in my c_regifreg cursor all names that have EUREKA in censos.name
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform