| Thread | Last Post | Replies |
|
| Creating an info system with XML | 31 Jul 2003 22:56 GMT | 2 |
I need some help with a project I am working on. The aim of the project is to create an information system which stores all its data in files as well-formed XML. The project requires writing and reading a database as an XML file, without the use of an XML parser, class
|
| Why is "jdbc:oracle:thin" called a thin driver? | 30 Jul 2003 17:54 GMT | 1 |
Why is "jdbc:oracle:thin" called a thin driver? Thanks in advance, Harish.
|
| jdbc-oracle-applet problem | 30 Jul 2003 17:46 GMT | 1 |
I have big trouble during porting a database from: WinNT + Oracle7.3 To: Win2000 + Oracle 9.2.0.1
|
| Tomcat vs. Websphere on DB2 Connection Pool - Performance-Problem | 30 Jul 2003 02:15 GMT | 1 |
I'm working on a Web-Application that initially used Websphere 3.5.6 and a DB2 as database backend. Since we hat some serious overall performance issues with this (outdated?) WebSphere release we switched to Tomcat 4.1.24.. It worked/works fine, but now we have a little problem with ...
|
| too many files open? | 28 Jul 2003 02:04 GMT | 1 |
I am developing a web application on a tomcat server which is using MySql databases. this is the problem: I have a great number (10000s) of queries (INSERT) to do on a single shot on a database which is composed of hundreds of
|
| Newbie: Is there a simple script to login with Java | 27 Jul 2003 05:55 GMT | 1 |
I'm trying to setup a login screen that will verify against a SQL table that the Username exists and that the password is correct. If the Username and Password are correct I will send the user to the next page, if not then a simple error of try again will come up. Any help
|
| Insertions per second - what is reasonable | 26 Jul 2003 21:53 GMT | 3 |
What is a reasonable insertions per second rate into a MySQL database on a AMD1200 (or similar Pentium)?
|
| Browser Based Application | 26 Jul 2003 01:39 GMT | 3 |
Is there any way a browser based application can access both a SQL server Database and Oracle database interchangeably without changing any front end code ? Is there any provider available that is common to both SQL Server and Oracle ?
|
| Autogenerating Prepared Statements | 25 Jul 2003 13:32 GMT | 2 |
I have a database with about 200 tables. Most of my inserts are quite simple: INSERT INTO TABLE_NAME ( ... ) VALUES ( ...) I'm thinking about writing a program to auto-generate Prepared Statements, 1 for each table in the database.
|
| Connect with Java to Linux DB2 | 25 Jul 2003 13:29 GMT | 1 |
i want to connect with a java program to a db2 8.1 database. both running on the same linux maschine. that combination functioned on a windows 2000 pc before. now i get the following error:
|
| Connecting to an access database using java | 24 Jul 2003 05:44 GMT | 2 |
I really want to know how to connect to an accessXP database using Java. If you know the technique including driver class, etc. please include as much as you can. Thanks a lot!
|
| 2 queries (Resultset) | 23 Jul 2003 18:27 GMT | 4 |
In a method, I need to execute 2 queries. The arguments of the second one are the results of the 1st one: String query1 = "Select A from table1"; // A = SQL_CODE String query1 = "Select Z, Y from table1 where A = code";
|
| How to set JDBC connection timeout? | 23 Jul 2003 16:00 GMT | 1 |
The Subject says its all. I can't do DriverManager dm = new DriverManager(); But I can do
|
| JDBC-ODBC 1.3.1_03 vs.1.4.1_03 ResultSet-Problem | 23 Jul 2003 15:29 GMT | 1 |
Situation: All Programs works fine including the bridge using 1.3. Now we upgraded to 1.4.1_03 and thought, that there should no probs. But: Every rs of a query ("SELECT * from ANYDB" and the statement with ConcurUpdatable!!) now holds only ONE row. (we checked it with
|
| MS Access connection | 23 Jul 2003 02:04 GMT | 1 |
I have a rogram in JAVA that needs to connect to a MS Access DB that already exists, I'm kinda new to DB acces with JAVA, and I don't know how to connect to to the DB. I have already found out how to use the jdbcodbcbridge, but i find nowhere
|