Jun 14, 2003 #1 F fkheng Well-known member Joined May 8, 2003 Messages 155 Location Malaysia What is the code for creating a table in SQL Server 2k which i should use for my ASP .NET application?
What is the code for creating a table in SQL Server 2k which i should use for my ASP .NET application?
Jun 14, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* You can use the Command object along with SQL code like this... Code: "CREATE TABLE myTable ..... hit F1 in SQL Server to get the exact syntax.
You can use the Command object along with SQL code like this... Code: "CREATE TABLE myTable ..... hit F1 in SQL Server to get the exact syntax.
Jun 14, 2003 #3 F fkheng Well-known member Joined May 8, 2003 Messages 155 Location Malaysia tried that, but they said "CREATE not declared", weird, where should i put this line of code?
Jun 14, 2003 #4 M mutant Well-known member Joined Jan 19, 2003 Messages 1,771 Location Enfield, CT, USA User Rank *Expert* How does your code look currently?
Jun 14, 2003 #5 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* fkheng, download this sample http://www.computerhelp.forum/showthread.php?s=&threadid=73161