what is this Error?

jothis

Active Member
Licensed User
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
    error.jpg
    41.6 KB · Views: 237

jothis

Active Member
Licensed User
Yes I Copied The File System.Data.SQLite.Device.dll file to my project folder

But The Error Still Exist
 

jothis

Active Member
Licensed User
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?
 
Top