I'm having trouble getting lsconsole.exe to connect to my msde2000 database. I'm a newbie when it comes to sql but I can see the database and tables from another SQL 2000 server on my lan. When I run lsconsole I find "03/02/2005 1:21:04 PM SQL Server does not exist or access denied." I know the service is running and I can see the database. Here is my lsconsole.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="data source=localhost;
persist security info=True;initial catalog=lansweeper;user id=sa;password=password" />
<add key="ConcurrentThreads" value="10" />
</appSettings>
</configuration>
Here is a screenshot of a query on my localserver
Any help is greatly appreciated. BTW this is a great program