G
Guest
Hi All,
I have developed an application in ASP.NET and everything went fine till i
found a need to use Crystal Reports, after surfing I found that Crystal
Reports can only be used when I have a pwd assigned to my access db.
my previous connection string goes as follows:
<add key="constring" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=D:/inetpub/wwwroot/myApplication/database/myDB.mdb;" />
1)now when I run the application it gives error sayin Invalid Password
2)Then I changed my connection string to :
<add key="constring" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=D:/inetpub/wwwroot/AECLighting/database/lighting.mdb;UID=Admin;PWD=somepwd"/>
I gives an error saying Could not find Installable ISAM.
Any help will be greatly appreciated.
Thanks in Advance.
Regards
Naveen
I have developed an application in ASP.NET and everything went fine till i
found a need to use Crystal Reports, after surfing I found that Crystal
Reports can only be used when I have a pwd assigned to my access db.
my previous connection string goes as follows:
<add key="constring" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=D:/inetpub/wwwroot/myApplication/database/myDB.mdb;" />
1)now when I run the application it gives error sayin Invalid Password
2)Then I changed my connection string to :
<add key="constring" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=D:/inetpub/wwwroot/AECLighting/database/lighting.mdb;UID=Admin;PWD=somepwd"/>
I gives an error saying Could not find Installable ISAM.
Any help will be greatly appreciated.
Thanks in Advance.
Regards
Naveen