PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Using hcommand with ODBC?
Using hcommand with ODBC?
Débuté par J.Flietstra, 05 nov. 2005 19:28 - Aucune réponse
Posté le 05 novembre 2005 - 19:28
Hello,
Can i use the following with a ODBC connection?
I tried this but there is no data in a table..
When i use Excel and import data with this DSN name i see all the data.
Parkhuur is the DSN naam (as system DSN)
----------------------------------------------------------------------------
if HOpenConnection("ServerFiles","","","Parkhuur","",hODBC,hOReadWrite) = false THEN
Info(HErrorInfo())
END
IF HChangeConnection("Ph_f_bkg","ServerFiles") = False THEN
Info(HErrorInfo())
END
IF HCreationIfNotFound(Ph_f_bkg) = False THEN
Info(HErrorInfo())
END