c# - Create and Name a table by a variable while running -


i'm high-school student knowledge in programming pretty low :/...

so question:

i'm working on registration page website , want create new table in database every person registers system when click registration button creates table named email inserted during registration process.

i've looked more 5 hours find solution still couldn't find how name new table variable (email person inserted) while program running.

can please me :/ i'm clueless (fyi - i'm working linq sql)

thank much!~ :d


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -