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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you instantiate an ADO object in Delphi...

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top