DataTable use select come up error

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.

See this

CopyToDatatable.xaml (9.6 KB)

Thanks,
Prankur

thank you very much for help

1 Like

thank you for your help, i try it, if the str is “001”, there is no problem, but the str is “株式会社01”, there is some problems, message is : can not find column,

system environment is windows 7 japanese