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..
Can't able to read Russian characters using visual foxpro c#
Can't able to read Russian characters using visual foxpro c#
Ragavi,
Can you produce a small example.
Please also include the language and codepage information for your workstation.
Robert
Can you produce a small example.
Please also include the language and codepage information for your workstation.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Can't able to read Russian characters using visual foxpro c#
Thanks for reply.
This is my sample file ПолесьеПродукт_Товары.Dbf. I'm using visual foxpro 9.0 version. Visual studio 10.. Code page 1251. Domain C#
When try to read this file facing issue like one or more required parameters are not given like this.
If replaced file name and tried working fine.. So I suspect that the problem is file name containing above characters.
If possible to read this character using visual foxpro?
This is my sample file ПолесьеПродукт_Товары.Dbf. I'm using visual foxpro 9.0 version. Visual studio 10.. Code page 1251. Domain C#
When try to read this file facing issue like one or more required parameters are not given like this.
If replaced file name and tried working fine.. So I suspect that the problem is file name containing above characters.
If possible to read this character using visual foxpro?
Can't able to read Russian characters using visual foxpro c#
Ragavi,
So you are trying to open the file with Visual FoxPro?
I am afraid that I don't know the answer to this.
Btw: I am not sure what you mean with "Visual studio 10" and "Domain C#".
Do you mean that you code with C# and the VFP OleDb provider ?
Robert
So you are trying to open the file with Visual FoxPro?
I am afraid that I don't know the answer to this.
Btw: I am not sure what you mean with "Visual studio 10" and "Domain C#".
Do you mean that you code with C# and the VFP OleDb provider ?
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Can't able to read Russian characters using visual foxpro c#
Yes Robert.. My code is c# and using oledb try to read dbf file.