PDA

Click to See Complete Forum and Search --> : dbaseIV


DMS2
Sep 23rd, 2006, 09:05 AM
I'm trying to make reports from a dbf table data... Any ideas on how to do this?

Thank you in advance

King_George
Sep 25th, 2006, 09:28 AM
I'm trying to make reports from a dbf table data... Any ideas on how to do this?

Thank you in advance

My method was to use an ODBC datasource for .dbf files rather than trying to connect to a database. There is a native MS datasource for dbf files, try using it to create a dsn, use the dsn to connect to the tables from the report and then construct an sql statement and see what happens