[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Keyword Similar to App in VB.Net

Jack

8/22/2006 1:51:00 AM

Hello all,
Can anyone here suggest me the keyword App similar to that in VB.NET?

Iam developing a application which uses MS-Access as the database.

In vb6.0 I use App to find the path and connect to the database
example: dbname = App.Path & "\XXXXXX.mdb"

Could anyone here please suggest me a way similar to that of App

I know how to connect to database.

example
dbname = "C:\Temp\xxxxx.mdb"
con.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dbname &
";Persist Security Info=False")


Thanks in advance
Jack