Hi!
Well, I have a page - in ASP VB - that creates a temporary column in my DB, and in the end of my code Dropp the temporary Column.
What happen, is that sometimes the column is NOT dropped and when I get my page to work again it gives me an error (The column is already created).
So, I need a way to check if a given column exists or not.
If does exist executesome code, if not execute other code.
How can I do that?
Well, I have a page - in ASP VB - that creates a temporary column in my DB, and in the end of my code Dropp the temporary Column.
What happen, is that sometimes the column is NOT dropped and when I get my page to work again it gives me an error (The column is already created).
So, I need a way to check if a given column exists or not.
If does exist executesome code, if not execute other code.
How can I do that?