Re: Why can't I make a connection?

2004-06-17 Thread Scott D. Spiegler
the mailing list, > everyone who monitors the > list - > > and anyone who checks the archives in the future! > - can benefit. > > > > The rest of my reply is interspersed in your > note > > > > Rhino > > > > - Original Message - >

Why can't I make a connection?

2004-06-16 Thread Scott D. Spiegler
Hi, I am testing the following code that attempts to get a DB connection, but I keep getting the following error: database_test.DBConnector SQLException: No suitable driver SQLState: 08001 VendorError: 0 The code snippet is below. I know the DB I am trying to connect to exists and that the user

Not Getting DB Connection

2004-06-05 Thread Scott D. Spiegler
Hi, I am using the following code but not getting a connection. :( Can someone tell me what I am doing incorrectly? Thanks, Scott package database_test; import java.sql.Connection; import java.sql.Statement; import java.sql.ResultSet; import java.sql.DriverManager; import java.sql.SQLException;

Unable to Programatically Create DB Connection

2004-05-25 Thread Scott D. Spiegler
I am trying to programatically connect to my DB, but I am not sure what the connection string should be. I am using this statement: conn = DriverManager.getConnection("jdbc:mysql://localhost/test?user=scott&password=cuatro"); I am getting this exception message: database_test.DBConnector S

RE: Unable to Create DB Connection

2003-09-10 Thread Scott D. Spiegler
Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld] basedir=C:/mysql bind-address=169.254.81.137 datadir=C:/mysql/data language=C:/MySQL/share/english #slow query log#= #tmpdir#= port=3306 #set-variable=key_buffer=16M [WinMySQLadmin] Server=C:/mysq

RE: Unable to Create DB Connection

2003-09-09 Thread Scott D. Spiegler
directory. > This file will contain information that should help > you get started. > > > > -Original Message- > From: Scott D. Spiegler > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 09, 2003 6:59 AM > To: [EMAIL PROTECTED] > Subject: Unable to

Unable to Create DB Connection

2003-09-09 Thread Scott D. Spiegler
= Scott D. Spiegler President Innovative Technical Solutions Pawtucket, RI 02861 __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Unable to Create DB Connection

2003-09-08 Thread Scott D. Spiegler
= Scott D. Spiegler President Innovative Technical Solutions Pawtucket, RI 02861 __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql