All, The documention on the JDBC driver (v0.87) shows that ampersands are used to delimit driver parameters.
JBoss (www.jboss.org) stores datasource definitions in XML files, and so using & seems a bit problematic. Is there any way that the supported delimiters can be extended to use a semi-colon or something that's not going to break XML? e.g. In JBoss, this is a problem because of the & <config-property name="ConnectionURL" type="java.lang.String">jdbc:mysql://dev/activelist?prop1=val1&prop2=val2</c onfig-property> Can it be extended to allow this also... <config-property name="ConnectionURL" type="java.lang.String">jdbc:mysql://dev/activelist;prop1=val1;prop2=val2</c onfig-property> Thanks, Greg sql,query --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php