| Thread | Last Post | Replies |
|
| Jave stored procedure question | 27 Oct 2008 08:40 GMT | 3 |
Can anyone see what is wrong here CallableStatement cs = con.prepareCall("{ ? = call list_index () }"); cs.registerOutParameter(1, Types.OTHER); cs.execute();
|
| java and ms-server | 26 Oct 2008 22:34 GMT | 8 |
New to the group to sorry if this has been asked before. I am learniing Java at Uni and so far I have connected to a MS Server and I have read data ok. Now I want to connect to the stored procedures already in place.
|
| Dbase and no 'Like' support in SQL | 24 Oct 2008 15:01 GMT | 14 |
My program connects to an old dbase 4 database. The connectionstring is: jdbc:odbc:Driver={Microsoft dBASE Driver (*.dbf)};mode=read;DriverID=277;DBQ="<dbfdir>"
|
| see for java books | 24 Oct 2008 08:04 GMT | - |
What is Byte Code? Or What gives java it’s “writ... http://freehrquestions.blogspot.com/2008/08/what-is-byte-code-or-what-gives-java.html Why oracle Type 4 driver is named as oracle thin d... http://freehrquestions.blogspot.com/2008/08/why-oracle-type-4-driver-is-named-as.html
|
| java | 23 Oct 2008 12:48 GMT | 1 |
Naming a Package http://seeallsoftwarebooks.blogspot.com/2008/08/naming-package.html Creating a Package http://seeallsoftwarebooks.blogspot.com/2008/08/creating-package.html
|
| SOA, WOA, cloud computing at DataServices World in Silicon Valley (November 20, 2008) | 23 Oct 2008 04:19 GMT | - |
The launch of DataServices World in New York was successful so the conference is bringing a distinguished faculty to Silicon Valley in November. DataServices World offers a program for those interested in technology
|
| Is there any way to connect database without JDBC? | 20 Oct 2008 19:31 GMT | 12 |
Anyone has experience to connect database without JDBC? I have a project, and some application has conflict with JDBC. I have no control on the application but I still need to connect to database. Could somebody help me?
|
| jdbc in/out parameter? | 07 Oct 2008 00:00 GMT | 2 |
I'm using Oracle 10 with Java 1.5. In our stored procedure, we have a parameter that looks like: PROCEDURE GET_LOG (p_key_type IN VARCHAR2, p_key_value IN VARCHAR2,
|
| java.sql.SQLException: ORA-00904: invalid identifier | 03 Oct 2008 21:50 GMT | 3 |
I'm using Java 1.5 with WebLogic 9.2.2 connected to an Oracle 10 db. I'm getting the below error but what is odd is that I can run the offending SQL statement fine using PL/SQL Developer. I have verified that the connection information is the same. Any way to tell exactly
|
| Close resultset but not the connection | 01 Oct 2008 16:05 GMT | 3 |
I have a method that has a resultset as return value, so i can not close the connection: public ResultSet getSomething() {
|