I have a problem , there is a DataTable,
column1,column2, column3
0001,test01,株式会社01
0002,test02,株式会社02
assign
aa=DataTable.row(0)(2).ToString
when i use
DataTable.select(" column1 =’ "+aa+ " ’ ")
it do not support the dynamic variable ??
I have a problem , there is a DataTable,
column1,column2, column3
0001,test01,株式会社01
0002,test02,株式会社02
assign
aa=DataTable.row(0)(2).ToString
when i use
DataTable.select(" column1 =’ "+aa+ " ’ ")
it do not support the dynamic variable ??
@pathlearnjobboy Select statement will support dynamic variables, Check the value ur getting in aa variable and the datatype of column1 and also check the value aa is present in column1 or not.
thank you very much for help