HOWTO: Download Access DB With OCX That Manages That DB 
Author Message
 HOWTO: Download Access DB With OCX That Manages That DB

I've got web page code to download an OCX to the client that can do
inserts/updates/deletes on an Access2000 database residing on the client.
Using script on the page, I just create an instance of my OCX object and
then call the methods, passing the db path, sql string, etc.

How can I get that Access2000 database downloaded to the client seamlessly,
ideally when the web page is referenced?

--
Thank you,

Dan Sikorsky MSCS, BSCE, BAB



Sun, 29 Aug 2004 23:36:40 GMT  
 HOWTO: Download Access DB With OCX That Manages That DB
Why consider download the .mdb to client side, install OCX on client side
and then operate locally? Why not access database on the server and just
return results to client side without needs to download .mdb, install OCX
and so on? The later should be a more reasonable way.

Hope it helps.

Regards,
Robin

This posting is provided AS IS, with no warranties, and confers no rights.



Tue, 31 Aug 2004 13:21:45 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. HOWTO: Download Access DB With OCX That Manages That DB

2. Visual Basic App using Foxpro DB vs Access DB vs SQL Server DB

3. Visual Basic App using Foxpro DB vs Access DB vs SQL Server DB

4. Managing an Access DB with VB

5. Convert Access 97 db to Access 2000 db in VB6

6. Attaching Access Db files to Access DB

7. Converting Access 2.0 DB to Access 97 DB in VB code

8. HOWTO: design access to db via custom objects

9. HowTo: Reuse ADO Command Params w/ Access 2K DB

10. alert and managing of updates/insert inside a db using asp

11. opening a access db while in anouther db

12. INSERT INTO Access DB from SQL DB-HELP!!

 

 
Powered by phpBB® Forum Software