>From:    Shivkumar B Nayak <[EMAIL PROTECTED]>
>Subject: "Cannot find principal mapping information for data source with JNDI
>          name jdbc/Access"
>
>I am testing Account examples from J2EE under NT.Now I am trying with MS-
>Access through jdbc-odbc driver and

Using Access through the jdbc-odbc driver is a bad idea, even for running an
sample program. Access has no native support for several basic database
features, like SQL and transactions. The driver tries to make it appear to work
but it will fall over and die as soon as you try anything moderately complex
with it. It's just broken.

The J2EE SDK comes with Cloudscape which is a much better choice for running
the sample programs. (You can also of course use Oracle, Sybase, etc if you
have access to these).

--Jon


----------------------------------------------------------
Jon Dart                      [EMAIL PROTECTED]
TIBCO Software Inc.         650-846-5099

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to