Hi

in VB6, i try
VB Code:
  1. for each table in crRep.tables
  2.    table.location = DATABASE_PATH
  3. next

but the location isn't changed, actually it contains the table name :S

What can i do to change the database location then?