Also I have never tried it for Anonymous Connection. My settings are Basic Authentication with everything else unchecked. These settings seem to work for me. Give it a try and see if it works for you too. Thanks
-A
'Try Driver 3.30
'To Test the connection here is the VBS file
Set cn = CreateObject("ADODB.Connection")
Set rs = CreateObject("ADODB.Recordset")
cn.Open "Driver={ProvideX 32-Bit ODBC...
The Method I mentioned should work fine for intranet. 1 more thing I forgot to tell is to use BASIC AUTHENTICATION method as it shouldnt work with NT Challenge Response Method.
Thats it...
The Method I mentioned should work fine for intranet. 1 more thing I forgot to tell is to use BASIC AUTHENTICATION method as it shouldnt work with NT Challenge Response Method.
Thats it...
"[ProvideX][ODBC Driver][FILEIO]Table is not accessible"
I was receiving this message for so long then I found a solution that works fine for me under ASP using ODBC connection...
1.Download ODBC driver version 3.30
http://www.providex.ca/downloads/odbc/home.html
2. Make a system DSN...
"[ProvideX][ODBC Driver][FILEIO]Table is not accessible"
I was receiving this message for so long then I found a solution that works fine for me under ASP using ODBC connection...
1.Download ODBC driver version 3.30
http://www.providex.ca/downloads/odbc/home.html
2. Make a system DSN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.