© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Gabriel Turqos
expert
I need some basic code which can be used to Access MySQL database in java. Thanks
samuel tarcin
Well look to the following page which also explains concepts about mysql connection and objects. reference: poftut.com/how-to-access-mysql-database-from-java…
Mark
A common way to connect to databases from Java is with JDBC, for example here .
samuel tarcin
expert
Well look to the following page which also explains concepts about mysql connection and objects. reference: poftut.com/how-to-access-mysql-database-from-java…