| Thread | Last Post | Replies |
|
| heterogeneous joins using JDBC | 30 Apr 2004 00:45 GMT | 3 |
All, Would like to if joins across multiple products are possible using JDBC The requirement is that we have Informix and Oracle installed under
|
| DBF (NTX,CDX) JDBC Free Driver | 29 Apr 2004 23:10 GMT | 5 |
I'm looking for a free JDBC driver for dbf files using NTX and/or CDX index files. I google for it and I found many drivers you must pay and many free java libraries (not JDBC ) for working with dbf. If you could help me find such a
|
| Generate SQL-Statements from abstract definition | 28 Apr 2004 13:18 GMT | 3 |
we are developing Software using Databases. The Software is said to run under various databases (Oracle, Interbase, MySQL, etc.) In order to run correctly we need to run several DB-Scripts creating tables and filling them once before our application can be started.
|
| Please help me | 28 Apr 2004 12:15 GMT | 2 |
in this code: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String url = "jdbc:odbc:mydb"; Connection con = DriverManager.getConnection(url);
|
| running multiple sql queries in one executeQuery | 28 Apr 2004 00:12 GMT | 4 |
Is it possible to run multiple select statements in one (Java) executeQuery command and get back a result set for each one, maybe as an array? I have a txt file that contains a number of select queries and I want to be able to load and run the select queries contained in
|
| Server Socket and Database (SAPDB) | 27 Apr 2004 19:15 GMT | 1 |
normally, I do not habe that much problems using google or something like that to find any results, but this time i'm really without any idea left. I need to realize the following:
|
| JDBC/MYSQL Driver ... | 26 Apr 2004 20:39 GMT | 7 |
hi there... i'm building an app that uses a MYSQL database. I'm looking for a driver to connect to the database that supports special caracter such as "?", "?", "?", etc ... the one i'm using doesn?t support them and messes up the words
|
| Sun's JDBC-ODBC bridge | 26 Apr 2004 15:16 GMT | 6 |
Since I can't find any JDBC driver for I want , I'm searching for Sun's JDBC-ODBC bridge driver. I google for it but I came to the same web pages with no download option. Can some one help me ? Thank you
|
| Establishment of connection rejected (MySQL & Applet) | 25 Apr 2004 13:14 GMT | 3 |
The following code works as an application but not as an applet on the localhost. The error is: "java.sql.SQLException: Data source rejected establishment of connection, message from server......Host
|
| passwords and user ids | 25 Apr 2004 10:08 GMT | 3 |
I wondered how the userid/password mechanism works. It seems to me the HTTP server and Servlet Womb (e.g. Resin/Tomcat) has its own authentication scheme, so they must each have their own list of user ids and passwords. Further the SQL database has user ids
|
| sql92 entry level open source (stable) java database | 23 Apr 2004 07:04 GMT | 2 |
I am looking for an Open Source Java database that <must> (spec. don't ask -why-) comply with SQL Entry Level 92. Sofar I have looked at HSQL, McKoi and Axion. HSQL is suberb for my needs but they don't support HAVING and some other features that don't make them compliant.
|
| ODBC setup help | 22 Apr 2004 22:19 GMT | 1 |
I've installed java 1.4 on my windows xp system and I need to setup a database for a program using jdbc-odbc. I've read a couple tutorials and it says about setting up the odbc under control panel. I went to go do that, but its not there. Any idea how i'm supposed to setup the odbc?
|
| java, mysql autoincrememnt | 22 Apr 2004 15:16 GMT | 10 |
I am writing a program in java which at some point will insert values into a mysql table whose primary key auto increments. I need to know what the value that is used for this new row is. Does any one have any ideas of how to find this out without having to
|
| Connection with a database | 22 Apr 2004 10:22 GMT | 7 |
I' m writing a application that works with a database. Every time that I need information from the database I have to open an connection, and close it back at the end. Now I want to know if their is an way to open the connection when the
|
| Looking for the right combinaison | 21 Apr 2004 20:18 GMT | 3 |
I have to develop an application that will use a database on a local PC. My application will also have to communicate with web pages. Is Java the best choice to do it? Is it easy ? What would be the best database system (Access, Oracle, SQL server,
|