Hi ,
I want to connect to MYSQL database without using Spring/Hibernate , read about mySQL connector but not working for me.
Also , wanted to know how to incorporate fields like which are fetched via some referential constraint (from another entity) like data from a table with few columns from another table using same approach.
Also will i be able to add event handlers with seperate fields of the grid using this approach and how things can be modifed if i want to put some logic around update/fetch operations related to the grid?
please help.
I want to connect to MYSQL database without using Spring/Hibernate , read about mySQL connector but not working for me.
Also , wanted to know how to incorporate fields like which are fetched via some referential constraint (from another entity) like data from a table with few columns from another table using same approach.
Also will i be able to add event handlers with seperate fields of the grid using this approach and how things can be modifed if i want to put some logic around update/fetch operations related to the grid?
please help.
Comment