| Thread | Last Post | Replies |
|
| JDBC for csv inputstream | 11 Aug 2005 20:19 GMT | 5 |
I have found few JDBC driver for SQL queries commited on csv files. But I need something more complicated: My csv files can be located in sereval places: local file, remote file or as data in a DB cell.
|
| Disk Backed Collection/DB for Extremely Large Datasets - Best Option | 11 Aug 2005 00:54 GMT | 5 |
I have to many objects(10m+) to persist in hashmap, I run out of memory. So I've been experimenting with Sleepycat Java, HSQLDB, XXL and my own version of a disk backed collection. I've found that persisting objects in HSQLDB to be most scalable.
|
| Can MySQL start/fire an external process? | 11 Aug 2005 00:27 GMT | 9 |
I have an application that dumps data into a database. The data is time-sensitive. Meaning that I need a client to know (within a few milliseconds) when a new record has been added to a table. What's the best way to do this? Can I set something up in MySQL that
|
| disconnected (virtual) recordsets | 08 Aug 2005 23:03 GMT | 1 |
One of the very cool things about ADO is the ability to have virtual recordsets. How easy is this using java? For example, build a recordset object for an amortization schedule,
|
| Java Prepared Statement with multiple arguments | 05 Aug 2005 18:49 GMT | 3 |
I need to insert data into a table only if that data does not already exist. So I want to do something like IF NOT EXIST (SELECT * FROM MyTable WHERE MyColumn = '?') INSERT INTO
|
| How to store images into HypersonicSQL database? | 05 Aug 2005 14:31 GMT | 1 |
|
| Differentiating between results of getSchemas() | 05 Aug 2005 04:45 GMT | 6 |
DatabaseMetaData.getSchemas() retrieves the schema names available in a database. These "schema names", however, include user names. How can I tell that a given name represents a schema, or, conversely, doesn't represent a user?
|
| Struts-Hibernate framework | 04 Aug 2005 06:13 GMT | 2 |
I need some advice in deciding the technology stack for my project. We have a new project to start with. We are planning to use a combination of struts+hibernate. Will this suffice all our needs. We are comfortable with JSP, and Servlets.
|
| metadata for Storedprocedure | 03 Aug 2005 01:53 GMT | 5 |
How do I get the resultset metadata for storedprocedure without executing the stored procedure in JDBC? Irfan.
|
| JDBC BUG? A Simple SELECT take too Much Time! Help! | 02 Aug 2005 00:14 GMT | 11 |
I think I just got a jconnect BUG. I am doing a simple query on a Sybase Server on a table (AstAddress) having 1,545,282 rows. I have build an index on the primary key . (I have try clustered and non-clustered with the same result)
|
| help:hibernate | 01 Aug 2005 15:49 GMT | 1 |
it drive me crazy! where is the error? when i use hibernate to connect to the mySQL,some error happens,just like:
|