Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 6th, 2005, 11:44 AM
Registered User
 
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem to connect to Paradox7.X with OLE DB

I try to connect Paradox7.X wtih OLE DB (VB.NET, .NET Framework 1.1).
But, I got a error message "Unexpected error from external database driver (11265).".
I've included my code below. Can some please help me.

'####################

Dim dbConn As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLED B.4.0;Data Source=D:\SampleData;Extended Properties=Paradox 7.x")

Dim dbAdp As New OleDb.OleDbDataAdapter("select * from [8154DmemFile]", dbConn)

Dim ds As New DataSet

dbAdp.Fill(ds)

'####################

Thank you.

 
Old October 16th, 2005, 11:37 PM
Registered User
 
Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I can do it.

First, I install Visual Studio.NET.
And then, I install Delphi 7, by select Office 2000, not Office XP






Similar Threads
Thread Thread Starter Forum Replies Last Post
OLE-DB grstad Classic ASP Basics 7 January 28th, 2007 09:25 AM
how to developed ole db provider anjicafe Visual C++ 0 June 15th, 2005 09:02 PM
If any one knows How to develop ole db anjicafe Visual C++ 0 June 15th, 2005 09:01 PM
Err with OLE Db Connection DARSIN General .NET 2 June 9th, 2005 11:21 PM
OLE DB Driver knowledge76 Access VBA 2 April 21st, 2005 11:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.