Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLExec
Message
De
04/01/2000 20:54:35
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
04/01/2000 12:40:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00312525
Message ID:
00312952
Vues:
28
Greg,

As Philip said, piece the statement together. I usually write:

cMySelect = [SELECT ... ]
cMyFrom = [FROM SomeTable LEFT JOIN ... ]
cMyWhere = [WHERE SomeCondition ... ]
etc.

cMySQL = cMySelect + cMyFrom + ...
=SQLEXEC(nConnectionHandle, cMySQL, [TempCursor])


>Is there a limit to the size of SQLExec Statement. I have a DB2 table that needs to be updated from VFP. The Datatypes are different in DB2/OS390 than on VFP so I have to do some conversions. There are 32 columns on DB2/OS390 and 34 columns on VFP. When I write the SQLExec Statement it appears to reach a limit on the size of the Statement (Due to the number of columns). Is there a way around this??? Remote view doesn't appear to work because of differences between Data Types.
>
>Greg
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform