Viewing 3 posts - 1 through 4 (of 4 total)
Which give better performance or which is faster way 2 access data out of three:
1) ODBC
2) OLE DB
3) SQL Server Native Client
November 8, 2011 at 8:44 am
#1404617
You told that OCI is same as Sqlncli,
OCI has their own API for connection and data retrieval, but sqlncli has not such api,
How we use sqlncli in our program for...
November 8, 2011 at 7:42 am
#1404549
Thanx for help,
Is SQLNCLI is same as OCI in Oracle..?
Is SQLNCLI provide their own API for connection or retrieval of data from SQL Server or use api of ODBC...
November 8, 2011 at 7:06 am
#1404507