mssql & ntext & error

wxdqz

New Member
Hi.
I finally found the reason why I couldn't
retrieve NTEXT datas from SQL SERVER 2000.
It seems that the mssql extension was built on the DB-Library api from Microsoft.
The problem is that this API is not supported by MS at this time.
That means the new data types like ntext...are not handled by this extension.

Even if you compile the extension, changing the .lib files with those shipped with SQL SERVER 2000, it wouldn't work.

The solution is to make a new extension using the ADO api or the OLEDB api.
If you have a bit of time...

Karim Laurent
 
Back
Top