Getting data from NoteSQL using ASP.NET

I am trying to get data from NoteSQL using ASP.NET Pages in my web application. But i am getting following error:

System.Data.Odbc.OdbcException: ERROR [IM005] [Microsoft][ODBC Driver Manager] Driver’s SQLAllocHandle on SQL_HANDLE_DBC failed ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn’t support the version of ODBC behavior that the application requested (see SQLSetEnvAttr). at System.Data.Odbc.OdbcConnection.Open() at IndustrynewsAudit.Industrynews.Page_Load(Object sender, EventArgs e)

It’s working fine if i connect through Data Connection in .NET but it’s not working if i try to connect through asp.net pages. I am using NoteSQL 3.02g version.

Thanks

Chetan Patel

Subject: Getting data from NoteSQL using ASP.NET

You might want to try a true managed ADO.NET data driver. See Products A-Z.