Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC - Functions Calling
Message
De
15/10/1996 11:15:55
Biju Varghese
M.H Alshaya Co W.L.L
Kuwait, Kuwait
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
ODBC - Functions Calling
Divers
Thread ID:
00010066
Message ID:
00010066
Vues:
107
Hello Does anybody know how to call ODBC API from ODBC manager.I was trying to work with ODBCAPI program which was downloaded from Software download corner of UT. I had tried to execute some function from VFP and getting error as -.2125E+10. I had done the following step to execute an statement from VFP to ORACLE. DECLARE INTEGER SQLExecDirect IN odbc32.dll ; INTEGER nHstmt, ; STRING cSqlStr, ; INTEGER nSqlStrSize gnConHandle=SQLCONNECT('oracle') gnInternalConHandle = SQLGETPROP(gnConHandle,'ODBChdbc') gnInternalStmHandle = SQLGETPROP(gnConHandle,'ODBChstmt') cSql='SELECT * FROM Emp') nSql=LEN(cSql) ?SQLExecDirect(gnInternalStmHandle,cSql,nSql) I will be thankful, if anybody can provide me a sample programs do work with ODBC functions. Thank Q Waheed email:mbws@batelco.com.bh
Répondre
Fil
Voir

Click here to load this message in the networking platform