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
 SQL Server Administration (2005)
 SQLNCLI.dll driver issues....

Author  Topic 

srivatsahg
Yak Posting Veteran

71 Posts

Posted - 2009-10-01 : 10:51:17
Hello All

The database i have for my application is SQL Server 2005 Developer Edition.

If I use DRIVER={SQL Server}, i.e., use SQLSRV32, everything works properly.All the internal queries in my application.

On the other hand,

If I use DRIVER={SQL Native Client}, i.e., use SQLCNLI,
I apparently get garbage. This is true for ntext, nchar and nvarchar. I also have problems with xml, but I haven't gotten far enough to isolate what's going on with it.

Any ideas in this direction, regarding the correct ODBC driver usage

Thanks in advance
Srivatsa
   

- Advertisement -