Search:

Type: Posts; User: hns1984

Search: Search took 0.25 seconds.

  1. Replies
    3
    Views
    2,918

    Re: Passing sql statements from client to server

    Yes, you're in the right way to use PreparedStatement. Sorry I don't have any examples in my hand, but this may help you: Using Prepared Statements (The Java™ Tutorials > JDBC(TM) Database Access >...
  2. Replies
    3
    Views
    2,918

    Re: Passing sql statements from client to server

    Well, I am afraid that no one ever done that before. Sending SQL statements through network is a bad practice. Consider to build SQL queries on the server, the client only send required parameters...
Results 1 to 2 of 2