| Thread | Last Post | Replies |
|
| Connection to different databases from Oracle Java Stored Procedure | 30 Sep 2006 23:51 GMT | 1 |
Is it possible to make JDBC connection to a Sybase DB from whithin an Oracle 9i java stored procedure. Thanks
|
| Connection refused | 29 Sep 2006 13:21 GMT | 6 |
I hope someone can help. Please let me know if this is the wrong group for my question. I am new to java, jsp and oracle, so I ask that you please be patient. I am attempting to create a context-param in web.xml for my connection
|
| Doubt!!! | 28 Sep 2006 21:01 GMT | 1 |
The method request.getParameter searchs parameter type String and if will have type Integer? Conversion of type or serialisation?
|
| Stored procedures - syntax | 27 Sep 2006 12:57 GMT | 1 |
Currently coding a program which connects to Informix 7.3x. Java version is 1.4.2. I tend to use stored procedures executing them from Java code and getting recordsets back.
|
| Which JDBC driver for MS SQL Server? | 25 Sep 2006 23:59 GMT | 4 |
As in the subject: which JDBC driver for MS SQL do you use? I encounter weird problems when I want to connect to SQL Express 2005 database. There are three drivers I had tested (with Execute Query java client):
|
| connecting to mysql using jsp | 24 Sep 2006 20:46 GMT | 1 |
I am trying to connect to database using jsp and mysql.java1.4.0,mysql5.0. 25and tomcat5.0 and copied mysql-connector-java-3.1.8-bin-g.jar into tomcat\ common\lib folder and also in tomcat\webapps.In the webapps i stored my folder.when irun my code i am getting following error
|
| is there a JDBC equivalent to Oracle's PRO*C DESCRIBE operation? | 22 Sep 2006 15:37 GMT | 3 |
I am porting code from Oracle's PRO*C to JDBC. In PRO*C, if I have a text which represents an unknown SQL statement, I can describe it and get the names (and number) of bind variables in it. For example, describing
|
| java.sql.SQLException: ORA-01006: bind variable does not exist | 19 Sep 2006 15:26 GMT | 2 |
ps = conn.prepareStatement(" UPDATE USF_HEA_BENEFIT_AMOUNTS SET " + " BENEFIT_1_2_AMT = ?, " + " BENEFIT_3_5_AMT = ?, " +
|
| Enterprise examples of database connectivity | 18 Sep 2006 13:01 GMT | 3 |
After desktop app and j2SDK I decided to try j2EE. I tried some NetBeans simple (almost HelloWorld) examples and now I need some a little bigger example with the connection to the database. p.s.
|
| Download the JAVA , .NET and SQL Server interview PDF | 17 Sep 2006 19:46 GMT | 1 |
Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it.
|
| JDBC Fedora 4.0, Java and Apache | 17 Sep 2006 16:36 GMT | 4 |
I have used Linux on/off but lately I have been trying to get a database connection to Java. MySql is working and tested. I also have Apache running. if some one here have a tutorial or can help direct me I would truly
|
| OJB and inheritance | 17 Sep 2006 10:43 GMT | 6 |
I am using OJB for the first time. I have three tables, say T1, T2 and T3. These tables are the ER representation of three java classes C1, C2 and C3. From the object orientation point of view C1 is the super class of the other two.
|
| java.sql.SQLRuntimeException: Cannot store DataSet instance to WeakHashMap | 15 Sep 2006 09:48 GMT | 4 |
I get the following error (sometimes) when I use DataSet<sometype> with Derby 10.2.1.0 and JDK6 b98: java.sql.SQLRuntimeException: Cannot store DataSet instance to WeakHashMap at com.sun.sql.QueryObject.registerDataSet(QueryObject.java:1306)
|
| db2 database returns ebcdic | 15 Sep 2006 00:05 GMT | 3 |
I am running a PreparedStatement query against a DB2 database on a mainframe and it is returning EBCDIC strings to me. How can I get the query to return ASCII strings? Thanks
|
| flawed transaction isolation level | 11 Sep 2006 15:31 GMT | 2 |
I'm using mysql v5 and mysql connector Connector/J v3.1 the below example doesn't work!! 2 threads are reading and updating a value from a column in the database. The transactions should ensure a correct result, however this
|