SBendBuckeye
Programmer
Hello All,
I have never used Delphi, but a non-normalized table issue in Crystal Reports means I may need to preprocess the data and Delphi is what the client uses.
If I were doing this in VB or VBA, I could do the following:
A. Write SQL to create an ADO recordset
B. Spin the ADO recordset fields collection and write out a comma and doublequote delimited text file
C. Use the text file as my input source for Crystal Reports
Can someone get me started on how to do this in Delphi?
Have a great day!
j2consulting@yahoo.com
I have never used Delphi, but a non-normalized table issue in Crystal Reports means I may need to preprocess the data and Delphi is what the client uses.
If I were doing this in VB or VBA, I could do the following:
A. Write SQL to create an ADO recordset
B. Spin the ADO recordset fields collection and write out a comma and doublequote delimited text file
C. Use the text file as my input source for Crystal Reports
Can someone get me started on how to do this in Delphi?
Have a great day!
j2consulting@yahoo.com