Activity.LoadLayout("1")
db.Initialize("MySQL" ,"31.220.20.208:3306","u835561410_alber","sfn99078445","u835561410_alber",True,True )
'31.220.20.208
db.check_connection
Dim t As String = "Date1"
db.QueryASync("select * from "&t&";",t)
** Activity (main) Pause, UserClosed = false **
** Service (pushservice) Start **
true
** Activity (main) Create, isFirst = true **
Can not connect to the MySQL Database Server. Please check your configuration.
Hostname: 31.220.20.208:3306
Username: u835561410_alber
Error: Could not create connection to database server.
Sub NOT FOUND: 'sql_status
not Connected to Database
MySQL Database not connected!
** Activity (main) Resume **
java.lang.RuntimeException: Error during login: -ERR [SYS/TEMP] Temporary system problem. Please try again later. h125mb309938078lfe
** Service (pushservice) Start **
true
java.lang.RuntimeException: Error during login: -ERR [SYS/TEMP] Temporary system problem. Please try again later. fg8mb351906608ldc
** Service (pushservice) Start **
true
java.lang.RuntimeException: Error during login: -ERR [SYS/TEMP] Temporary system problem. Please try again later. o66mb362281446lfi
how i can add it ??have you added internet permission to your app?
i need small help
i m trying to connect to my hostinger.ae sql
i use this code
B4X:Activity.LoadLayout("1") db.Initialize("MySQL" ,"31.220.20.208:3306","u835561410_alber","sfn99078445","u835561410_alber",True,True ) '31.220.20.208 db.check_connection Dim t As String = "Date1" db.QueryASync("select * from "&t&";",t)
it give this error
B4X:** Activity (main) Pause, UserClosed = false ** ** Service (pushservice) Start ** true ** Activity (main) Create, isFirst = true ** Can not connect to the MySQL Database Server. Please check your configuration. Hostname: 31.220.20.208:3306 Username: u835561410_alber Error: Could not create connection to database server. Sub NOT FOUND: 'sql_status not Connected to Database MySQL Database not connected! ** Activity (main) Resume ** java.lang.RuntimeException: Error during login: -ERR [SYS/TEMP] Temporary system problem. Please try again later. h125mb309938078lfe ** Service (pushservice) Start ** true java.lang.RuntimeException: Error during login: -ERR [SYS/TEMP] Temporary system problem. Please try again later. fg8mb351906608ldc ** Service (pushservice) Start ** true java.lang.RuntimeException: Error during login: -ERR [SYS/TEMP] Temporary system problem. Please try again later. o66mb362281446lfi
i m new in sql hosting and server , can u led me how i can put it for public ?You have other problem
Your Movil IP is not allowed to connect with your server.
I'm trying to connect with your IP and I receive this error
H ÿjHost '190.228.76.81' is not allowed to connect to this MariaDB server
You have security settings that only allow to some IPs to connect.. your server is not Public, then you must open your server to your Movil IP.
The question is... your movil will have the same IP allways ?
What's "ae allow" ?
yes or no ?
Error: Access denied for user 'xxxxxxxx'@'190.228.76.81' (using password: YES)
Sub Connect_error (data as list, as meta map)
End Sub
DROP TABLE doesn't work with your lib.
public Sub droptable(table As String)
db.ExecuteASync($"DROP TABLE ${table};"$,"droptable")
End Sub
If you run an INSERT, UPDATE or DELETE that throw inconsistencies (like an UPDATE on Entire Column with a fixed value, and this Column is a UNIQUE INDEX Column)
MySQL_onSqlError((MyMap) {ErrorCode=1146, ColumnCount=0, RecordCount=0, TaskID=1, Exception=com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'd0230b9b.lizenzinfoX' doesn't exist}) ->1
Hi,Hi Don,
I have to do the following:
get the value of some field in some register in certain table (datos), update this value to "value+1"
add a register in another table (ventas) using this value and returning a value from this "INSERT"
add several register in other table (lineasventa) using the last value generated from ventas
how can i do this with your library?
Thanks