| Thread | Last Post | Replies |
|
| Can I use an array with an IN clause? | 03 May 2007 22:39 GMT | 3 |
I want to execute a prepared statement of the form: SELECT * FROM MyTable WHERE ID IN (1,2,3) Instead of putting in the literal values (1,2,3) I want to substitute an array at runtime.
|
| Eclipse And JDBC Driver settings | 03 May 2007 05:56 GMT | 2 |
I use linux and Eclipse IDE to develop a JDBC based application. But Eclipse can not see mysql-connector. If i use a editor like Gedit i can compile and run the application.Mysql-connetor is in my CLASSPATH but Eclipse does not see it. It means every times i create a java project ...
|
| procedure using SQL in apache derby possible? | 02 May 2007 09:53 GMT | 1 |
I've only known that we can create a procedure or function in Apache Derby only in the language of Java, and I think it is not very convenient for easy and frequent data query tasks. Can anyone tell me whether it is possible to use SQL language rather than Java in
|
| BOLB in apache derby | 02 May 2007 09:23 GMT | 1 |
Hi experts, Can anybody pls send me some code sample of inserting binary data into the BLOB column (derby)? or any resources, url ?
|
| Learn SQL with Oracle | 02 May 2007 08:10 GMT | 1 |
Learn SQL with Oracle Learn SQL statements with Oracle free edition with this short trail. http://trailfire.com/frank/trails/16918
|