B
Brian Henry
If i have an object called comm and want to dynamicly set the properties
based on 2 columns (name and value) in a database and their value then
execute it how would i do that?
so basicly
dim comm as new commandObject
dim commandA as string = "comm." + dbPropertyName + "=" + dbPropertyValue
now i have the command built, how do i execute it? in foxpro we could do a
evaluate(commandA) and it would do it.. thanks!
based on 2 columns (name and value) in a database and their value then
execute it how would i do that?
so basicly
dim comm as new commandObject
dim commandA as string = "comm." + dbPropertyName + "=" + dbPropertyValue
now i have the command built, how do i execute it? in foxpro we could do a
evaluate(commandA) and it would do it.. thanks!