TAdoCommand1 Create Table
From: Jeff Howard (jhoward_at_cubiscan.com)
Date: 01/19/05
- Next message: Del M: "Re: Using BatchOptimistic locking with Master/Details"
- Previous message: Norman McFarlane: "Truncation of Argument with ADo Components"
- Next in thread: Brian Bushay TeamB: "Re: TAdoCommand1 Create Table"
- Reply: Brian Bushay TeamB: "Re: TAdoCommand1 Create Table"
- Reply: Viatcheslav V. Vassiliev: "Re: TAdoCommand1 Create Table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 Jan 2005 10:08:43 -0700
I am having a syntax issue trying to create a new table.
I want to be able to create a table name with a space in it or to have
spaces in the field names.
How do you do it?
No combination of using quotes seems to work.
i.e.
ADOCommand1.CommandText :=
'CREATE TABLE' +
'"' + 'Master Test1' + '"' +
'(Field1 Text(20))';
- Next message: Del M: "Re: Using BatchOptimistic locking with Master/Details"
- Previous message: Norman McFarlane: "Truncation of Argument with ADo Components"
- Next in thread: Brian Bushay TeamB: "Re: TAdoCommand1 Create Table"
- Reply: Brian Bushay TeamB: "Re: TAdoCommand1 Create Table"
- Reply: Viatcheslav V. Vassiliev: "Re: TAdoCommand1 Create Table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]