Search results for query: *

  1. D

    executing vb.net code stored in the database

    Thanks for your responses! I have a set of VB code in the database in one of the columns.I need to read those vb code and then execute it in .NET IDE as though they were present as a normal line of code in the IDE. database column1(ID) column2(vbcode) 1 dim a as string...
  2. D

    executing vb.net code stored in the database

    hi all, here is my requirement.I have vb.net code(example: dim strTest as string) stored in the database(sql server).I can read this line of code from the database,but,how do i execute this statement as though this was a normal vb code in the IDE. Any help would be appreciated. Thanks!
Back
Top