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
1 Posted Topic
Re: 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 … |
The End.