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
Ranked #72.9K
2 Posted Topics
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 …
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]
The End.
hamer.mike