Is there the equivalent of this sort of structure in B4A?
I can't find any similar question on the topic.
With Adodc2
.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & CDROM & "\PawnData\Pawntickets.mdb;Persist Security Info=False;Jet OLEDBatabase Password=PZvpSO5;"
.RecordSource = "Select Item from tblItems"
.Refresh
End With
I can't find any similar question on the topic.
With Adodc2
.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" & CDROM & "\PawnData\Pawntickets.mdb;Persist Security Info=False;Jet OLEDBatabase Password=PZvpSO5;"
.RecordSource = "Select Item from tblItems"
.Refresh
End With