Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Kevin Hurley
Greenhorn
+ Follow
news
2
Posts
0
Threads
since Jun 16, 2009
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Kevin Hurley
Problem in Starting the WAS server
I believe that you have incorrect packaging for your archive.
show more
14 years ago
EJB and other Jakarta /Java EE Technologies
Malformed SQL92 - Please Help.
This is a very subtle syntax bug. I stared at this for a day or better trying to figure out what could be wrong.
You need to have:
{ ? = call yourpackage.yourfunction() }
instead of
{ ? call = yourpackage.yourfunction() }
Notice the syntax.
show more
16 years ago
JDBC and Relational Databases