Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Operation Not Supported in Transactions

Status
Not open for further replies.

CybOrg

Programmer
Nov 30, 1998
57
SE
Hi all!
I have a VB app that stores records in an Access97 database. The users add records one by one, and when a counter reaches a preset limit (10), the app committs the transaction and zeroes the counter, in order to reduce network traffic.
My problem is that I've distributed the app to a colleague, and whereas HE can run it without a hitch, 'his' users can't. Instead they get error code 3246 - Op not supported in transactions. 'My' users have no problem, so I'm having trouble duplicating the problem. This is what we've tried so far:

1) Let user add records to table via the Access97 interface - No problem.
2) Give user full access rights to the disk and the database via the network - No difference.
3) Give user administrative rights to database - No difference.

It does appear to be an access right thang, since my buddy (sysadmin) can log into the same machine where the 'regular user' just failed, and succeed... But WHERE do I hack???

Cy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top