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
Ranked #107.55K
~584 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for madelein

Hi, Try by not opening the connection in declaration. =================================== dim conn as OleDbConnection conn = New OleDbConnection conn.ConnectionString = sConnectionString conn.Open() =================================== Some time opening connection in declaration works but sometimes you need to open it seperately. I suppose this is a bug in OldDb but not sure why …

Member Avatar for Abhay Joshi
0
584

The End.