473,729 Members | 2,235 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

AccessDataSourc e on 64 bit machine

I'm trying to use the new 2.0 datasource controls to connect to a MS
Access database. I'm using a machine that is running Windows XP Pro
x64. I have no trouble connecting to SQL Server using the
SQLDataSource control but when I try to connect to MS Access with the
AccessDataSourc e control I get the following error:

The 'Microsoft.Jet. OLEDB.4.0' provider is not registered on the local
machine.

Unfortunately, I can't find a MS Jet 4.0 service pack that will install
on my 64 bit machine and I've heard rumors that MS won't be providing
one. I tried creating an ODBC DSN, using a connection string and a
SQLDataProvider but this didn't seem to work. Has anyone had any
success with this on a 64 bit machine?

Bill E.
Hollywood, FL

Apr 26 '06 #1
0 1090

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

Similar topics

0
2901
by: msnews.microsoft.com | last post by:
I've got a paging and sorting enabled GridView whose datasource is and AccessDataSource. I build the SelectCommand at PageLoad - it's a union query to show items and comments of the user logged in. This all works fine. I tried to set AccessDataSource.UpdateCommand in the code behind (C#) by handling the GridView.OnUpdating event - since this is supposed to fire before the record is updated, I thought I could set the UpdateCommand here....
4
3582
by: Luqman | last post by:
How can I display any field value in textbox of sqldatasource using VS.Net 2005 ? Say : Dim x as new AccessDataSource X.connectionstring="Data source="D:\mydb.mdb" X.Selectcommand="Select CompanyName from customers" Textbox1.text= ??? <-------- I need to display CompanyName Field in this textbox, how can I ?
1
14122
by: Jim McGivney | last post by:
In VS'05 I have an aspx page with a label that I am trying to populate from a field (Last) in table (Ante_Pedigree) from an Access database. In C# in a code-behind I run: AccessDataSource AccessDataSource2 = new AccessDataSource(); AccessDataSource2.DataFile = System.Configuration.ConfigurationManager.AppSettings; Parameter Param = new Parameter("AnteNum"); Param.DefaultValue = fileid;
0
1042
by: Jim McGivney | last post by:
In Using VWD I have found it very easy to associate an Access Database with gridview and detailsview controls to view and manipulate data. There are times when I need to programmatically obtain or change a specific value from the Access database. What is the best way to do this in VWD? Should I use OLEDB commands or should I try to obtain and change values by using the AccessDataSource control ?
1
3052
by: mosscliffe | last post by:
I am trying to filter an accessdatsource by adding a FilterExpression If I have Field = 2 It works fine If I have Field IN (1,5,7) it works fine So now I want it to reference a dropdownlist so I try Field = ddlCats.SelectedValue - Fails Miserably So I read further and try
0
3018
by: DC | last post by:
Why would this code give me the error "Could not load type System.Web.UI.WebControls.AccessDataSource from assembly System.Web, Version=1.0.5000.0" at line 16... <form id="form1" runat="server"> Line 15: <div> Line 16: <asp:AccessDataSource ID="AccessDataSource1" Runat="server" DataFile="data\pubs.mdb" Line 17: SelectCommand="select * from "
4
2343
by: msch-prv | last post by:
I use an Access db in my application. So far I have been exclusively working wtih the AccessDataSource controls to hook up to the db. I know that Access db connections can also be established with SqlDataSource. What are the trade-offs between the AccessDataSource and SqlDataSource? Also, I am confused about the connection state. What are the rules of thumb for maintaining a db connection open vs closing it?
0
3426
by: mlfblom | last post by:
Hi, I know I am not the only one struggling with the following, but so far I have not seen a solution. Problem: I have an asp.net 2.0 web page with a gridview which is bound to an accessdatasource. In my code-behind I want to be able to set the selectcommand of the datasource to a specific SQL string based on a user's input to retrieve only certain records.
2
2134
by: dorandoran | last post by:
I got this from http://www.codeproject.com/KB/aspnet/EditNestedGridView.aspx. I dont like using accessdatasource. What are my option? (what I really like is to create a class and create object in the form, my backend is sql server. Can anyone please please help?) Thanks <Do> private AccessDataSource ChildDataSource(string strCustometId, string strSort) { string strQRY = ""; AccessDataSource dsTemp = new...
0
8913
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8761
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6016
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4795
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2162
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.