Request sqlcommend to create sql table

09/04/2011 02:45 Just2Me#1
i need sqlcommend to create sql table using C# ^_^
09/04/2011 03:32 kobb#2
this is the most retarded thing i`ve ever heard :facepalm:
09/04/2011 07:59 Spirited#3
Quote:
Originally Posted by Just2Me View Post
i need sqlcommend to create sql table using C# ^_^
This forum isn't in replacement of searching Google for solutions.
This isn't Conquer related. This is just spam. :facepalm:

PS: just make the damn table. What you said makes no sense.
09/04/2011 20:59 pro4never#4
#closed

If you want information on how SQL syntax works, I suggest reading some guides or searching for specific information.


Sounds to me like he wants to create new tables dynamically using C#? Well.. C# simply lets you execute sql queries and you could simply search google for create table sql query and you have your answer.

There's nothing different between that and using any other sql syntax really such as Select or update