This code , in any cases, crack, and ineed a debug/run in Server Management.
My questión is if there are nay thenic to get the sql in back of internal code.
(This sql is easy, but, if the sql are very long, is complicated)
some like
sqlDecodeSql (sql, array as string(1))
and get THIS code:
insert into tabla(cod_proveedor, name) values (1, "PEPE")
It would be useful to copy and paste in the corporate administrator
My questión is if there are nay thenic to get the sql in back of internal code.
(This sql is easy, but, if the sql are very long, is complicated)
B4X:
Sql = "Insert Into tabla(Cod_Proveedor, name) values (?, ?)"
CN.SqlExecute2(Sql,Array As String("1","PEPE"))
some like
sqlDecodeSql (sql, array as string(1))
and get THIS code:
insert into tabla(cod_proveedor, name) values (1, "PEPE")
It would be useful to copy and paste in the corporate administrator