| Thread | Last Post | Replies |
|
| Passing a list to a Java prepared statement | 31 Oct 2004 20:57 GMT | 3 |
I'm using JDBC with Oracle 8i and I have the following prepared statement code: ... String sql = "Select ID from Users where level in (?)";
|
| accessing mySQL database with Java | 29 Oct 2004 21:26 GMT | 2 |
Finally i could get the jdbc driver to run, but the rest is still not running. i could successfully create a database and a table with the command line, but from the applet i wrote, i can't access it. here the code and then the error messagen:
|
| streaming "for xml" to sax xslt-transformation | 28 Oct 2004 08:52 GMT | 1 |
i'm wondering if anybody can point me to an example how to stream the resultset (containing XML) to a SAXParser ? the query gets returned with: "FOR XML RAW" so the xml is broken up into multiple records. for example:
|
| Saving data from a SQL-query for later use | 28 Oct 2004 06:10 GMT | 3 |
How would you save data from a SQL-query for later use? Is RowSet an option? I know this is a broad question, but I would like some opinions on the subject. Regards,
|
| problem with jdbc driver | 27 Oct 2004 19:36 GMT | 1 |
A want to write simple programm to connect to database in MySQL, but there's a problem because it doesn't see my jdbc driver. Everything works under Win2000 server. There's a code:
|
| Storing & in MySQL | 26 Oct 2004 09:15 GMT | 3 |
I'm having a problem where the JDBC driver probably means well but is not doing what I want. I need to store data in a database which will at a later time be sent on to a servlet in XML format. Some characters need to be given their
|
| Tomcat DB2 connection - No suitable driver | 26 Oct 2004 02:17 GMT | 3 |
I am trying to make a UBD DB2 7.2 connection using the Java COM.ibm.db2.jdbc.app.DB2Driver via Tomcat 3.2.1 on Solaris (and also on an AIX system with 3.3.1). I am attempting this either via JSP or a servlet.
|
| OCI jdbc connection with Tru64 | 25 Oct 2004 15:11 GMT | 1 |
Hi, I'm trying to connect to a Oracle 8i database on a Tru64 OS with jdbc:oracle:oci8 driver. It doesn't work, because I get a segmentation violation (see below). It works fine with thin driver, but I need a
|
| Entity beans vs. Hibernate | 25 Oct 2004 13:48 GMT | 1 |
Any experiences using Entity Beans vs. Hibernate (http://www.hibernate.org)?
|
| Getting UTF-8 strings from MySQL | 25 Oct 2004 13:45 GMT | 3 |
I'm having problems retrieving strings from MySQL in UTF-8. I know (or at least I'm pretty sure) that the strings are being written to the database correctly, because when I use the mysql command-line utility and do a SELECT I see the correct strings there.
|
| Joining ResultSet's | 21 Oct 2004 15:13 GMT | 3 |
Is it possible jo join ResultSet's inside Java in the same manner that you join database-tables using JDBC? Regards, Jesper
|
| Inserting 444.44 into a DECimal(11,2) defined database field does not work | 20 Oct 2004 20:36 GMT | 6 |
When I try to insert a record into a database I got a SQLException java.sql.SQLException: Unexpected token: 444.0 in statement [ The database column is defined DECimal(11,2) and the value is of type double and value 444.44 Why does the database not accept this value ?
|
| Anybody using java and Ingres? | 20 Oct 2004 14:11 GMT | 4 |
Is there anybody using Java and Ingres. I'm completely new to Java and I'm trying Ingres,since it has some features not included in other free RDBMS(Replication,distributed transactions and others).
|
| Tomcat DB2 connection - No suitable driver | 20 Oct 2004 14:04 GMT | 1 |
I am trying to make a UBD DB2 7.2 connection using the Java COM.ibm.db2.jdbc.app.DB2Driver via Tomcat 3.2.1 on Solaris (and also on an AIX system with 3.3.1). I am attempting this either via JSP or a servlet.
|
| How to design a database interface module using java? | 19 Oct 2004 09:37 GMT | 1 |
I am doign a project that design a database interface module for a complex algorithm by using Java. But I do not have the conceptual idea to start with. Anyone can give me a little bit hint to the general idea.
|