Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Slow SQL Through ODBC for fox database
Message
 
À
06/03/1999 05:29:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00193912
Message ID:
00194841
Vues:
21
For any columns that you do not specify, ODBC will attempt to place NULLs into those columns. You need to turn null support on for each field. Or, you need to specify some default values for those columns...


>Hi John,
>
> Now i am facing another problem in INSERT INTO command.
>my command is like,
>
> =sqlcon....
>....
>....
> mysql = "Insert into A (Company) Values ('A')"
> ReturnString = sqlexec(conn_number,MySql)
>
>A is my Foxpro Table. and i connected Fox Databse through ODBC.
>it added records in table A. but it returns ReturnString as -1.
>i tried with many INSERT INTO commands, but not success. it updates database but wrongly returns the result in ReturnString.
>
>waiting for your reply
>
>regards
>amit
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform