The difference is in the "SOURCE" that you specify. If you are accessing tables in a DBC, then you need to reference the DBC explicitly, so that the connection knows how to resolve a table name (which may differ from the physical file name).
If you are accessing free tables then all you need is the folder name in which the tables reside because, in this case, the table and file names are always the same.
If you are creating remote views, then you need to specify the details for things like Captions explicitly for the view, but you can get them from the Database - see DBGETPROP() in the Help file for details
|