Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Idiot guide to using remote tables
Message
De
18/11/2003 06:43:09
 
 
À
18/11/2003 05:10:23
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00849959
Message ID:
00850920
Vues:
15
Thanks for your assistance. Its certainly educational.

I can see how creating an updateable view would work with small tables but I eventually want my app to add - say - 10,000 records to a table which may already have several million in it. Unless I'm missing something, that approach wouldn't work. You refer, however, to SQL Server's bulk operations and I've come across other references to that but I can't find an actual working example that would help me formulate a working command for that. If you can point me to a relevant link which has such an example, I would be grateful.

By the bye, I've just tried

SQLPREPARE(gnhandle,"insert into vizkeys (realkey,kcurrent,date_used,kprevious,knext,date_up,crypt_key,mess_hash,ownerkey) values (m.realkey,m.kcurrent,m.date_used,'','',m.date_up,'','',m.ownerkey)",'real')

and got this error message:

"The name 'realkey' is not permitted in this context. Only constants, expressions,or variables allowed here. Column names are not permitted."

which makes no sense to me whatever, as Column names would seem to be an obvious requirement when we're inserting records!!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform