| Thread | Last Post | Replies |
|
| Data Synchronization | 15 Nov 2004 21:00 GMT | 5 |
I have to write something in java to synchronize certain fields in one data source into another data source. my question is, does anyone know of any web-link that discusses common problems with doing this kind of operation?
|
| Query in Prepared statements caching | 15 Nov 2004 17:06 GMT | 2 |
Hii , I am using Db2 V 7.1 on ZOS I have the following Java Code query.append("insert into ");
|
| problem with firebird JDBC connection | 15 Nov 2004 17:06 GMT | 1 |
Hello, I have a problem with firebird JDBC connection. I installed firebird on Linux suse 9.1, DB works but when I try to connect with JDBC con jayBird (url jdbc:firebirdsql:192.168.1.2/3050:file_path_fdb) I get the following error:
|
| Reading long strings (with jdbc) from Excel | 15 Nov 2004 12:57 GMT | 4 |
I'm not sure whether this is a jdbc/java problem or an excel problem. I use RmiJdbc to read from an Excel file as a database. In one of the columns I have "long" strings (over >255 characters). When I try to read them through JDBC I only get the first 255 (or 256) characters.
|
| looking for license free databases | 13 Nov 2004 17:26 GMT | 6 |
I am looking for a database, which is free of any licence (cost) to ship it together with my application. MySQL is not since the SAP deal. I know Ingres and PostgreSQL. Any additinoal databases?
|
| Registering Connector/J driver | 12 Nov 2004 17:46 GMT | 3 |
Hi. I have - mySQL 1.4 - Connector/J 3.0.15 I want to use Java to query mySQL database via Connector/J.
|
| putting my web application into the database | 12 Nov 2004 07:35 GMT | 2 |
I'm wondering if there are any caveats to this idea: - putting all files of my web application into a database (all the files: .class, .jsp, .properties, .jar, ... or even a whole war-file) - a skeleton can start the application out of the db
|
| help pls with jdbc-mysql problem | 12 Nov 2004 05:35 GMT | 1 |
Thanks in advance for any advice!!! Mysql jdbc driver problem I query a mysql db with JDBC connector. The program check DB every 10 second. At each query, it checks whether new rows are written into DB
|
| Pass Values to Java | 12 Nov 2004 05:29 GMT | 1 |
I am now able to connect to an Oracle database and run a query and have it return values and now I would like to use a variable in the select statement. Right now I am running the Java program from a command prompt by typing in
|
| Http to port different than 80? | 11 Nov 2004 16:27 GMT | 2 |
Below is a snippet of code that tries to connect to a server to get a response according to the myXMLQuery. However, the response is always "505 Http version is not supported". Why is this? Is it something with the port is not 80? How do I make it work?
|
| Create java.sql.Blob from byte[] | 11 Nov 2004 12:43 GMT | 3 |
How can I create Blob from byte array? I use jdk1.3.1_06. I think that I must create a new class implements the Blob interface but I'm not sure.
|
| Connect to Oracle Database | 10 Nov 2004 17:45 GMT | 1 |
Forgive me but I just started to learn Java. I have a specific need to create a java program where I will be able to pass values to the program and have it query an Oracle database returning a value. I am writing this program to run on a Windows 2000 server and this
|
| PreparedStatement, ACCESS and jdbcodbc | 10 Nov 2004 11:45 GMT | 1 |
I have a situation where I am using MS Access as the database package for an application I am developing. This is an interim situation for development only - I will be moving it to PostgreSQL in due course, but cannot at present. I am using the JdbcOdbc driver, with the
|
| PreparedStatement across classes | 08 Nov 2004 01:21 GMT | 4 |
Is it possible to make a PreparedStatement accessible to classes outside main( )? I am returning the Connection from another class but the statement remains null. Thanks.
|
| database acrutecture advice please | 07 Nov 2004 12:12 GMT | 1 |
hey all i was just after some advice on what would be a good way of setting up my database connections i am currently working on a work flow application that connects to a database on a server. The number of users conecting to the database is
|