| Thread | Last Post | Replies |
|
| commit thread Microsoft Access | 15 Jul 2005 21:38 GMT | 2 |
I am using a JDBC-ODBC driver with a Microsoft Access database. My problem is that whenever I call the commit method. It takes half a second for the results to become permanent. However my threads are calling it at a far faster rate, and future thread processes are
|
| Cloudscape (Derby) issue with BLOB fields | 15 Jul 2005 14:51 GMT | 3 |
I have a problem with filling data into cludscape database. I have a procedure which reads some 4000 pictures (10k in average) from mysql database and put those in cloudscape database. Procedure is written in Java and use jdbc drivers.
|
| Storing large binary stuff in Access? | 14 Jul 2005 22:15 GMT | 1 |
I tried to store naked bytes in an OLE field using setBytes, but got stuck on a 255 byte limit. My evil me whispers these OLE fields are meant for large binary stuff, but I cannot figure out how to use them through jdbc. Any clue?
|
| sql for csv and xls | 14 Jul 2005 00:31 GMT | 5 |
I am looking for a simple free package to perform SELECT queries on csv & xls files. If there is a package which include also XML it will be great (no as important as the other two)
|
| User data persistence | 12 Jul 2005 22:47 GMT | 6 |
I am writing a Java application that uses about 1000 parameters in various calculations. All these parameters are displayed to the user in a JTable, and any can be modified. I would like to persist the user changes to these parameters, on the local machine. I'm new to Java, and
|
| How to populate a very large recordset into JTable? | 12 Jul 2005 20:00 GMT | 20 |
I got a very large recordset (around 1 billion records) require to populate it into the JTable. As we all know, the standard way of populating JTable are either using Vectors or TableModel. However, it is not possible to load 1 billion records all at once. I do think many
|
| JSP/Oracle9i: SQLException | 12 Jul 2005 03:42 GMT | 2 |
I'm getting a SQLException Invalid Column Name in a JSP - but the query works fine if I run it from SQL*Plus. I'm new at JSP, is there something basic about SQL commands I'm missing? Here's the statement:
|
| JDBC and Access relationships | 11 Jul 2005 01:05 GMT | 2 |
I'm using JDBC to connect to an Access database. I'm doing to a direct connection to a local database, so i'm just using the ODBC bridge. I'm using JDBC to do queries, like join tables.
|
| Special characters in timesten db? | 07 Jul 2005 19:56 GMT | 1 |
How do you enter a statement like: update locations set name = 'bob's room' I keep getting exceptions on the apostrophe. Thanks in advance.
|
| dbcp error ? Do you have any clues ? | 07 Jul 2005 17:24 GMT | 2 |
I have been following tomcat 5.5's dbcp example to set up. My set up includes: - copy and modiy the code in server.xml - copy and modify the code in web.xml
|
| Is there any basic base for a community website? (J2ee) | 07 Jul 2005 14:23 GMT | 5 |
I'm wondering if there is any basic "base" for a community website. With things like support for user registration, login, individual homepages, photo albums, sending messages, guestbooks, diaries and so on... And ofcourse with optimised code (especially the code for the ...
|
| Specify database name after connecting to Informix db via JDBC | 07 Jul 2005 08:54 GMT | 1 |
I have an Informix database on my pc which is named INNO040. My database server is called ol_inno040. When installing Informix, 3 databases where created on my server by the installation process. Using dbaccess I, created a 4th database called testpush on this server.
|
| [JDBC] Keeping Connection object for a long time | 06 Jul 2005 12:59 GMT | 1 |
I've got an app where users can query a remote database (Derby or MySQL) through a JDBC Driver whith this kind of code : Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); Connection connection = DriverManager.getConnection(dsURL);
|
| Looking for DB advice | 04 Jul 2005 14:27 GMT | 5 |
Looking for some advice on which DB to use. I'm used to writing J2EE apps with MySQL using sqlyog as my sql gui but i want to embark on developing a desktop app which will need to have its own 'local' database. I havent really a clue on how to use this, one of my aims is to make
|