prince_j325
Member
Good day Experts!
Greetings from Philippines
How to saved my data to SQL?
Greetings from Philippines
How to saved my data to SQL?
B4X:
cursor1 = SQL1.ExecQuery("SELECT * FROM tblCountries " )
For i = 0 To cursor1.RowCount - 1
cursor1.Position = i
''-->> How to save or export the result to MS SQL
Next