Hi,
It's possible send a query to server if a config.properties not have a query defined in the file ?
Because if don't have a access directly to file , for example if I do not have direct access to the server that has the server DRC, every time I have to ask the administrator to make the change. It would be great just to spend only part of the query, for example, after the WHERE clause so that a single query defined can have all the queries I want without filter data after you've downloaded them all in memory. This would avoid waste of bandwidth especially if 3G phone and of course cost.
example config.properties:
######
sql.select_animal=SELECT * FROM table
######
Name = "WHERE Name='pippo' AND Surname='Pluto'"
cmd.Name = "select_animal"
cmd.Parameters = Array As Object(Name)
reqManager.ExecuteQuery(cmd, 0, "OK")
Excuse me for my English.
Regs.
It's possible send a query to server if a config.properties not have a query defined in the file ?
Because if don't have a access directly to file , for example if I do not have direct access to the server that has the server DRC, every time I have to ask the administrator to make the change. It would be great just to spend only part of the query, for example, after the WHERE clause so that a single query defined can have all the queries I want without filter data after you've downloaded them all in memory. This would avoid waste of bandwidth especially if 3G phone and of course cost.
example config.properties:
######
sql.select_animal=SELECT * FROM table
######
Name = "WHERE Name='pippo' AND Surname='Pluto'"
cmd.Name = "select_animal"
cmd.Parameters = Array As Object(Name)
reqManager.ExecuteQuery(cmd, 0, "OK")
Excuse me for my English.
Regs.