Board index » delphi » Re: Modifying table structure
Vassiliev V. V.
![]() Delphi Developer |
Re: Modifying table structure2007-03-20 05:39:27 AM delphi114 The easest way is to execute correspongind SQL command, such as CREATE TABLE, ALTER TABLE. You can use TADOCommand or TADOConnection.Execute(). //------------------------------------------ Regards, Vassiliev V. V. www.managed-vcl.com - using .Net objects in Delphi for Win32 + ADO.Net www.oledbdirect.com - The fastest way to access MS SQL Server, MS Jet (Access) and Interbase (through OLEDB) "Mike Saunders" <XXXX@XXXXX.COM>???????/???????? ? ???????? ?????????: news:45fef879$XXXX@XXXXX.COM... Quote
|