On my ppc my program fires up and runs fine until I start up another program. It looks like the other app resets the apppath and when I go back to my program it doesn't see the database anymore. The only way to get it going again is to shut down my program and restart it and all is well again. My question is can I use something other than apppath to tell my program where to find the database?
This is what I'm using now.
con.New1
con.Open("Data Source = " & AppPath & "\MyData1.sl3")
cmd.New1("",con.Value)
cmd.ExecuteNonQuery
My program, dll's, and data file are all on my storage card in a folder.
Thanks in addvance for the help. :sign0085:
P.s. Or point me in the right direction. Thank You
This is what I'm using now.
con.New1
con.Open("Data Source = " & AppPath & "\MyData1.sl3")
cmd.New1("",con.Value)
cmd.ExecuteNonQuery
My program, dll's, and data file are all on my storage card in a folder.
Thanks in addvance for the help. :sign0085:
P.s. Or point me in the right direction. Thank You