PDA

Click to See Complete Forum and Search --> : dilemma: linked tables or network


arnas
Aug 17th, 2000, 11:26 AM
whats differences and which way is better: to use database with linked tables or directly reach mdb file through network?
thanks!
Arnas

VB6 client & Access2000

JHausmann
Aug 17th, 2000, 12:55 PM
Prior to Access 2000, the answer would have to be linked tables for the simple reason that Access(Jet) sends to the client, DDL for every table that is accessed in a network open, where with linked tables that information already exists on the client. I don't know if Microsoft changed things in Access 2000....