Does anyone know all the valid value of the "type" property of the following tags? Which type should used agaisnt the data type of MySQL columns?
<employee> <connection>personnel</connection> <table name="employee_table"> <keys> <key param="employee" dbcol="id" type="int" mode="manual"/> </keys> <values> <value param="name" dbcol="name" type="string"/> <value param="department" dbcol="department_id" type="int"/> </values> </table> </employee> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]