Great project. I have been a Clarion developer for 20 years and have been looking for something like this. I currently use MySQL for all my Clarion and Visual Studio programming. Is any support for MySQL support planned? How would I go about tweaking the system to use MySQL. Generate Java source code and modify? Modify the clarion2java source code generator? Thanks for any guidance, and I apologize in advance if these are stupid questions as I am just getting into this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. Adding generic JDBC Support is on my list of things to do. Currently system does a few things that are very much postgre specific so it is tuned to work with Postgre only. Got a bit on my plate at the moment, so have not had a chance to progress clarion2java much and probably will not get a chance for a month or 2. Most of work needs to occur in runtime. Bulk of it concentrates on CalrionSQLFile.java and the org.jclarion.clarion.jdbc package. Hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great project. I have been a Clarion developer for 20 years and have been looking for something like this. I currently use MySQL for all my Clarion and Visual Studio programming. Is any support for MySQL support planned? How would I go about tweaking the system to use MySQL. Generate Java source code and modify? Modify the clarion2java source code generator? Thanks for any guidance, and I apologize in advance if these are stupid questions as I am just getting into this.
Hi. Adding generic JDBC Support is on my list of things to do. Currently system does a few things that are very much postgre specific so it is tuned to work with Postgre only. Got a bit on my plate at the moment, so have not had a chance to progress clarion2java much and probably will not get a chance for a month or 2. Most of work needs to occur in runtime. Bulk of it concentrates on CalrionSQLFile.java and the org.jclarion.clarion.jdbc package. Hope this helps.
Hi Andrew. Thanks very much for responding and keep up the great work.