| Thread | Last Post | Replies |
|
| JDBC::ODBC | 09 Jan 2007 00:46 GMT | 1 |
Does JDBC::ODBC driver support batch inserts and if so, will batch insert improve insert performance using this type of driver Thanks in advance
|
| Access : Cast a String to Date | 06 Jan 2007 09:17 GMT | 1 |
I have a string s_d initialize with s_d ="31/12/2006" I want to cast to Date d =31/12/2006 ( a French format) then I want to insert into a database as like Access. How can I do that?
|
| Reading 1st row of excel | 05 Jan 2007 15:51 GMT | 4 |
Using jdbc odbc connection, i am reading data from an excel file. The code executes without any errors however it does not read the first row in the excel database. Following loop is included in the code
|
| Populating ADO recordset in Java | 03 Jan 2007 17:45 GMT | 2 |
I need to use ADODB in Java. Using bridging software called JNBridge, I can use ADODB in Java, eg. I can retrieve recordsets from a database. However, I need to populate a recordset manually without accessing the database. Then I need to pass that recordset into a visual basic .NET
|
| HSQL DATABASE FILE FORMAT | 03 Jan 2007 10:48 GMT | 3 |
i would like to know the how data stored in a hsql database of various form like a) text dat b)picture data
|