hi,
how do I package my access database so that my application see it and know that it is a db?
I am using a web setup project to package my web application. If I create a special folder under "File system on Target machine" and place the db there will this be enough for my application to acess my db?
I am using the following statement to connect to my db:
'conUsers = New OleDb.OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=C:\AHEC\AMC.MDB")
my db is in the same directory as my aspx files.
how do I package my access database so that my application see it and know that it is a db?
I am using a web setup project to package my web application. If I create a special folder under "File system on Target machine" and place the db there will this be enough for my application to acess my db?
I am using the following statement to connect to my db:
'conUsers = New OleDb.OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=C:\AHEC\AMC.MDB")
my db is in the same directory as my aspx files.