tehon3299
Well-known member
Hey -
How would I create an SQL table on an ASPX page? If I use:
then it say Create is not defined? Whats the problem? I have Import Namespace="System.Data.Sqlclient". Any ideas?
Thanks
How would I create an SQL table on an ASPX page? If I use:
Code:
Create Table tbMisc
Thanks