host

  1. Jim2025

    Android Question Connecting to SQL Lite Bank(DB file) on the Host from within the Android app?

    My bank on the host is a SQL Lite DB file. Is there a way from within my Android app to connect to the DB file on the host without having to download that bank file and add, delete, edit or search information in it? Basically, I want to do something similar to connecting to that file remotely...
  2. Star-Dust

    Italian Compilazione B4i con Host Mac Builder Server

    Vedi anche creazione Certificati L'anno scorso avevo preparato un Tutorial per la compilazione a beneficio di un amico che per la prima volta compilava per B4i. Forse non è ancora attuale ma potrebbe aiutare chi è alle prime armi quindi lo ripropongo qui: 1) Impostare percorsi del KEYSTORE...
  3. 3

    Italian connessione jdbc con host

    buongiorno a tutti, è da un po che tento di collegarmi al mio sqlserver ma non riesco in nessun modo. Public mysql As JdbcSQL Private driver As String = "com.mysql.jdbc.Driver" 'Private jdbcUrl As String = "jdbc:mysql://192.168.0.2:1433/SQLTutorial" Private jdbcUrl As String =...
Top