output to access

Hi everyone,

I have a "little" problem. I'm trying to put data from my progress database to an Access database. I made the connections with
ODBC and all the other things I need to make a connection are
correct. ( someone else did that for me :awink: ).

The only thing I dont know is how to write my progress code to
put data in the correct table. I already searched for many hours
on the internet, but i didn't find something.

Has someone already done this? Or can someone help me to write
some code to put data from a progress database to an access
database.

Thanks in advance!
 

Casper

ProgressTalk.com Moderator
Staff member
Since you want data from the progress database to access, you just need the odbc connection and pull the schema and data from the Progress database using SQL. So no Progress code involved.

HTH,

Casper.
 
Top