prince_j325 Member Apr 26, 2020 #1 Good day Experts! 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
Good day Experts! 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
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2020 #2 Start here: https://www.b4x.com/android/forum/t...ommon-mistakes-and-other-tips.116651/#content Continue with jRDC2. Upvote 0
Start here: https://www.b4x.com/android/forum/t...ommon-mistakes-and-other-tips.116651/#content Continue with jRDC2.