access connectionss

B

brenny

Hello
I was using access 2000 database and it hasn't password protection.Now I'm
using access
2003 database and password(123456) in the same application.

I want to create dataadapter via wizard but after determining database jet
4.0 oledb and typing
password,I presses test connection,I'm getting an error message as "Test
connection failed because of
and error in initializing provider.Cannot start your application.The
workgroup information
file is missing or opened exclusively by another user"

I'm sure that Database is not opened by another user.



I try to make connection using connection string

connstr = "Data
Source=\"C:\\DB\\DB.mdb\";Provider=\"Microsoft.Jet.OLEDB.4.0\";User
ID=Admin;Password=\"123456\"";

This time,I'm getting an error message as "It isn't installable ISAM"

How can I solve this problem.


Thanks.
 
B

brenny

I didn't enter any user ID,only I defined a password from access database.

I will be happy if you help me.

I want to make connection via wizard,not connection string.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top