Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data update in SQL Server
Message
De
24/11/2006 10:05:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Data update in SQL Server
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01172264
Message ID:
01172264
Vues:
67
Hi,

I am using Visual Foxpro 9 with SQL Server 2000. My table contains approx. 40 fields.
I am using a temporary cursor for my form and then using SqlExec() command to update records to SQL Server from memory.
The problem is that the sql string becomes too long , approx. 1000 words, which gives error and i am not able to update my table in sql server.

Is there any other way to update SQL server database except making a remote view as for that we have to create a DSN or connection and which reqires SQL Server name to be hardcoded and limits your software to be deployed easily.

SQLExec(g_connection,"update tabcurrent (sno,field1,field2,...) values ('"+m.sno+","'+m.field1+"'...

Please help
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform