Hi, I am excited by this wealth of knowledge and info-exchange thats
happening between the members of this list. Currently, my woes go this
way....


This is the error message that i get when i run my java program at
the DOS prompt, i am using jdbc-odbc bridge (for an access database),
the program logic and flow is right becos it is a direct take off from a
textbook. What i am worried about is some driver software config....

Sun says at its web site that jdbc-odbc comes free bundled with
jdk1.2(which is what we have on our computer over here). It says for
connectivity to other databases (Oracle is what i want to use in my
dream project) you need to get third party driver software. Any
recommendations from any of you.....

error message i got:
(dbt is my .class file name and is currently under the directory called
"Ram_at_aptech")

***********
C:\Ram_at_aptech>jview dbt
java.lang.UnsatisfiedLinkError: sun/jdbc/odbc/JdbcOdbc.allocEnv
Possible causes
: If you are trying to use J/Direct (@dll.import), check your compiler
version (
for JVC, requires 4336 or greater.) If you are trying to use RNI, there
are new
requirements: see documentation.
        at sun/jdbc/odbc/JdbcOdbc.allocEnv
        at sun/jdbc/odbc/JdbcOdbc.SQLAllocEnv
        at sun/jdbc/odbc/JdbcOdbcDriver.initialize
        at sun/jdbc/odbc/JdbcOdbcDriver.connect
        at java/sql/DriverManager.getConnection
        at java/sql/DriverManager.getConnection
        at dbt.main

ERROR: java.lang.UnsatisfiedLinkError: sun/jdbc/odbc/JdbcOdbc.allocEnv
Possible
 causes: If you are trying to use J/Direct (@dll.import), check your
compiler ve
rsion (for JVC, requires 4336 or greater.) If you are trying to use RNI,
there a
re new requirements: see documentation.

************
That was how my dos screen looked after the errors. I would be glad if
somebody could help me. Thanks a bunch,

Ram

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to