RE: The Syntax to Get JDBC Connection

2001-05-21 Thread Siomara Pantarotto
this.password = newPassword; } public String getPassword() { return password; } } *** >From: "Cal Evans" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >CC: <[EMAIL

RE: The Syntax to Get JDBC Connection

2001-05-20 Thread Cal Evans
If that's an exact quote then you left off the opening quote marks. Cal http://www.calevans.com -Original Message- From: Li Bing [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 19, 2001 4:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: The Syntax to Get JDBC Connection

The Syntax to Get JDBC Connection

2001-05-20 Thread Li Bing
Dear All, I use mm.mysql.jdbc to access mysql in Java. To get the connection, the following sentence is writen in my program. But an error occurred. I guess that the syntax is wrong. Could you please give me the correct one. Connection conn = DriverManager.getConnection(jdbc:mysql://localhost/Re