hi people, please help me a link / a good way so I don't have to write the database name in
so that I can set which database that I will select via the client side.
this is an example that more or less I mean
I have tried but the cmd parameter thinks that the database name I entered has quotes so the query is wrong. Thx before
B4X:
JdbcUrl = jdbc: mysql: // localhost / test? CharacterEncoding = utf8
so that I can set which database that I will select via the client side.
this is an example that more or less I mean
B4X:
sql.operator_count = SELECT COUNT (file_operator.RECNO) 'COUNT' FROM? .file_operator WHERE file_operator.ID =? AND file_operator.PASSWORD_FINAL =? .System_string_encrypt (?)
I have tried but the cmd parameter thinks that the database name I entered has quotes so the query is wrong. Thx before