Computer Science, asked by vairavanav, 3 months ago

How to connect SQL in visual FoxPro

Answers

Answered by aviralkachhal007
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 Anonymous
28

\huge{\underline{\underline{\huge{\bold{AnsweR \: :-}}}}}

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