create a new table (ADO)
From: Mike Shkolnik (mshkolnik2002_at_ukr.net)
Date: 01/25/05
- Next message: Coder: "Re: NestedDataSets who will Update and how will it locate?"
- Previous message: Bernard Taylor: "Re: Updating Access database used by ISAPI DLL"
- Next in thread: Andrew: "Re: create a new table (ADO)"
- Reply: Andrew: "Re: create a new table (ADO)"
- Reply: Brian Bushay TeamB: "Re: create a new table (ADO)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 14:21:36 +0200
Is any way to create a new table in database?
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?
PS: I don't want to use the CREATE TABLE because syntax for field types is
not same for all databases. And I don't want to use the ADOX because I'm not
sure that new version of ADO will be installed for all my end-users...
-- With best regards, Mike Shkolnik EMail: mshkolnik@scalabium.com http://www.scalabium.com
- Next message: Coder: "Re: NestedDataSets who will Update and how will it locate?"
- Previous message: Bernard Taylor: "Re: Updating Access database used by ISAPI DLL"
- Next in thread: Andrew: "Re: create a new table (ADO)"
- Reply: Andrew: "Re: create a new table (ADO)"
- Reply: Brian Bushay TeamB: "Re: create a new table (ADO)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|