| Author |
calling a SQL function within my java code could somebody tell me what I did wrong?
|
noodle hamilton
Greenhorn
Joined: Jun 08, 2007
Posts: 6
|
|
Hi all: I am just trying to call a simple sql func in my java code, and I got here is the sql function I tested on the DB Client and the returned values are all correct. here is a portion of my code that is calling it please let me know what I was doing wrong.. Thanks
|
 |
noodle hamilton
Greenhorn
Joined: Jun 08, 2007
Posts: 6
|
|
ok, never mind i figured it out... it should be setString(2 instead..
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
You're right, it has to be setString(2,...). Also, you don't need to wrap the ip between single quotes when you bind the parameter. Regards, Jan
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: calling a SQL function within my java code could somebody tell me what I did wrong?
|
|
|