uniconnection database name
Posted: Wed 12 Aug 2015 09:49
When establishing a connection to sql server using uniconnectdialog,
does uniconnection know that from now on the database name is the one
supplied in the uniconnect dialog ?
Or must I do ? :
I am asking this because I will be using many tables and I want to know
if I must specify database name for every table or the tables already know
they should use uniconnections database name.
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.