-
Recent Posts
- Play Video on Startup of Raspbian on Raspberry Pi
- Agile Within Application Support
- Pushing recordings from DLink DCS-5222L to the Cloud
- Java – Generating a list of files ordered newest to oldest
- Java Database Connectivity – MySQL, Oracle and SQLite
- How to install the Oracle JDBC into your local Maven repository
- Custom Colours for Checkboxes in User Forms Excel 2007
Category Archives: SQLite
Java Database Connectivity – MySQL, Oracle and SQLite
I have played around with database connectivity with Java for MySQL, Oracle and SQLite. I thought I would share some simple connection setup code with the world. You will need to download and add the appropriate JARs to your project and … Continue reading