MoniLog Client -- Where to put User name and password?
Created 2003-03-28 by Wajih-ur-Rehman.
I have a System DSN that is set up and working. It seems to want a user name and password from the application itself,
but there is nowhere to configure one in Monilog Client. Is there a fix/work around for this?
In the MoniLog Client, go to the "General" tab. In "Logs
Location/DSN" text field (its the first text field) enter the information
in the following way:
dsn=test; uid=sa; pwd=
where;
- test is the name of the DSN that you created (that points to the database)
- uid and pwd are the account information of SQL Server which in this case
are sa and password is nothing.
|