Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSV file as data source

Status
Not open for further replies.

otter42

Technical User
Aug 6, 2003
1
AU
I am using a CSV to drive a CR using ODBC DSN - its great and very quick.

The data is generated into a different CSV filename each night by a VB6 app. (the file has the date in the name so I can see historic data)

I need to change the DSN datasource from within the VB6 app to point to the newly created CSV file so everything is sitting on th printer first thing in the morning.

I'm having troubles pointing to the newly created csv file.
 
Use your VB application to export to both the "properly" named file as well as to a fixed name file (overwriting the previous day's export).

Now you can rely on a fixed ODBC data source since the fixed filename doesn't change.

Cheers,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top