jdbcresultset

  1. R

    Android Question Problem with JdbcResultSet

    I have a problem with this code: Dim sql1 As JdbcSQL Dim ObjetoSql As Object Dim recipes As List Dim sql As String Try sql1.Close sql1.InitializeAsync("Connect", "net.sourceforge.jtds.jdbc.Driver"...
Top