|
-
Oct 15th, 2008, 01:58 AM
#1
Thread Starter
Hyperactive Member
Connection with MS-Access
I have made connection with MS-Access
OleDbConnection cn = new OleDbConnection();
cn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Path:\\File.mdb";
cn.Open();
Response.Write(cn.State);
Now if I run from localhost works fine. However if I run it from IIS geberates an error:
Server Error in '/Comp' Application.
--------------------------------------------------------------------------------
Could not use ''; file already in use.
What should I do?
Pls: The connection is working for MS SQL server
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|