Can't able to read Russian characters using visual foxpro c#
Posted: Tue Dec 01, 2020 8:29 am
Hi..
When I'm try to read dbf file, the file name containing Russian characters. So I am facing issue like one or more required parameters are not given. I'm using visual fox pro.. Connection string is provider = VFPOLEDB. 1;Data Source = "file path" ;
SQLQUERY =" select * from [" + dbfFilename +" ]" ;
The above error occur this line oledbdatareader reader = reader. ExecuteReader() ;
Could you help me to resolve this issue asap.. Thanks in advance..
When I'm try to read dbf file, the file name containing Russian characters. So I am facing issue like one or more required parameters are not given. I'm using visual fox pro.. Connection string is provider = VFPOLEDB. 1;Data Source = "file path" ;
SQLQUERY =" select * from [" + dbfFilename +" ]" ;
The above error occur this line oledbdatareader reader = reader. ExecuteReader() ;
Could you help me to resolve this issue asap.. Thanks in advance..