Bomber_Lord
New Member
[FONT="]Good day everybody
I am requested to start a Java application using JDBC. My application already reads information from a database in SQL Server 2005 but my clients has one database set in Progress.
Since Progress is complete new for me, I would like to know any information that may haste my research. The program already does everything the client "needs", which is basically only doing queries in the database and graphing the results. All I need to know to move on is:[/FONT]
[/FONT]
I am requested to start a Java application using JDBC. My application already reads information from a database in SQL Server 2005 but my clients has one database set in Progress.
Since Progress is complete new for me, I would like to know any information that may haste my research. The program already does everything the client "needs", which is basically only doing queries in the database and graphing the results. All I need to know to move on is:[/FONT]
- [FONT="]Where can I find JDBC drivers for a particular database in Progress?[/FONT]
- [FONT="]How can I set up my own Progress Database and/or backup an existing one? mainly to test my program[/FONT]
- [FONT="]How can I connect to a Progress Database using JDBC (if the URL used to connect to the database has a particular syntax)[/FONT]
- [FONT="]The syntax for doing Queries in progress (if there anything specific about it)[/FONT]