Church Michael R <MRCHURCH <at> qinetiq.com> writes: > > Can somebody provide me with an example of a JDBC Connection String? Is it > something like: > > jdbc:mysql://localhost:3306/ >
jdbc:mysql://localhost:3306/<db_name> so if your db is named j2, then it is: jdbc:mysql://localhost:3306/j2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]