dbf
Encoding problems with dBase III .dbf files on different machines
I\'m using C# and .NET 3.5, trying to import some data from old dbf files using ODBC with Microsoft dBase Driver.[详细]
2023-01-18 06:27 分类:问答How to manipulate .dbf files using c#?
I am trying to something like this: string pathFiles = Path.Combine(Application.StartupPath, \"DB\"); string strconn = \"Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;\" +[详细]
2023-01-14 04:06 分类:问答Which header format can be assumed by reading an initial .DBF byte?
Regarding the first byte of a .DBF file and how to detect the version of xbase used (ie, the format of the rest of the file), the most comprehensive list I can compile is:[详细]
2023-01-10 10:37 分类:问答Optimal way to handle .dbf from C#
What data-provider can I use to update .dbf file from C#? I tried a few different .dbf providers to create a DataSource but I get a message like this:[详细]
2023-01-06 07:10 分类:问答How to store unicode data in a format that doesn't support utf-8
Okay, here\'s yet another character encoding question, demonstrating my ignorance of all things Unicode.[详细]
2023-01-06 02:02 分类:问答Querying DBF file with System.Data.Odbc.OdbcConnection when file path/name has space
I\'m trying to query a DBF file using System.Data.Odbc.OdbcConnection. It works correctly when the file doesn\'t have a space in it, but I get the following error \"Error opening DBF File: ERROR [4200[详细]
2023-01-05 02:09 分类:问答How to go from DBF files to SQL Server 2008?
I have an application that uses DBF files and I need to import them to SQL Server 2008. However, I also need to modify some of the data along the way and some columns will be added to tables while oth[详细]
2023-01-04 23:08 分类:问答How can I preserve column order in a .dbf table created in C#?
I am trying to create a .dbf table using Visual C# because I need it to import data to another application. For that purpose I need the column order to be exactly right otherwise that application won\[详细]
2023-01-04 19:04 分类:问答Read empty values as empty and not as default values
How to read the empty values from the \"dbf\" file in C#. Currently while reading the dbf files, the empty values in the file are automatically getting converted to default values.[详细]
2022-12-31 02:53 分类:问答DBF to sql Converter
is there开发者_高级运维 any free converter for DBF to Mysql?dbf2mysql package for Ubuntu (Linux) works welll.[详细]
2022-12-30 22:46 分类:问答