Moving from mySQL DB to progress using JDBC

Posted by LegacyUser on 06-Sep-2001 19:36

Hi,

Firstly, I have no experience with progress so be gentle.

I have a java client that can connect to a mysql database and do queries against it with no problem.

I am trying to migrate the code to work with progress but I can only connect to the DB. As I have no skill with the progress tools I thought I would create my tables and fill them with a simple JDBC java client but it only seams to generate exceptions when it runs even the most basic of "create table test" type of statements.

Can someone send me a simple snippet of java that creates, inserts and queries a table. I looked in the samples directory but the code did not cover this most basic of things.

Thanks in advance

Sid

All Replies

This thread is closed