Hello everybody,
I tried to use "Open2" method on my device but it doesn't work (the same application works well under WinXP). Do I have to include something else than SQLDevice.dll and System.Data.SQLite.dll with my program ?
Here's how I use the method :
...and when I try to compile I get this error : "error CS1501 : No overload for method 'Open' gets '2' argument". I'm working with B4PPC v6.5
Thank you for your help :icon_clap:
I tried to use "Open2" method on my device but it doesn't work (the same application works well under WinXP). Do I have to include something else than SQLDevice.dll and System.Data.SQLite.dll with my program ?
Here's how I use the method :
B4X:
con.New1
con.Open2("Data Source = " & AppPath & "\PwdMnger.sl3","toto123")
...and when I try to compile I get this error : "error CS1501 : No overload for method 'Open' gets '2' argument". I'm working with B4PPC v6.5
Thank you for your help :icon_clap: