Hello
Sql Server 2000 is installed on my m/c . We have business DLL's of
stand alone application which are written in Vb6.0, which are connecting to
Sql Server 6.5 using ODBC and front end for this application is also
developed in Vb 6.0.
But now I am doing web enabling of it using Asp.Net. I am calling
business DLL of that application through Asp.Net. But it is giving me
error while I am trying to do any transction to Sql Server 6.5 using that
Business Dll . The error which it return is as follow
"ODBC-->CBSITACSSecurity::CompleteValidation-->CITACSInvisibleLogin::GetInvisibleLogin"
" at ITACSServices.CITACSInvisibleLoginClass.GetInvisibleLogin(String
pstrLoginName, String pstrPassword)
In CITACSInvisibleLogin::GetInvisibleLogin function I am trying to
connect to sql server 6.5.
Is is it giving me problem as I have Sql Server 2000 installed on my M/c
or is there any other issue while connecting to Sql server 6.5 ???
On my M/c SqlSrv32.DLL version for Sql server driver is 2000.81.7713.00 .
Please help me to solve this problem
THank You
Neeta AMbekar