PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Using hcommand with ODBC?
Using hcommand with ODBC?
Iniciado por J.Flietstra, nov., 05 2005 7:28 PM - Sem resposta
Publicado em novembro, 05 2005 - 7:28 PM
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