| Thread | Last Post | Replies |
|
| update a date on a MySQL table | 22 Jul 2004 13:13 GMT | 7 |
I'm trying to update a date field in a MySQL database, using the following code: Statement stmt = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
|
| Package does not exist | 22 Jul 2004 12:30 GMT | 2 |
I am trying to compile a java program locally, using the NetBeans software. I am getting a series of errors, in the format "package Oracle.(something) does not exist".
|
| can't connect to msssql | 22 Jul 2004 12:23 GMT | 1 |
hi the code below is supposed to establish a connection to my database located on a sql-server. but there is always thr following exception: java.sql.SQLException: No suitable driver i have downloaded the driver from microsoft
|
| Inserting a backslash | 21 Jul 2004 22:34 GMT | 1 |
I am trying to insert string data into my MySQL database. Some of the string data has a backslash as a character. I tried to make a simple insert of a backslash into the database using the following statement in java. Notice that i used two backslashes.
|
| isam library for java | 20 Jul 2004 23:36 GMT | 1 |
Is there a freely available (public domain) isam library for java? Sleepycat JE doesn't work because the app can't be opensource but the product won't support a huge license fee...
|
| CLOSE_CURSORS_AT_COMMIT | 20 Jul 2004 21:40 GMT | 3 |
My JDBC program has the following line: conn.setHoldability(ResultSet.CLOSE_CURSORS_AT_COMMIT); Where conn is a Connection object. At compilation, it is giving error:
|
| Tomcat app re-deploying is removing symbolic links | 20 Jul 2004 12:12 GMT | 1 |
Is there any way tomcat can be told what folders to remove when redeploying an application. I set up symbolic links from directories containing critical files outside of tomcat into a tomcat web application.
|
| Why? Why? Why? | 20 Jul 2004 08:07 GMT | 2 |
I'm now developing an database application in JBuilder 9. But ther happened a strange thing. No problem occurs in the course of making th project. It also runs well. But after i created a native executable fil called dbApp.exe, an error message was printed like:
|
| how can i query different tables using a parameterRow or through other methods? | 18 Jul 2004 20:57 GMT | 1 |
hi,everyone I'm new in java. I want to query a table that depending on jdbTextField1.getText(). Tha is to say the content of jdbTextField1.getText() is the name of table
|
| Bad Invoice | 16 Jul 2004 11:45 GMT | 1 |
If I issue an invoice and the customer nevers pays and I want to write it off, how do I account for this. Do I just delete the invoice with a note saying why it was cancelled or ... ?
|
| connecting to an oracle db using the thick (oci) driver | 16 Jul 2004 08:05 GMT | 4 |
I hope someone out there can help me with this. I usually connect to the oracle database from my java code via the thin driver. However I have been asked to investigate using the oci driver instead. I have installed the oracle 9 client (on my win2000 PC) and have set up a
|
| Java conneciont string question... | 15 Jul 2004 20:31 GMT | 2 |
I have a java Interface, in a java application, that defines all of me SQL definitions. The problem I am having is the jdbc connect that has a dos address in the "Program Files" directory. It is killed at the end of "Program" and I have tried "progra~1" to no avail. Does anybody ...
|
| get Exported/Imported Keys() doesn't work with JDBC-ODBC | 15 Jul 2004 15:17 GMT | 1 |
I'm using the JDBC-ODBC bridge to access an Access database. Now I face the problem of building a graph of the database relationships. The problem: getExportedKeys() and getImportedKeys() don't work. I don't know if is there any workaround for this, but so far I was ...
|
| jdbcrealm MYSQL autoReconnect problem | 13 Jul 2004 18:55 GMT | 2 |
I'm using jdbcrealm to connect mySQL DB. The following is from my server.xml. It works well except autoReconnect part. Every morning when I try to connect I get "Invalid username/password" error
|
| Need a quick start | 13 Jul 2004 14:09 GMT | 3 |
For a person who knows VB, C, (and some C++ ), understands concepts of OOP what would be the fastest way to learn Java and be able to write a simple GUI program that connects to a database ( ODBC) adds/deletes/updates records etc. Is there any example of such a program on the net, ...
|