Re: DBASE file connection problem :(
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 Apr 2007 15:59:26 -0400
Alenya,
The most important thing that you left out was the code that you are
using to access the file! Are you using the classes from the
System.Data.Odbc namespace? You mentioned an ODBC driver, and this is the
namespace that you would use to connect to data sources through ODBC
drivers.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Aleyna[]" <xoopiter@xxxxxxxxx> wrote in message
news:OhDw9hidHHA.5056@xxxxxxxxxxxxxxxxxxxxxxx
Hi all,
I wanted to connect an old DBASE file (I don't know the exact version) but
I could not make it at all. I couldn't find a way to execute sql
statements on db file using c#. The interesting thing my old client can
connect to the database and fetch data properly.
I tried all possibilities that I found on the web containing using ODBC
driver and importing the data into an access file and using this file
instead of working on the original file but I couldn't achieve these too.
I also used the all connections strings that connectionstrings.com
suggests but this didn't work too.
My data folder consists of a DBF, FPT and CDX file (afaik this file comes
only with the newer versions of DBASE). This may be helpful for you.
Any help will be appreciated.
Thanks in advance.
.
- Follow-Ups:
- Re: DBASE file connection problem :(
- From: Aleyna[]
- Re: DBASE file connection problem :(
- References:
- DBASE file connection problem :(
- From: Aleyna[]
- DBASE file connection problem :(
- Prev by Date: Re: XML parsing: no EndElement for combined start/end tags
- Next by Date: Re: Total confused and need help with small encryption and decryption methods
- Previous by thread: DBASE file connection problem :(
- Next by thread: Re: DBASE file connection problem :(
- Index(es):
Relevant Pages
|