| Thread | Last Post | Replies |
|
| Sending image into BLOL | 21 Oct 2003 06:24 GMT | 1 |
Hello to All. The situation is as follows. I use javax.swing.filechooser.FileSystemView getSystemIcon to get the default OS icon.
|
| Secure connection to a SQL database from a Java client | 21 Oct 2003 03:56 GMT | 2 |
I am currently undertaking a software project that will require secure connection from a Java UI client to an SQL database located on a different machine. I have been researching possible solutions to this and would like your opinion on the following:
|
| Java & AS400 & DB2 | 20 Oct 2003 22:39 GMT | 2 |
if someone has any good links for java -> db2 combination on as400 i would be very gratefull thnx hrvoje
|
| Re:Relational Lookups (join confusion) | 20 Oct 2003 15:34 GMT | 1 |
Suppose I have tableA: id associate1 associate2 1 1 2 2 1 3
|
| JDBC query for date datatype (Urgent) | 19 Oct 2003 22:30 GMT | 2 |
I am forming a query thru JDBC for ORACLE database like this select FIELD from TABLENAME where FIELD1=5001 and FIELD2 like '2003-10-13 21:05:00' if you see in this query, FIELD2 datatype is Date.
|
| Embedded Java database recommendations | 19 Oct 2003 16:59 GMT | 6 |
I am writing a database application for Mac OS X, at the moment, the user can use MySQL,PostGres or DB2. I want to also give the user the option of using a file, rather than server based database. This means I need an embedded Java database, I have looked at a few (Axion and
|
| Database with Java | 19 Oct 2003 16:55 GMT | 4 |
When you are writing in Java, what type of database is best for small stand-alone systems, using Windows? Are there any databases written for Java that would work on Windows or Unix type machines? Thanks
|
| jdbc connect problems | 18 Oct 2003 20:37 GMT | 2 |
I have an applet which connects to a MySQL database with the GNU JDBC driver. When I run the applet in appletViewer on my local machine, it connects to the remote server just fine. However, when I put the applet up on the remote server, and invoke it
|
| MySQL connection setup | 17 Oct 2003 23:35 GMT | 1 |
Greettings, I am trying to setup a connection to MySQL database (which is all setup) with a java application that i am write. I have having trouble installing the MySQL Connector from MySQL ( version 3.0.9 )
|
| MS Works DB | 17 Oct 2003 21:15 GMT | 1 |
I got the program listed below to work on my Win NT 4.0 machine with an Access database. It just prints out name and email. I got a new laptop with Win XP Pro. that has MS Works
|
| Relational lookups | 17 Oct 2003 16:24 GMT | 1 |
I'm wondering how the following common scenerio is typically handled: Suppose I have a table (tableA) where one of the fields ("the_field") is an integer which is the key to another table (tableB). I run a SELECT query on tableA, displaying, say, n results in tabular
|
| Multi-threading and PreparedStatements - Also rolling back table creation | 17 Oct 2003 01:16 GMT | 2 |
Please consider the sample class below (ignoring any irrelevant mistakes... Im a novice). class A { protected static final String psString = "INSERT INTO some_table
|
| SQL database developer wanted | 16 Oct 2003 04:43 GMT | 1 |
Need a database with 20-40 fields and user end interface developed that can be indexed and searched by website visitors. Interface for data entry needs to be simple and easy to use as client is not web-savvy.
|
| Replication and Postgres | 14 Oct 2003 23:50 GMT | 2 |
I want to try replication with erserver on postgreSQL. So, I would know your feedbacks about it. Also, do you know where can I find doc about erserver ? I tried on postgres website and erserver website, but i did'nt found anything...
|
| Function Postgres | 14 Oct 2003 23:39 GMT | 1 |
E' possibile da una funzione in postgres richiamare un esegubile esterno? It's possible to call an external binary command from a postgres function? I know thats it's possible to write the function in perl tcl or pyton if they are installed, is it possible to integrate a java ...
|