: hi, : : I am doing a project ,in that new tables have to be created automatically for every user who are all creating new id. :
Hi, create SqlCommand object and run CREATE TABLE sql statement as query with your table definition.. Or create stored procedure to create table and pass only table name (or user ID) to it
: hi, : : I am doing a project ,in that new tables have to be created automatically for every user who are all creating new id. ---------------------------------------------------------
Comments
:
: I am doing a project ,in that new tables have to be created automatically for every user who are all creating new id.
:
Hi,
create SqlCommand object and run CREATE TABLE sql statement as query with your table definition..
Or create stored procedure to create table and pass only table name (or user ID) to it
[blue][b][italic][size=4]P[/size]avlin [size=4]II[/italic][/size][/b][/blue]
[purple]Don't take life too seriously anyway you won't escape alive from it![/purple]
:
: I am doing a project ,in that new tables have to be created automatically for every user who are all creating new id.
---------------------------------------------------------
Hi,
Or see PavlinII's other answer at.>>
http://www.programmersheaven.com/c/MsgBoard/read.asp?Board=39&MsgID=351793&Setting=A9999F0001
Regards,
Dr M.