does uniconnection know that from now on the database name is the one
supplied in the uniconnect dialog ?
Or must I do ? :
Code: Select all
UniConnection1.Database :=UniConnectDialog1.Connection.Database;
if I must specify database name for every table or the tables already know
they should use uniconnections database name.