Java fans: what's the prettiest way to embed SQL into your program? I understand the mechanics of using prepared statements and JDBC, but all the examples I can find are ugly. They use a style rather like this:
private String _actor_mid_sql = "SELECT a.fname, a.lname FROM Actor a, Casts c
(
Read more... )
Comments 1
(The comment has been removed)
Reply
Leave a comment