| Thread | Last Post | Replies |
|
| io | 08 Nov 2003 06:52 GMT | 1 |
I am new to java.io.* classes, and have a situation where I can't make a copy of my binary files. Txt are being copied with no trouble but when it comes to binaries i guess I am missing something since their structured is changed and are not read by an application correctry (Word, ...
|
| copy from one database to another, | 08 Nov 2003 02:33 GMT | 2 |
Is there simple code to copy a table from one database to another. The code I have now, does a get and then a insert for every record. O(2*n) operation. I am using jdbc(v2.0?)
|
| MS Access databases | 06 Nov 2003 23:55 GMT | 7 |
I have been trying to read a simple MSAccess database and show the records on screen but no success so far. I have created a DSN (Data Source Name) in my Win 2k box and the connection goes ok.
|
| MySQL, Tomcat4, and javax.sql.PooledConnection | 06 Nov 2003 18:21 GMT | 1 |
I'm trying to use connection pooling (ala PooledConnection) with Tomcat4 and MySQL. Is there a DataAccess (object/module?) that will work with mysql? Any quick tutorial that shows how to do this and where to download the needed items?
|
| CloudScape vs. PointBase ? | 06 Nov 2003 12:22 GMT | 5 |
I need to select an embedded Java db for use in my company's Java client. We are looking for a well-supported, JDBC complient, completely transparent embedded database.
|
| Crystal Reports 9 +Java +MySQL | 06 Nov 2003 11:58 GMT | 1 |
Does anybody knows how can i use Crystal Reports with Java and MySQL in standalone applications without the need to use RAS from Crystal? Thanks in advance, Paulo Cruz
|
| metadata and stored procedures | 05 Nov 2003 16:20 GMT | 1 |
I use a CallableStatement to run my stored procedure, and I would like to retrive the columns name of the result. So I try to use the getMetaData method of my CallableStatement, but it returns me null futhermore than le callablestatement returns data.
|
| Oracle 8i Cursors via JDBC | 04 Nov 2003 22:25 GMT | 1 |
Does anybody have samples of how to use JDBC calls to work with a cursor on Oracle 8i? Can it even be done? I'd like to be able to do something like: String sql = "DECLARE CURSOR my_cursor FOR SELECT name,id FROM
|
| connection to an AS/400 SERVER | 02 Nov 2003 13:42 GMT | 1 |
Can someone tell me how to stablish a connection from a c++ application to an AS/400 server.
|
| How to check Database exist | 02 Nov 2003 00:59 GMT | 2 |
Is there a way that can check whether a given database name exists or not ?
|