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;"
