Clasic ASP Connection String

Clasic ASP Connection String

am 10.03.2005 14:01:23 von Prabhat Nath

Hi All,

I have BIG Problem in ASP.

I have a ADO Connection that I Want to Connect to DBASE IV Database Located
in a Local Networked System.

The DBASE Database is located in other system then the IIS System in the
same Network.But Both are in the same Local Network

When I Try the Connection String:
ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =
\\raddb\dbase\;Extended Properties = DBASE IV; User ID=Admin;Password="

I get ERROR "is not a valid path. Make sure that the path name is spelled
correctly and that you are connected to the server on which the file
resides."

But When I Try the DB in same system that works fine. I am Confused If the
way I used to connecto to Networked SYstem is Correct?

Also the Same Connection String WORKS Fine If I run that from a VB
Application. But NOT from a ASP Application.

Please Help
Prabhat