Am using DBRequestManager but when i compile my application i get an error that am missing a library.
Error:
B4A version: 6.30
Parsing code. Error
Error parsing program.
Error description: Unknown type: dbcommand
Are you missing a library reference?
Occurred on line: 52 (DBRequestManager)
Public Sub ExecuteCommand(Command As DBCommand, Tag As Object)
Please help. Thank you.
Error:
B4A version: 6.30
Parsing code. Error
Error parsing program.
Error description: Unknown type: dbcommand
Are you missing a library reference?
Occurred on line: 52 (DBRequestManager)
Public Sub ExecuteCommand(Command As DBCommand, Tag As Object)
Please help. Thank you.
B4X:
Public Sub ExecuteCommand(Command As DBCommand, Tag As Object)
ExecuteBatch(Array As DBCommand(Command), Tag)
End Sub