Dim conStr As String = "Provider=Microsoft.JET.OLEDB.4.0;data source=c:\\northwind.mdb"
for the data source, why does the path for c: contain a double-slash? does it mean anything?
also, is there an equivalent for App.path in VB6?
for the data source, why does the path for c: contain a double-slash? does it mean anything?
also, is there an equivalent for App.path in VB6?