Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

VFPOLEDB.1 Encoding problem

$
0
0

Hi everybody,

I got issue with proper encoding DBF data retrieved over VFPOLEDB driver. Here is my code that makes problem:

oConn.Open();                System.Data.OleDb.OleDbCommand oCmd = oConn.CreateCommand();                oCmd.CommandText = "SELECT " + parametr + " FROM " + subiektPath + @"\DBFS\" + nazwaTabeli + " " + parametr2;                dt.Load(oCmd.ExecuteReader());                oConn.Close();

Can you please help me to read it via stream bytes, encode and put into DataTable?

Thanks!


Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>