` Printed Icetips Article

Icetips Article



Par2: DSN-less connections ("programmatically add DSN")
2002-03-26 -- Glenn Rathke
 
why not use a DSN-Less connection?

you can put:
DRIVER={SQL Server};UID=sa;PWD=;SERVER=SERVER01;DATABASE=CM5
in the owner field in the dictionary

or:
DRIVER={{SQL Server};UID=sa;PWD=;SERVER=SERVER01;DATABASE=CM5

in a global variable that would be place in the owner field in the
dictionary



Printed May 5, 2024, 10:25 am
This article has been viewed/printed 35119 times.