I want to use a relative path to open a database, however, I am doing this from a webform. I put the database in the same directory as the webform, but when I try to make the connection, I get this error:
Could not find file C:\WINNT\system32\CBSWeb.mdb.
I dont think that putting the database in that directory is the proper solution, so can anyone help? Is it even possible to do relative paths with webforms?
I think the issue is that Im not quite sure where the application "resides", per se, so maybe Im thinking its in a directory when its actually not.
Could not find file C:\WINNT\system32\CBSWeb.mdb.
I dont think that putting the database in that directory is the proper solution, so can anyone help? Is it even possible to do relative paths with webforms?
I think the issue is that Im not quite sure where the application "resides", per se, so maybe Im thinking its in a directory when its actually not.