.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for August 22nd, 2008

SQL For Programmers - CREATE TABLE

August 22, 2008 By: Dave Category: SQL For Programmers

ka_vol1_120 Once you have your database created, you’ll want to get some tables set up into it.  To do this, you’ll need the CREATE TABLE statement that can be issued from the connection object once you’ve established the connection.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Tags: , ,