not conexion

  1. Julio Montilla

    Android Question Because my apk can not connect my mysql server when I compile in (Release) mode

    I am using the version of b4a 5.80 My code Sub Process_Globals Dim mh1 As MysqlHandler Dim rs1 As ResultSet End Sub Sub conectar mh1.Initialize("50.62.161.40", "database", "usuario", "password") If mh1.isConnected= False Then...
Top