473,385 Members | 1,893 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,385 software developers and data experts.

SQL 2005 Tables seem to have become read only from Access database

I have several old Access 2000 databases which use DAO to update SQL 2005 tables. They have always worked fine. Here's some sample code:

Dim dd As DAO.Recordset
Set dd = tables.OpenRecordset("tblReadersInUse", dbOpenDynamic, 0, dbOptimistic)
dd.MoveFirst
dd.Edit
dd!ReaderID = 125
dd.Update

The DAO connection is working fine, but I now get crashes whenver I get to the Update line. This happens with Edit and AddNew in ALL tables.

I have recently installed SQL Server 2005 on a new Windows 7 machine and the problems have only occurred since then. I think it's a setting in my SQL Server.

Can anyone help please?
Feb 18 '11 #1
1 1329
ck9663
2,878 Expert 2GB
It could be anything....

Try checking if your Access App have the necessary user rights on your newly installed DB. You might need to recreate the user profiles on your new server.

Good Luck!!!

~~ CK
Feb 18 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: darkelf | last post by:
Hello, I have a site that uses windows authentication and I demand credentials for files inside a specific folder. (through web.config). My problem is that when I try to read something from my...
1
by: Eric Keung | last post by:
Hi all, my case is I want to get an image from access database and I just know it's "OLE object" field type at access I also don't know how to insert it into access here is my code and it just...
2
by: Mr-E | last post by:
Hi all, I've been trying for a few weeks now to make a program in Visual Studio 2005 that has a combobox to select all the tables in a database. This is a part I already have. When you have...
5
by: netapawar | last post by:
hey can u tell me, how can i insert records in two tables at a time in MS access database. hey plz help me...................................
6
by: pagoto123 | last post by:
hello.. i need to read picture or notepad from access database .. i make the access column a ole object i put the photo but when i photo.text = myreader(1) then it says conversion from byte to...
1
by: pagoto123 | last post by:
i want the code to read an object (ole object) from access database to a textbox in asp.net . the object might be picture or notepad (txt) here is my command MsgBox("Result found",...
2
by: jerrytkc | last post by:
Hi everyone, I need some help here, i'm new to asp.net, need your help here. What i want to do is retrieve data from access database and show as a dropdownlist twice in a form, the dropdown list...
1
by: ohadm | last post by:
i've encountered a weired problem while retrieving date from access database: i'm using ASP VBscript\Jscript the data is stored using the "date()" command on VBscript code by someone else. when...
2
by: shireen Eason | last post by:
How to create a text output file from access database?
1
by: Mahbubul Alam | last post by:
Hi Any one can tell me how to fetch image data from Access database to VB.NET. Mahbub
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.