How to connect SQL in visual FoxPro
Answers
Answered by
3
- SQLSTRINGCONNECT([cConnectString])
- Returns Numeric.
- Arguments. cConnectString - Specifies the data source connection string required by some ODBC drivers. Visual FoxPro passes the connection string to the ODBC driver. ...
- DSNLess Connections. Creating DSN-less connections to SQL Server:
Answered by
28
VFP Command SQL String Connect
- SQLSTRINGCONNECT([cConnectString])
- Returns Numeric.
- Arguments. cConnectString - Specifies the data source connection string required by some ODBC drivers. Visual FoxPro passes the connection string to the ODBC driver.
- DSNLess Connections. Creating DSN-less connections to SQL Server
Similar questions