Database Error

2001-05-08 Thread Greg Cardoza
Good Day: Could someone help me and tell me which direction to go to see why I'm getting unknown database error caught by the SQLException catch. I checked to make sure that the Class.forName was being executed and it was. Just need a little helping hand. Thanks... Greg __

MyODBC General Question

2001-05-08 Thread Greg Cardoza
Good Day: I was just wondering, if I'm using mm.mysql.jdbc-1.2c to connect to a database w/JAVA do I also need MyODBC installed and configured also? Or is mm.mysql.jdbc-1.2c all I need? Thanks alot.. Greg __ Do You Yahoo!? Yahoo! Auctions - buy

Database Connection

2001-05-07 Thread Greg Cardoza
Hello: Is there anyone who can supply me with the syntax for connecting to a database using JAVA and mm.mysql... I've been to sourceforge.net and couldn't find exactly what I was looking for. All I'm asking for is the detailed lines of code in the try block statement to connect to a database.

JDBC Connection

2001-05-05 Thread Greg Cardoza
Hello: Could someone help me in giving me the JAVA syntax to connect to a datbase using MySQL. I have mm.msql.jdbc-1.2.c.tar as the jdbc connection. All I need is the detailed code in JAVA to connect to a database in regards to the try block statement. Thanks alot for all your help... Greg

Please help, I need JAVA code....

2001-02-18 Thread Greg Cardoza
I'm trying to connect to a SQL database I set up using SQL 3.23. If possible I would like to see some JAVA code on how to connect to a database with examples of Class.forName("?"), and anything that goes between the try block. Also, what String goes between the quotation marks. Is that the