Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Implementing $-like Functionality
Message
De
15/06/1999 17:59:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Implementing $-like Functionality
Divers
Thread ID:
00230204
Message ID:
00230204
Vues:
53
Hi,

We are writing a client/server application with VFP 6.0 on the front end and SQL Server on the back end.

We'd like to construct a query to send via ODBC which would be equivalent to the following VFP code:

Select * from mytable where mytextvar $ upper(mymemofield)

On the backend, mymemofield is of type TEXT.

We came up with the following:

Select * from mytable where ;
{fn ucase(" + mymemofield+ ")} ;
LIKE "'%" + mytextvar +"%'"

I'm not at the office at the moment, so I don't have the precise error message, but it's something to do with trying to convert the data type to VARCHAR.

Anyone out there had this problem before ?

Best.

Matt.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform