473,382 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Paradox 9.x

Hello

How can I use a Paradox 9.x Database with Visual Studio 2005 (C#)?
All the examples from www.connectionstrings.com don't work with the version
9.x

Does anybody now a Dataprovider, Connector, ...?

We have to implement two database interfaces in our application. Once SQL
2005 and Paradox 9.x. And it's important to include both!

Thank you for any advices...

Best regards
Danny Meier
Mar 19 '07 #1
2 2377
Danny,

Do you actually have the ODBC or OleDB driver/provider installed? If
not, you need to make sure you have these installed.

If you have either of these installed, you will have to make sure you
are using the classes in the System.Data.Odbc or System.Data.OleDb
namespaces respectively. Your best bet here is to use the common
interfaces/base classes (DbConnection, IDbConnection, etc, etc) so that you
can normalize your code.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Danny Meier" <Danny Me***@discussions.microsoft.comwrote in message
news:AB**********************************@microsof t.com...
Hello

How can I use a Paradox 9.x Database with Visual Studio 2005 (C#)?
All the examples from www.connectionstrings.com don't work with the
version
9.x

Does anybody now a Dataprovider, Connector, ...?

We have to implement two database interfaces in our application. Once SQL
2005 and Paradox 9.x. And it's important to include both!

Thank you for any advices...

Best regards
Danny Meier

Mar 19 '07 #2
At first I had only the Jet drivers installed.
After the installation of the newest BDE drivers are OLE and ODBC
connections available.
Read and write operations works fine.

ConnectionString:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Data;Extended
Properties=Paradox 7.x;
Mar 19 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Vilmar Brazão de Oliveira | last post by:
Hi all, What can be wrong in the database connection bellow to connect paradox? What is missing?? ----------------------------------------------------------------------------...
4
by: TonyMontana | last post by:
Hello, I've the following problem. I've to read out the data of a custom application. I think (I'm not sure) this application is using a Paradox DB to store it's information. I don't know it...
0
by: Steve Barker | last post by:
I am trying to access Paradox through a .NET Windows application I am writing. I have added a Data Connection to the Paradox table in the Server Explorer of Visual Studio .NET. I have used the...
4
by: Eugen Walcher | last post by:
Hello all, I've tried posting this same question on other newsgroups with no luck. This group seems to have a lot more activity so I apologize if you have seen it before. I'm trying to...
0
by: Naveen | last post by:
Hi, I have a Paradox 10 data entry application. I have developed some VB.Net forms to lookup data. I want to use these VB.Net search forms with Paradox forms. Some data must be exchanged between...
8
by: Roger | last post by:
Has anyone done this yet? I know it is easily done in Paradox, but I would like to do it in VB.Net. Can anyone point me in the right direction? Thanks, Rog
0
by: eselk | last post by:
I've got an old DOS Paradox database that I can't get rid of. We have way to many scripts and forms to convert everything at once. Instead we would like to be able to access the Paradox data from...
4
by: eselk | last post by:
I've never really setup or used MS SQL Server (just a couple hours, one day, several months ago). I think MS SQL Server has the ability to use "linked tables", like MS Access does. Is this...
2
by: John Navratil | last post by:
Anyone having any success with the paradox extension? 'pear install paradox' doesn't work. 'pecl install paradox' seem to do something, but none of the px_??? wrapper functions are found. I do...
1
by: Harvest Wind | last post by:
Hi: I have a program in VB 6.0 that connects to an access database and connects to a paradox database (directory)... I query an Access table and it returns the data I need...as the program...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.