JDBC

(tag)

  • YankIt – Extract from Oracle using JDBC including blobs

    This mini project is designed to allow you to extract and import data from an Oracle database using simple JDBC. Nothing even remotely startling about that, this is designed as a very simple command line tool that can be called from Ant. From what I can see there really isn’t anything out there that works… read more…

    YankIt – Extract from Oracle using JDBC including blobs
  • Problems with single quotes, JSP and PostgreSQL

    I have a small web app that updates various PostgreSQL tables. I recently updated from Fedora 14 to Fedora 18 and as a result PostgreSQL was updated and I expect JDK as well. All of a sudden I notice I couldn’t update rows which contained strings when the strings had single quotes in them. I… read more…

    Problems with single quotes, JSP and PostgreSQL