Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~182 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for hamer.mike

Hi, I'm working on making a database that holds basic information on dvds. I've got a strange problem, though it doesn't happen all the time. When I run my code I'm getting the following message in the error list: A first chance exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll Sometimes …

Member Avatar for Geekitygeek
0
61
Member Avatar for carlakawill

If you're using a dataset try this... After your SELECT statement put whatever youre dataset name is .EnforceConstraints = false; for example: [CODE]testDataSet.EnforceConstraints = false;[/CODE]

Member Avatar for hamer.mike
0
121

The End.