khowell78737
Programmer
In asp.net, you can set up a DSNless connection by using the server.mappath method...
ie.
DSN= DSN & Server.MapPath("data\rio.mdb")
In vb.net, I can't seem to find a simple way to get the root path of the application.
I've tried application.startupPath, but I get the "/bin" directory, not its parent directory.
I've also tried the other various application methods that relate to paths.. but they give me everything but...
I'm sure that this is a simple problem with me just overlooking the obvious in some namespace... but...
Thanks for your help!
Kevin Howell
ie.
DSN= DSN & Server.MapPath("data\rio.mdb")
In vb.net, I can't seem to find a simple way to get the root path of the application.
I've tried application.startupPath, but I get the "/bin" directory, not its parent directory.
I've also tried the other various application methods that relate to paths.. but they give me everything but...
I'm sure that this is a simple problem with me just overlooking the obvious in some namespace... but...
Thanks for your help!
Kevin Howell