Android Question How to connect to MSSQL

prince_j325

Member
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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…