Re: Put each row into an array of strings?
Posted by: Filipe Silva
Date: July 09, 2014 10:10AM

Hi,

Connector/J is an implementation of the Java Database Connectivity (JDBC) API, so, you'd want to have the official API documentation near, everytime (http://docs.oracle.com/javase/7/docs/api/) - package 'java.sql'.

If you need help with the basics, maybe you should start with the JDBC tutorial (http://docs.oracle.com/javase/tutorial/jdbc/) or any other source you may find searching around.

Finally you'll find information specific to Connector/J in its official documentation (http://dev.mysql.com/doc/connector-j/en/index.html).

Enjoy your coding!

Options: ReplyQuote


Subject
Written By
Posted
Re: Put each row into an array of strings?
July 09, 2014 10:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.