wei liu wrote:
Arpit Panwar wrote:Make sure you change the Storage engine of your table to InnoDB
I think the default engine MyISAM doesnt support Transactions
Try it and let me know
Thanks Arpit, It works after change the engine from MyISAM to InnoDB.
Thanks for your help.
André Asantos wrote:When I am using Sybase the query "select * from DatabaseCars.. TableKindOfCar " works differently when I use Mysql because the same query does not work... got it?
Jan Cumps wrote:
This method might not do what you expect that it does:Arpit Panwar wrote:Yup ResultSet returns no rows
ResultSet.getFetchSize() returns 0 i.e. no rows are being fetched
https://coderanch.com/t/299924/JDBC/java/workings-ResultSet-getFetchSize