Hai all
Now I Developing a Windows mobile application. i added SQLDevice.dll file and created a connection object
My code is
When i execute my program i got error like this what is this error?
Anyone can help me?
jothis
:sign0085:
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: