Board index » delphi » Want to create a new table using ADO ...

Want to create a new table using ADO ...

Hi!

I want to export data to a table (could be Paradox, ASCII-Text, Access,
Foxpro, even Excel). How do I do it using ADO?  (I used to be able to do
this with BDE's TTable.Createtable method, which doesn't exist in
TADOTable.)

Thanks for your help.

Greg

 

Re:Want to create a new table using ADO ...


Use ADOX type library.

Other Threads