Open CSV file

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mtawk

Open CSV file

Post by mtawk » Tue 01 Feb 2005 16:20

hello,
Is there a way I can set an OraSession connection that can read from a csv file with defined delimiters and schema ?

I mean the substitute of Microsoft.Jet.OLEDB.4.0 but with OraSession connection

thanks for your help

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 02 Feb 2005 08:48

No, there is not any interface in TOraSession for such purpose, but you always can do it manually.

Post Reply