Ado and creating tables
From: Jeff Howard (jhoward_at_cubiscan.com)
Date: 01/18/05
- Previous message: Bill Todd: "Re: oncalcfield event handler"
- Next in thread: Brian Bushay TeamB: "Re: Ado and creating tables"
- Reply: Brian Bushay TeamB: "Re: Ado and creating tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 Jan 2005 15:08:37 -0700
I am porting from using the BDE and Paradox to using ADO and Access.
Is there a way to create tables similar to how it could be done with the BDE
for example
with FieldDefs do
begin
Clear;
//Add('Sequence', ftAutoInc, 0,True);
Add('Item Number', ftString, 20, False);
....
or do I need to use an ADO query component and use a sql Create Table
statement to create a new table within an existing Access mdb file?
- Previous message: Bill Todd: "Re: oncalcfield event handler"
- Next in thread: Brian Bushay TeamB: "Re: Ado and creating tables"
- Reply: Brian Bushay TeamB: "Re: Ado and creating tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|