| Thread | Last Post | Replies |
|
| Accessing a database and GUI Components | 31 May 2004 19:37 GMT | 7 |
I've the following question: Which technology would you use for a "medium size" application that consists of a lot of tables, lists and forms for showing and editing customers, bills and so on? The database is a Postgresql-DB and the application should be
|
| Protect MS Access file from other applications when i'm accessing it. | 31 May 2004 17:16 GMT | 1 |
Is there a way to protect my MS Access database file from other applications when i am using it through jdbc - odbc bridge I call DriverManager.getConnection ... after that no other application shall access / copy the mdb file until
|
| Date type and mySQL | 31 May 2004 15:30 GMT | 1 |
I am using mySQL and connectorJ. As I know there are at least 3 types suitable for date storage in JAVA. java.sql.Date java.sql.Time
|
| JList.getNextMatch() - HowTo | 31 May 2004 14:37 GMT | 1 |
I have a sorted JList and I would like to select the item that matches the user's keystrokes: example list {"Cardiff", "Carlisle", "Edinburgh", "Glasgow", "Liverpool", "London"}
|
| What does MySQL do better than PostgreSQL? | 31 May 2004 10:10 GMT | 17 |
I've had some exposure to PostgreSQL and found it to be a pretty good DB, worked with Informix on HP boxes and MSQL on Windows. But comparing Open Source DBs, MySQL and PostgreSQL, which is better for small to medium sized workloads?
|
| PostgreSQL Array & Java | 30 May 2004 23:58 GMT | 1 |
I have a table that contains an array as one of its fields. When I'm returning some results from the database (including that particular field), the array is returned as a String. The thing is: I need an array of Strings, not just one String.
|
| Unicode UTF-16 und JSP | 30 May 2004 08:59 GMT | 7 |
ich habe ein Problem mit dem UTF-16 Zeichensatz. Bis dato habe ich mit: BufferedReader in = new BufferedReader(new FileReader("daten.txt"),65535);
|
| C-ISAM driver full Java without DLL or C programs | 28 May 2004 10:19 GMT | 1 |
Can i found Library or JDBC driver, in Java only for reading C-ISAM files ? I use many opérating system, si i won't C library and DLL Regards Philippe
|
| Oracle Connection Pooling | 28 May 2004 05:40 GMT | 1 |
I am trying to implement Oracle connection pooling for the following code, which was written by someone else. Here is my main question -- this java file creates code that is executed every hour, but once per week, the oracle server is brought down for backup. At that time, I get ...
|
| Unicode | 26 May 2004 21:04 GMT | 4 |
till now I was using JAVA to load my database from an txt-file like BufferedReader in = new BufferedReader(new FileReader("daten.txt"),65535); ... while ((line = in.readLine()) != null) {
|
| Looking for Java mapping programe(XML --> Relatinal database schema) | 26 May 2004 15:25 GMT | 4 |
I am going to begin following project Description of the project: One of the proposed ways of storing XML is to "shred" the structure of the XML document and
|
| Problem | 26 May 2004 13:52 GMT | 1 |
Hello, all. I have a problem - I'm trying to write my first program by Java2 and need to connect applets with database in MySQL. Don't know how to do that. I know, that I have to use a driver, but what exactly and where can I take it? Thank you.
|
| Looking for Java mapping programe(XML --> Relatinal database schema) | 25 May 2004 15:05 GMT | 1 |
I am going to begin following project Description of the project: One of the proposed ways of storing XML is to "shred" the structure of the XML document and
|
| Configuring Tomcat container to access remote MySql DB on Solaris | 24 May 2004 19:29 GMT | 2 |
I have apache and tomcat on win2k as local machine. And we have a central database Mysql on sun solaris. So can some one explain me how i should configure tomcat container on win2k to access mysql db using MySql jdbc driver mysql-connector-java-3.0.11-stable.jar
|
| [Oracle, java function] Problem with java function that uses 3rd party GPL library | 24 May 2004 15:26 GMT | 3 |
I need to create a function in java, that will run in oracle database as database function. So I've downloaded barbecue - GPL java library that allow me to create barcodes. I'm new at java so maybe my error is trivial, maybe not - I can't find it neither in oracle docs nor in
|