Возможность есть
[codebox]dbf Automation 'Microsoft ActiveX Data Objects 2.8 Library'.Connection
create(dbf);
dbf.Open('Provider=Microsoft.Jet.OLEDB.4.0;Data Source=путькфайлу;Extended Properties=DBASE IV;');
DBF.Execute('Create Table Tables (Code char(20), Name char(30))');
DBF.Close;[/codebox]
|