John Goodfield

Greenhorn
+ Follow
since Feb 25, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by John Goodfield

Hi all!
Sorry for the confusion and thanks for the quick help.
First of all: As you can see, I'm now able to edit my posts (and also to disable graemlins...) - yeah!
Second: I got the db-connection working with:
jdbc\:db2\:9.200.201.202\:1234/dbname
there was just a simple syntax-error and a hang-up of the database... so everything works fine now!
Thanks for your help!
John
[Aaargh! Forgot to disable smilies...]
[ February 26, 2002: Message edited by: John Goodfield ]
Hello everyone!
I have a db2-connection using db2java.zip and
"DriverManager.getConnection("jdbc\:db2\:hostname :port/dbname", userID, userPW);"
Now everything works fine but for certain circumstances I want to get the connection via an ip-address. I have tried to replace the first 'getConnection' parameter with the ip address, but no success...
As I'm a newbie and this is urgent i hope you have some ideas how to get it done...
I appreciate any help!
Thanks!
John
[ February 26, 2002: Message edited by: John Goodfield ]