Dear B4A Expert,
Good day to you all. Please I am having problem with this jrdc2 with SQLite Database in B4A.
I have successfully connected to the jrdc2 using B4J
But in my B4A, a particular Sub is showing Error saying "Unknown type: dbcommand, Are you missing a library reference?"
This is the sub showing that Error:
Sub CreateCommand(Name As String, Parameters() As Object) As DBCommand ' This line is one showing the error
Dim cmd As DBCommand
cmd.Initialize
cmd.Name = Name
If Parameters <> Null Then cmd.Parameters = Parameters
Return cmd
End Sub
Currently I have the following References: Core, OkHttpUtils2, RandomAccessFile, SQL and XUI
Please help.
Thank you in advance