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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Violation

Status
Not open for further replies.

cehagema

Programmer
Joined
Oct 2, 2003
Messages
9
Location
US
Hello- I've written an app that works fine on one users machine but fails with an access violation on another (both Windows 2000). The symptoms are: changes are made to a bound text box control (binding to SQL*Server), when the control loses focus the error occurs and the app crashes. I suspect a missing component but I'm not sure what because both have MDAC. Thank for your help.
 
Does it use network authentication and does the user have permissions on the table/query or whatever they are hitting in the database?
 
The DB resides on one of our servers. I am using SQL*Server authentication and the ADODB.Connection ".open username" is the dbo. I think a certain component is missing from the workstation experiencing the error, but I know not what it is. Thank for your response.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top