I am trying connect to my SQL Server 2000, from a small program, but in execution time send me, this error.
java.sql.SQLException: No suitable driver
Please, help me.
Thank you..
Rod <anonymous@.discussions.microsoft.com> wrote in message news:<BB1C98DB-E539-480B-B6CF-95A17DA123A8@.microsoft.com>...
> I am trying connect to my SQL Server 2000, from a small program, but in execution time send me, this error.
> java.sql.SQLException: No suitable driver
> Please, help me.
> Thank you..
Either URL you provided is wrong (look for typing errors) or you
forgot to call Class.forName() before getConnection().
Alin.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment