Re: Can ADO.NET create a table in the database programmatically without executing CREATE TABLE sql statement? -
08-30-2004
, 10:56 AM
On Sat, 28 Aug 2004 05:39:13 -0700, Jeff Lee via .NET 247 <anonymous (AT) dotnet247 (DOT) com> wrote:
¤ There're all the good stuffs in ADO.NET classes, like you can create a new DataTable and add columns/constraints to it. But everything is in memory. Is there a way to save this nicely and freshly coded in-memory DataTable back to the database as a table without executing CREATE TABLE sql statement?
¤
No, ADO.NET currently does not provide this capability.
Paul ~~~ pclement (AT) ameritech (DOT) net
Microsoft MVP (Visual Basic) |