Question:
Why does MyDb.OpenTable(“My_Table”) not work with a Sybase database? I get the error “Invalid Argument” Err Num 3001.
Answer:
ODBC does not allow you to do an OpenTable on any table. You will have to use the other Data Access objects to accomplish your work, such as Snapshots or Dynasets, both of which work with ODBC.