Who has experience on this,give me a hand!
Thanks in advance!
> how to lookup datasource from j2ee application client?
Don't do it. What's the point having an application server if you're
going to access the database from the client? This is one of the worst
of bad practices, if you need to get data to your client, call an EJB to
do it. Otherwise go back to Visual Basic.
Phil.