|
-
Jan 2nd, 2013, 08:29 AM
#1
Thread Starter
Addicted Member
Execute command saved in variable...
I don't know if this is possible, but what I want to have is a SQL table that contains has one column called "Command" that contains a VB.Net code E.g.
Me.btnHome.Enabled = False
Me.btnSave.Enabled = True
What I then want to do is query the database, and then loop through the datareader and execute each command. I am able to do the SQL call and datareader stuff, however I am not sure how to execute the VB.Net command held in the variable / datareader
Thanks
Simon
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|