| Thread | Last Post | Replies |
|
| PreparedStatement and DEFAULT | 21 Apr 2004 14:19 GMT | 1 |
I have a column in a table as follows create table test( a varchar2(12) default 'def' not null )
|
| jboss to postgresql connections fail. Failed to register driver | 20 Apr 2004 21:13 GMT | 1 |
Sorry I am a complete newbie to the JAVA world and not ultra clear on JBOSS but am trying to set up WFMopen (workflow engine) for some workflow tests and cannot connect to the pastgresql server. Can someone point me to what I have done incorrectly?
|
| JDO nad MYSQL | 19 Apr 2004 23:52 GMT | 2 |
Im looking form examples usage JDO (opensource) to MYSQL. It's possible to it ??? Where can I find it ??? Thanks for Your help
|
| Postgres and RETURN_GENERATED_KEYS | 19 Apr 2004 21:00 GMT | 4 |
I would like to use this feature when inserting new records in a PostgreSQL database via JDBC but the possibility of retrieving the autonumber key is not supported... How can I perform a workaround? I currently re-query the database with the
|
| Collation localization | 19 Apr 2004 12:23 GMT | 1 |
I would like to know how to have a collation done via jdbc in a locale that is not the one of the OS. Eg OS in english, and collation (via an order by clause) in german. Thanks a lot ! Alexandre
|
| Using synonyms with oracle object types | 19 Apr 2004 12:19 GMT | 4 |
I'm using some Oracle types that belong to a certain schema. I've code some classes that implement java.sql.SQLData to manage the conversion between the java and oracle types. The SQL type the classes report is "schema_name.object_name".
|
| Simple INSERT question, | 16 Apr 2004 18:50 GMT | 4 |
Hi, I was wondering if anyone could halp with this simple question which is causing me much pain. Im trying to insert two items into a access database and cant heres what I have done. con = DriverManager.getConnection(conStr);/
|
| Upload Blob to database | 16 Apr 2004 10:52 GMT | 5 |
Hi, I am working on part of an application which has to upload an image from a webpage and insert it as a blob in a database. Yes, I would rather just store the image on the filesystem, and have a "file path" or something in the database, but I have to store the image blob in
|
| JDBC connect error -> character set not supported | 16 Apr 2004 01:20 GMT | 2 |
Hello NG! Can anyone help me with the following problem. I try to connect to a Oracle9i db via jdbc: here the code:
|
| It is possible to do a JOIN between two ResultSet? | 16 Apr 2004 01:13 GMT | 5 |
Hi, sorry for my bad english. I have a program that have to do a query on an Access DB with JDBC, and at the same time have to do another query on a text file (CSV). So I have two resultset from two different DB (the first a real DB, the second a text
|
| java.security.AccessControlException | 15 Apr 2004 20:21 GMT | 4 |
I'm trying to connect to a database tro an applet but i get this error. Is it possible to make a connection with my db wothout getting the exception so i get a good connection. I won't want to work with a servlet that's why i'm trying it with an applet.
|
| Style Sheets | 15 Apr 2004 17:52 GMT | 3 |
Is there any open source out there that will allow me to use Style Sheets inside of a GUI window, preferably a JEditorPane? I need to be able to open Style Sheet formatted html that is inputted into a database through an ASP client, and then retrieved in a JAVA client.
|
| How to retrieve the IDENTITY value after insert into Pointbase database | 15 Apr 2004 14:45 GMT | 6 |
I need to know how to get the value provided by the Pointbase database for the IDENTITY column of a newly inserted row. The Pointbase docs explain how the value is created, but not how to get it after the insert is done.
|
| Duplicated result from ResultSet JDBC and MYSQL | 15 Apr 2004 12:52 GMT | 1 |
First of all, this is what my servlet is doing. My servlet is used with a Quartz Scheduler to periodically send sms content to subscribers. I use, -MySQL = to store the content and subscribers' phone number
|
| long order_id = ((org.gjt.mm.mysql.PreparedStatement)statement).getLastInsertID(); | 13 Apr 2004 22:43 GMT | 2 |
I have an error in a JSP based shopping cart project. I get a cannot resolve symbol error on the line shown below : long order_id = ((org.gjt.mm.mysql.PreparedStatement)statement).getLastInsertID();
|