ESQL is not the product of MS SQL Server, I think its for COBOL and you can set the c++ to use with ESQL. (Kindly limit your queries with regard to SQL Server issues). _________ Satya SKJ Moderator SQL-Server-Performance.Com
Hi, ESQL is product of MS SQL Server only, it is like Oracle's Proc*C. ESQL only supports C language. Is any way i can use C++ insterd of C Sri
I don't think so... You can use technologies such as ADO, OLEDB or ODBC in C++ From Microsoft's site: Warning While the ESQL/C API is still supported in Microsoft SQL Server 2000, no future versions of SQL Server will include the files needed to do programming work on applications that use this API. Connections from existing applications written using ESQL/C will still be supported in the next version of SQL Server, but this support will also be dropped in a future release. When writing new applications, avoid using ESQL/C. When modifying existing applications, you are strongly encouraged to remove dependencies on ESQL/C. Instead of ESQL/C, you can use Microsoft ActiveX® Data Objects (ADO), OLE DB, or ODBC to access data in SQL Server.
True, as specified follow Twan's suggestion. _________ Satya SKJ Moderator SQL-Server-Performance.Com
Yeah Microsoft has recommended migrating existing apps using DAO, RDO and ESQL/C. Well if you still wanna use C++, yes you can use all the API's in C++. I believe MFC classes use the same. Gaurav Moderator Man thrives, oddly enough, only in the presence of a challenging environment- L. Ron Hubbard