Re: adding a column to a table
- From: "Rad [Visual C# MVP]" <nospam@xxxxxxxxxx>
- Date: Wed, 4 Apr 2007 21:48:15 +0300
On Wed, 4 Apr 2007 09:46:00 -0700, David Thielen wrote:
Hi;
Is there a way to add a column to a table, preferably not at the end, via
ADO.NET? And hopefully in a vendor independent way as I have to do this for
Sql Server, Oracle, DB2, and MySql.
Are you talking about a dataset or a physical table?
If it is a physical table you can use SQL, the alter table statement
provided you're not putting anything unusually fancy like constraints or
defaults that are database specific
--
Bits.Bytes
http://bytes.thinkersroom.com
.
- Prev by Date: Re: ADO.NET 2.0 - Binding a Second Form to the Same Data Source
- Next by Date: Re: 3rd Repost - Issue in Importing Excel spread*** into dataset
- Previous by thread: Can anyone help with Data Designer issue?
- Next by thread: Re: adding a column to a table
- Index(es):