J jothis Active Member Licensed User Nov 23, 2011 #1 Hai all Now I Developing a Windows mobile application. i added SQLDevice.dll file and created a connection object My code is B4X: Sub Connect Con.New1 Con.Open("Data Source = " & AppPath & "\db\" & dbName) Com.New1("",Con.Value) End Sub When i execute my program i got error like this what is this error? Anyone can help me? jothis :sign0085: Attachments error.jpg 41.6 KB · Views: 237
Hai all Now I Developing a Windows mobile application. i added SQLDevice.dll file and created a connection object My code is B4X: Sub Connect Con.New1 Con.Open("Data Source = " & AppPath & "\db\" & dbName) Com.New1("",Con.Value) End Sub When i execute my program i got error like this what is this error? Anyone can help me? jothis :sign0085:
M mjcoon Well-Known Member Licensed User Nov 23, 2011 #2 jothis said: ... i added SQLDevice.dll file .. Click to expand... But did you add System.Data.SQLite.DLL from the SQLNative folder? Mike.
jothis said: ... i added SQLDevice.dll file .. Click to expand... But did you add System.Data.SQLite.DLL from the SQLNative folder? Mike.
J jothis Active Member Licensed User Nov 23, 2011 #3 Yes I Copied The File System.Data.SQLite.Device.dll file to my project folder But The Error Still Exist
Yes I Copied The File System.Data.SQLite.Device.dll file to my project folder But The Error Still Exist
Erel B4X founder Staff member Licensed User Longtime User Nov 23, 2011 #4 Seems like you added the device DLL to the desktop application.
J jothis Active Member Licensed User Nov 23, 2011 #5 i Added SQLDevice.dll to the device. but the Addobject Menu is hidden . so i also added the dll file to desktop. now Addobject Menu is enabled to create object. is this is the problem?
i Added SQLDevice.dll to the device. but the Addobject Menu is hidden . so i also added the dll file to desktop. now Addobject Menu is enabled to create object. is this is the problem?
Erel B4X founder Staff member Licensed User Longtime User Nov 23, 2011 #6 You should add SQLDesktop to the desktop side.
J jothis Active Member Licensed User Nov 23, 2011 #7 Now it's work Erel Thankyou for helping me jothis