fkheng Posted June 14, 2003 Posted June 14, 2003 What is the code for creating a table in SQL Server 2k which i should use for my ASP .NET application? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
Moderators Robby Posted June 14, 2003 Moderators Posted June 14, 2003 You can use the Command object along with SQL code like this... "CREATE TABLE myTable ..... hit F1 in SQL Server to get the exact syntax. Quote Visit...Bassic Software
fkheng Posted June 14, 2003 Author Posted June 14, 2003 tried that, but they said "CREATE not declared", weird, where should i put this line of code? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
*Experts* mutant Posted June 14, 2003 *Experts* Posted June 14, 2003 How does your code look currently? Quote
Moderators Robby Posted June 15, 2003 Moderators Posted June 15, 2003 fkheng, download this sample http://www.xtremedotnettalk.com/showthread.php?s=&threadid=73161 Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.