Re: create a new table (ADO)
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 01/26/05
- Next message: Mike Shkolnik: "Re: create a new table (ADO)"
- Previous message: Brian Bushay TeamB: "Re: Is the "POST" allready done in "BeforeScroll""
- In reply to: Mike Shkolnik: "create a new table (ADO)"
- Next in thread: Mike Shkolnik: "Re: create a new table (ADO)"
- Reply: Mike Shkolnik: "Re: create a new table (ADO)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 20:34:15 -0600
>I know about CREATE TABLE and ADOX.Catalog but I want to know how to create
>a new table in another way. All what I want is to create some resultset
>(Fields.Append) and specify the table name+save/commit - or this is
>impossible in ADO?
It sounds to me like you just need to do a Select Into query
Select * from Table1 Into NewTableName
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Mike Shkolnik: "Re: create a new table (ADO)"
- Previous message: Brian Bushay TeamB: "Re: Is the "POST" allready done in "BeforeScroll""
- In reply to: Mike Shkolnik: "create a new table (ADO)"
- Next in thread: Mike Shkolnik: "Re: create a new table (ADO)"
- Reply: Mike Shkolnik: "Re: create a new table (ADO)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|