|
-
Dec 7th, 2002, 08:39 AM
#1
Thread Starter
Addicted Member
simple question from a newbie
I am learning to code databases without the use of datacontrols.
I have an access db called calibrations in the following path
c:\CALIBRATIONS.mdb
using the code below how can i incorporate my database path in the <" & App.Path & "\Data1.mdb;" > section
using Data Source=" c:\CALIBRATIONS.mdb;" deosnt work.
conConn.ConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Data1.mdb;"
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
|