Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Having problem with Insert query
Message
De
07/09/2004 16:13:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Having problem with Insert query
Divers
Thread ID:
00940082
Message ID:
00940082
Vues:
75
I have an insert query.
When my ocrdata field has the data in two lines:
'this is my
first test'
i am getting an error saying : Command contains unrecognized phrase/keyword.
If the same data is in 1 line: 'this is my first test'
that works perfect.
How can i adjust my data when executing the query.

*********Query************************
the following fails:
Insert into ocrdata(id,tiffile,ocdata,created_dt) Values(4333,'demdemorecv10','this is my
first test',{9/7/2004})

the following works fine:
Insert into ocrdata(id,tiffile,ocdata,created_dt) Values(4333,'demdemorecv10','this is my first test',{9/7/2004})
**************************************

I am trying to use the above query via VB to foxpro.
Please Help.

Thank you very much.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform