Hi ,
I wanted to connect to MYSQL database without using spring /hibernate, tried using mySQL connector example given in smartclient but to no success.
Also is it possible to then attach event handlers to each field in that case , since i guess in that case it populates the grid from the fields mentioned in the ds.xml file
also how does it handles the fetch/update operations if i have to manipulate the logic before perorming any action.
I wanted to connect to MYSQL database without using spring /hibernate, tried using mySQL connector example given in smartclient but to no success.
Also is it possible to then attach event handlers to each field in that case , since i guess in that case it populates the grid from the fields mentioned in the ds.xml file
also how does it handles the fetch/update operations if i have to manipulate the logic before perorming any action.
Comment