Re: Create A Table From A FieldList?
- From: "Dave Blake" <barnswood@xxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 09:05:13 +0100
> Given a list of field objects, either in a dataset, or getfieldlist,
> etc, is there a straightforward way to create a new table in a database
> based on that list of fields?
As an alternative to Adox you could use SQL DDL commands e.g. CREATE TABLE
or ALTER TABLE. But you would need to construct the SQL from the properties
of the field objects and knowledge of the data types supported by your
database.
Dave
.
- References:
- Create A Table From A FieldList?
- From: Ken Lange
- Create A Table From A FieldList?
- Prev by Date: Re: Create A Table From A FieldList?
- Next by Date: Parameterized Query No rows effected
- Previous by thread: Re: Create A Table From A FieldList?
- Next by thread: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- Index(es):
Relevant Pages
|