Hello!

I have this code (it's not important for what)

Code:
 Me.OleConnection.ConnectionString = "Data Source=""C:\Program Files\bin\Debug\base.mdb""; Jet OLEDB:Engine Type=5;" & "Provider=""Microsoft.Jet.OLEDB.4.0"";"
And how to make app (relative) path? Database will be in the same directory with .exe application.

Thanks!