Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I know that Hibernate uses JDBC behind the scenes, but how 开发者_JS百科does it do this/ where does it do this?Hibernate uses JDBC to connect to the database and execute the dynamic SQL that it genera
i have creat开发者_运维问答ed a page with text boxes, details are: house no: streetname: cityname:
Can someone explain, in开发者_开发技巧 layman terms, what is Object/relational mapping(ORM) in relation to Hibernate and JDBC?
I develop a little application for android platform. So I use the SQLite开发者_Go百科DB for storing data. Normally (MySQL, Sybase, h2, ...) I can connect to my database via SQLWorkbench. How can I acc
I\'m having issues with stored procedures that have a lot of insert statements when using Sybase\'s jdbc driver. After 50-60 inserts, the stored procedure stops execution and returns. See code below.
I am using jdbc to call a sql q开发者_如何学运维uery \".... where mydate like \'?%\' \" and I want to pass the parameter to the query with:
i want to use my mysql databases in weka in order to analysis data. i download the mysql-connector-java-5.0.8-bin.jar and put that in weka folder in my program Files folder, and add this path to syste
I want to access to a remote database(Mysql) ,but always an error occure : what it can be the error? try{
I have a general question about using Servlet and JDBC. For instance, I have a class called MyDatabaseManager, which provides functions