I need help setting up JNDI for use with JDBC.
I'm not using J2EE, rather J2SDK 1.4.0, so no 'deploytool'.
If I'm not mistaken (when this works), I should be able to call my database via "dbname" instead of doing the whole Connection thing.
JNDI is included with J2SDK1.4.0, how do I use it?
Thanks.
I'm not using J2EE, rather J2SDK 1.4.0, so no 'deploytool'.
If I'm not mistaken (when this works), I should be able to call my database via "dbname" instead of doing the whole Connection thing.
JNDI is included with J2SDK1.4.0, how do I use it?
Thanks.