silly question about access dba connection
-
I'm having a mind blank right now, and I have googled for the answer, I can seem to come up with it. as an example; Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;User Id=admin;Password=; The source "database" will stay the same, the location may change. I think I did it on a project where it was "*\new folder\mydatabase.mdb" for the source, but I can't think of it off hand (nor find). Anyone come across this? Is this the correct forum? Thanks.
///////////////// Groucho Marx Those are my principles, if you don't like them… I have others.
-
I'm having a mind blank right now, and I have googled for the answer, I can seem to come up with it. as an example; Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;User Id=admin;Password=; The source "database" will stay the same, the location may change. I think I did it on a project where it was "*\new folder\mydatabase.mdb" for the source, but I can't think of it off hand (nor find). Anyone come across this? Is this the correct forum? Thanks.
///////////////// Groucho Marx Those are my principles, if you don't like them… I have others.
Try this
.\new folder\mydatabase.mdb
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
-
Try this
.\new folder\mydatabase.mdb
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
That's the one :D thanks for putting me out my misery.
///////////////// Groucho Marx Those are my principles, if you don't like them… I have others.
-
That's the one :D thanks for putting me out my misery.
///////////////// Groucho Marx Those are my principles, if you don't like them… I have others.
You are welcome. :)
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com