odbc with C

syddie

New Member
Hi,

can anyone share some simple C code showing how to connect to a Progress database on linux. ie connect, query and disconnect.

I have been able to use the JDBC however I need to do the same but in C.

thanks
Ken :confused:
 
With OpenEdge SQL Client Access for Linux a sample C program is shipped. This program contains all the functions you need to connect/disconnect/query a progress database.
The example is located in $DLC/odbc/example.
You can download OpenEdge SQL Client Access at PSDN: product downloads --> log in --> deployment components.

HTH,

Casper.
 
Back
Top