| Thread | Last Post | Replies |
|
| ? connect to db2 as400 server | 08 Oct 2004 09:42 GMT | 2 |
i'm new to database connectivity through java. can u help/guide me how to connect to db2 as400 server(os 400) from client windows/linux terminal through jdbc . i'v downloaded the jdbc db2 driver from i-net .
|
| Connection object as an instance or local variable? | 07 Oct 2004 23:37 GMT | 3 |
I have a 'data manager class' that has a bunch of methods a bit like this: public Hotel [] getHotels() {
|
| Bug in jdbc timestamp escaping in Oracle 9i? | 05 Oct 2004 16:28 GMT | 1 |
has anybody experienced this in Oracle: Issue a jdbc query using a timestamp like: "select * from mytable where postDate>={ts '2004-10-05 10:00:00'}" -> oracle 8i: everything works fine
|
| [MySql] Connecion .... dont work :/ | 03 Oct 2004 21:29 GMT | 4 |
I write simple program to connect with database, execute simple query and print. My driver to MySql work good coz program : public class test { public static void main(String[] args) {
|
| get the jdbc connecto for db2 | 03 Oct 2004 14:22 GMT | 5 |
hi everybody, i'm trying to get the jdbc connector to acces a db2 database, somebody can tell me where can i download it?? thanks
|
| Custom dynamic SQl statement | 02 Oct 2004 17:24 GMT | 6 |
I am still having no luck with the creation of a custom sql statement. I am trying to write something like so: "SELECT " + Variable1 + "," + Variable2 + " FROM " + Variable3); I have been looking at preparedstatements, but not sure if that is a
|
| how can i fix this DBPool??? | 01 Oct 2004 19:51 GMT | 1 |
I am using a dbpool written by myself,but recently i find there are some trouble to connect mysql server. Mysql server set wait_timeout=28800(default 8hours),so when the connections in dbpool do not be used in 8 hours, mysql server will
|