| Thread | Last Post | Replies |
|
| Help with JDBC and SQL Connecting to AS400 ISERIES and DB2 | 21 Dec 2006 13:58 GMT | 1 |
I have found Sql Squirrel on Sourceforge, and have been trying to get it to work, I downloaded JTOPEN 5.3 and added the jt400 jar files to the IBM DB2 App Driver and IBM DB2 Net driver. The problem I have being new to this is how to I tell this software what my as400 is?
|
| Possible JDBC installation or usage problem in OS X | 20 Dec 2006 17:39 GMT | 5 |
I'm having a terrible time trying to use the JDBC in os x. What I want to do is use a program written in java and executed on my mac to connect to a database on my website and INSERT a huge amount of data. I have to do this as the upload limit on the web hosting is 2MB
|
| ODBC Connection | 19 Dec 2006 23:47 GMT | 1 |
Quick question. I have a CACHE link into an old mumps based system. In order to access the old tables I install an ODBC driver and then access the tables using access or some other DB tool. I can also query them from my applications.
|
| How to detect existing text tables in a hsql db? | 19 Dec 2006 13:53 GMT | 2 |
I have a Java-Application that creates several text-tables at the first start. When I start the application again I just want to check, if the text tables exist. But the application always returns a "false, table does not exist" and the localdb.properties and localdb.script files ...
|
| Batch insertions getting slow over time | 19 Dec 2006 06:07 GMT | 1 |
I'm inserting about 400,000 rows into a MySQL table with PreparedStatement. To do so, I'm inserting them in batches of 100 rows each. At the start, they are fast (0.01 to 0.02 seconds per batch). but after a while, they start getting slow. First, I'd see a single
|
| Problem with jdbc, RowSet and Oracle | 18 Dec 2006 17:14 GMT | 10 |
I have a problem with data modification in Oracle while useing jdbc and RowSet (both Sun and Oracle implementation). RowSet is not updatable. When I use Statement and ResultSet everything is OK. Oracle in 10g version (with v9 is the same), jdbc - ojdbc14.jar. With jdbc drivers
|
| JDBC Connection returns wrong status | 18 Dec 2006 14:19 GMT | 2 |
I am using jdbc:odbc driver to connect to MSSQL 2000 I acquire the connection object using DriverManager.getConnection() I observe some strange behavior of the connection object. If the database was brought down , the connection keeps returning false
|
| CachedRowSetImpl.getTimestamp() throwing exception | 18 Dec 2006 01:52 GMT | 4 |
If anyone has faced this problem or can guide me in right direction please.. I am clueless abt this exception. I have a java piece of code as (note: implementation of CachedRowSetImpl comes default with JRE1.5 in
|
| Sun Microsystems Teams with Ericsson and Nokia!!!!!!!!!! | 17 Dec 2006 14:33 GMT | 1 |
Sun Microsystems Teams with Ericsson and Nokia to Form the "Telecommunications Platform Initiative" "Ericsson is pleased to be a part of this collaborative community which is bringing us together to advance the industry as a whole,"
|
| how can i move to the last record of recordset | 17 Dec 2006 10:30 GMT | 3 |
i have one table in MS. Access in which i am storing company details. i want to create an unique company id for each company. so i want to aceess the last row in the table to generate next id I am using last() method but its throwing sqlexception.
|
| semi-colon weirdness when converting from mysql to Oracle | 14 Dec 2006 18:56 GMT | 1 |
I've used mysql extensively, but now I'm converting to Oracle. My inserts are working, but my queries are sensitive to the semi-colon line termination. Is there a way to correct this without rewriting all my queries?
|
| ORA-00600 internal error code | 12 Dec 2006 19:47 GMT | 1 |
Hi ... Wie having the follwing problem in our java Web Application: We have a table with a column of VARCHAR2(255) with an text index using ctxsys. Entering a serch for this column in our application creates an
|
| Can rs.last() work..????? | 12 Dec 2006 18:05 GMT | 2 |
Can rs.last() work for stored procedure calls. Please find the code and the error below. CallableStatement cstmt = dbconnection.prepareCall("" + "{call CallProcedureNames()}", ResultSet.TYPE_FORWARD_ONLY
|
| Still need help | 05 Dec 2006 13:14 GMT | 4 |
This is not working. What I need is to know how to connect java with MySQL, and how to connect to a plain text document. Can anyone help me with this. Thanks so much,
|
| Connecting to mysql via Java | 05 Dec 2006 13:10 GMT | 3 |
Hi, I am new to mysql. I need to connect to a mysql server from a Java application. Can someone share some sample code or point me to the right place for a sample? I am assuming that I'll have to download a Mysql driver and I'll be
|