Hi,

I'm try using DAS and I want connect with MySQL without an Datasource and
the config file dosn't have a config for "UserName" and "Passowrd" when I
try use this

<ConnectionInfo>
       <ConnectionProperties
-->        user="database"
-->        password="database"
           driverClass="com.mysql.jdbc.jdbc2.optional.MysqlDataSource"
           databaseURL="jdbc:mysql://localhost:3306/database"
           loginTimeout="600000"/>
   </ConnectionInfo>

the ConfigUtil dosn't read that.
I just can used that, setting the "UserName" and "Password" in the code.

--
Paulo Henrique Trecenti

Reply via email to