Jump to content

Modify table structure of the access with delphi

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
jonnymr

jonnymr

    Newbie

  • Members
  • Pip
  • 7 posts
Hello,

Want to know how can I change the table structure of the access (mdb) via the command line of Delphi.
Where to use command like ALTER TABLE, INSERT TABLE, etc..

Thank you.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You'll have to use a query object's SQL parameter. Alter Table in Microsoft Access
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog