problem on AppPath Version 6.8

alessandro

Member
Licensed User
I guess there is a possible problem on the version 6.8
on the istruction AppPath.
The problem occurr only using the emulator VM6

to face the problem is enough to write the command:
con.New1
cmd.New1("",Con.Value)
tmpDB = AppPath & "\local.db3"
con.Open("Data Source = " & tmpDB)
con.Close
Msgbox (tmpDB)
 
Last edited:
Top