thomas008
Well-known member
Hi
I would like to create stored procedures in vb.net which works just fine.
The only problem is i need to make sure that the exist.
So i need to run the code the create them only once and then never again
What is the best way to do this? I could check if alle the procedures i need exist and if not create them. Or is there some sort of code that only executes once and never again. Not even if you restart your program?
I would like to create stored procedures in vb.net which works just fine.
The only problem is i need to make sure that the exist.
So i need to run the code the create them only once and then never again
What is the best way to do this? I could check if alle the procedures i need exist and if not create them. Or is there some sort of code that only executes once and never again. Not even if you restart your program?