Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add record in SQL table HELP!!!!!!!!!!!!!!!
Message
De
10/05/2000 13:46:14
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00368205
Message ID:
00368233
Vues:
18
I do so MUCH appreciate your help!!!!

I was able to select the Send Update as you mention, but NOW, I get an SQL error that messes up FoxPro. I can not even type the Quit command without the error.

Below is the program I am running. It locks up on the Copy to command, but it ads records and the browse before it works FINE.

The error is EXACTLY

Connectivity error: [Microsoft][ODBC SQL Server][SQL Server] Incorrect syntax near the keyword ‘level’



set safe on
set defa to z:\source
set talk on
close database all
OPEN DATABASE z:\source\test.dbc shar
use joel_empl
STORE "A1" TO M.ID
STORE "Joel" TO M.NAME
STORE "X12" TO M.LEVEL
INSERT INTO JOEL_EMPL FROM MEMVAR
BROW
copy to temptest
close database all
use temptest
brow
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform