Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C00000005 error
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
C00000005 error
Miscellaneous
Thread ID:
00614075
Message ID:
00614075
Views:
177
I used to get this error but not always:

Erreur irrécupérable : Code d'exception=C0000005 @ 2002/02/01 10:13:37. Fichier journal d'erreurs : D:\Kitchantier\Kitchantier\Exe\VFP7Rerr.log
Appelé à partir de rap_cac line 1172 {D:\Kitchantier\Kitchantier\Exe\progs\rapports.prg rapports.fxp}
Appelé à partir de ON... line 0 { }
Appelé à partir de main line 79 {D:\Kitchantier\Kitchantier\Exe\progs\main.prg d:\kitchantier\kitchantier\exe\kitchantier.exe}

This is my code:
LOCAL lcQUERY
lcQUERY = "SELECT COM_CODE COMMANDE," ;
+"COM_INTITULE INTITULE ....." Approx. : 2700chars long.

lnHANDLE = SQLCONNECT("ODBC_CONNECTION")
IF lnHANDLE<=0 .OR. SQLEXEC(lnHANDLE, lcQUERY, "CUR_TEMP")<=0
SQLDISCONNECT(lnHANDLE)
ENDIF


The C000005 error is always on the SQLEXEC() function.

Why?

Thanks a lot
Le travail est un moyen, pas une fin.

Louis Hudon
Hydro-Québec
Informatique en Équipement
Next
Reply
Map
View

Click here to load this message in the networking platform