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
~549 People Reached
Favorite Forums
Favorite Tags
Member Avatar for No Pain No Gain

Currently my users download a database outside my app then from within it they can add the database to their main database. Now I want to have the app download and add the database all at once. If I change the file extension to .txt the code below downloads the …

Member Avatar for No Pain No Gain
0
260
Member Avatar for No Pain No Gain

The code below downloads the test.mdb file but when I try to open it MS Access says it is in an unrecognised format. Is it not possible to use Inet for downloading an Access database? Dim strURL As String Dim bData() As Byte ' Data variable Dim intFile As Integer …

Member Avatar for No Pain No Gain
0
289