Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 What is the best approach to develop applications

Author  Topic 

dayakarr
Starting Member

1 Post

Posted - 2008-12-26 : 03:53:04
Hello,

I have an application which uses DB-Library API's to interact with SQL server 2000. I am supposed to upgrade this application to support SQL Server 2005.

As DB-library will be deprecated very soon, I want to use latest native library. I learned about 'SQL Native Client'. BUT did not find api documentation like 'DB-library'.

1) Do we have any article talking about - how to migrate DB-library application to use 'SQL Native Client'?

2) I am not still clear about how to use native apis to connect with SQL Server 2005. Do I need to use ODBC apis or OLE DB?. These are generic approaches. Don't we have native apis like DB-Library ( dblogin_t ) in SQL server 2005.

Awaiting for reply,

Regards,
Dayakar
   

- Advertisement -