| Thread | Last Post | Replies |
|
| loading HSQL in-memory from different JVM processes | 20 Feb 2005 14:43 GMT | 1 |
as specified in the JDBC MEtadata getTables and getColumns /doc/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.html .. 3. TABLE_NAME String => table name
|
| data load | 20 Feb 2005 09:30 GMT | 3 |
whats the best way to start a long running process (> 60 minutes)from a web application? Dieter Bender
|
| is there anyone who has some idea? i am trying to call Stored procedure using JDBC | 19 Feb 2005 20:53 GMT | 5 |
I am trying to use jdbc to call sp procedure in UDB 8.1, the following is the jdbc code. ------------------------------------------------------------------------------------------ con = getConnection();
|
| Problem with DB2java JDBC driver | 19 Feb 2005 20:09 GMT | 1 |
Hi, i am having some problems with DB2Java JDBC driver, i have a DB2 7.2 Client and when i execute a simple SELECT query from my java application i get the following error: java.lang.String="0,00"
|
| Why won't <BR> stick in out statement ? | 18 Feb 2005 12:02 GMT | 1 |
My java keeps saying that the <BR> is unterminated Why ? It is just a string <%@page contentType="text/html"%>
|
| Newbie help needed JDBC | 18 Feb 2005 07:05 GMT | 2 |
I have grown up with VB6 and moved onto perl / php. I have got JBOSS running under suse 9.2, and have netbeans as well. I can understand the mechanism for java applets and played with a few. The next step i need help with is
|
| jdbc -> postgres | 18 Feb 2005 05:07 GMT | 2 |
After succesfully acomplished instalation of postgre sql, i try to init new database by line : $ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data and system answers like this:
|
| Java & MySQL show table status command | 18 Feb 2005 01:49 GMT | 5 |
I am using java to retrieve a resultset with "show table status" mysql command. I am having problem reading the [name] and [engine] column. In the metadata object it is showing as VARCHAR but when I do getString() it is returning me the object string (e.g. "[B@1e3e7d2")and
|
| decimal point comma or period ? from DB2 Connect V8 to DB2 z/OS V7 | 16 Feb 2005 17:32 GMT | 1 |
HiAny suggestion would be fine. I have installed DB2 V7.2 (fixpak 8) at two different Windows 2000 Servers, both have the same regional settings. I am connecting to the same DB2 z/OS subsystem running V7 from a DB2
|
| Custom Object Types | 15 Feb 2005 23:19 GMT | 3 |
Hi to all, I have a PLSQL package containing 2 methods: get_account and set_account. The former returns an Account type, the latter accepts an Account type. Account TYPE is defined as %ROWTYPE of an Account Table contained inside DB.
|
| jdbc query works only with parameters given in command line | 15 Feb 2005 16:35 GMT | 1 |
hi, my problem is, that while trying to call the authorize method [from class Authorizer] in doPost method [class login_page] , it returns always false.
|
| simple sql query, but don't get it ... | 15 Feb 2005 15:54 GMT | 11 |
very simple example. I've got 3 Tables STUDENT ======= id BIGINT (PK)
|
| code to collect mails and store to database | 15 Feb 2005 08:12 GMT | 4 |
Hi team, trying to modify an opensource project I need the feature to collect mails from pop3 and store the mails to a database (here: Oracle). As I'm a complete newbe on Java AND Oracle I've just no idea how to do
|
| Is perl better? :((( | 13 Feb 2005 20:04 GMT | 76 |
I'm proud and certified Java programmer since 1998. Trust me, a lot of experience! And I prefer Java. Also I work with other languages too. For example we support/develop big system with around 300 perl scripts.
|
| Like Query not working with MS Access using JDBC-ODBC | 11 Feb 2005 22:19 GMT | 1 |
I am having a strange problem here. Following is the query that I am trying to execute from my java program using JDBC-ODBC bridge. SELECT DestId FROM tblRates WHERE '213424' like Perfix+'*'
|