K
Konrad
Hi
How to create tables and constraints
from typed DataSet in SQL Server?
Thanks
Konrad
How to create tables and constraints
from typed DataSet in SQL Server?
Thanks
Konrad
Miha Markic said:Hi Konrad,
In addition to Cor, here is how to build a helper class:
HOW TO: Implement a DataSet CREATE TABLE Helper Class in Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;325938&Product=adonet
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Konrad said:Hi
How to create tables and constraints
from typed DataSet in SQL Server?
Thanks
Konrad
Konrad said:But I want to create tables in
SQL Server database from DataSet.
Miha Markic said:Hi Konrad,
In addition to Cor, here is how to build a helper class:
HOW TO: Implement a DataSet CREATE TABLE Helper Class in Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;325938&Product=adonet
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Konrad said:Hi
How to create tables and constraints
from typed DataSet in SQL Server?
Thanks
Konrad
Miha Markic said:?
Can you describe a bit more your intention?
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Konrad said:But I want to create tables in
SQL Server database from DataSet.
http://support.microsoft.com/default.aspx?scid=kb;en-us;325938&Product=adonetMiha Markic said:Hi Konrad,
In addition to Cor, here is how to build a helper class:
HOW TO: Implement a DataSet CREATE TABLE Helper Class in Visual C# .NET--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Hi
How to create tables and constraints
from typed DataSet in SQL Server?
Thanks
Konrad
Konrad said:I don't know what I would
describe more?
I want to create tables in SQL Server database
from ADO.NET DataSet (typed, there are definitions of tables and
constraints) .
Miha Markic said:?
Can you describe a bit more your intention?
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Konrad said:But I want to create tables in
SQL Server database from DataSet.
"Miha Markic [MVP C#]" <miha at rthand com> wrote in message
Hi Konrad,
In addition to Cor, here is how to build a helper class:
HOW TO: Implement a DataSet CREATE TABLE Helper Class in Visual C#
.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;325938&Product=adonet
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Hi
How to create tables and constraints
from typed DataSet in SQL Server?
Thanks
Konrad
CREATE TABLE MyTable ....
It shouldn't be that hard.