¡Hola!
FW admite SQL-Server?
Si no, tiene previsto implementar el acceso?
Gracias!
Rodrigo Melo
oCn := FW_OpenADOConnection( { "MSSQL", cServerName, cCatalog, cUser, cPassword }, .t. )
if oCn == nil
? "Connect Fail"
else
// use connection
// example: view all table names
XBROWSER FW_AdoTables( oCn )
oCn:Close()
endif
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 47 guests