R
r m pyle
Sometimes a linked table's Connect parameters look like this:
DSN=Gblware32;AutoStop=yes
But other times they look like this:
DSN=Gblware32;UID=edit;PWD=xxxx;DatabaseName=gblware;DatabaseFile=C:\Gblware\db\gblware.db;START='C:\Gblware\sqlany\dbeng10.exe
-m';Integrated=NO;Description='Globalware32 dsn';Delphi=Yes
In the first instance, the connection parameters are read from the DSN when
the table is opened, and in the 2nd instance the stored (in MSysObjects)
parameters are read. What is it that one does when linking a table to get
one or the other set of parameters?
DSN=Gblware32;AutoStop=yes
But other times they look like this:
DSN=Gblware32;UID=edit;PWD=xxxx;DatabaseName=gblware;DatabaseFile=C:\Gblware\db\gblware.db;START='C:\Gblware\sqlany\dbeng10.exe
-m';Integrated=NO;Description='Globalware32 dsn';Delphi=Yes
In the first instance, the connection parameters are read from the DSN when
the table is opened, and in the 2nd instance the stored (in MSysObjects)
parameters are read. What is it that one does when linking a table to get
one or the other set of parameters?