S
Steven C
Hello:
I have a C# app that has a class called DataAccess that handles the
SqlClient based connection to a MSDE instance on my laptop (MSDE
Release A). I can access the database that I created from a Foxpro
app, but when I try to access it from the C# app, I get an error "Sql
Server doesn't exist," etc. This very same code works on my box at
work, but I can't make the connection on the laptop. The application
appears to be using old connection string (built into a dll), instead
of the new one.
Does anyone have any ideas here?
Thanks!
Steven
I have a C# app that has a class called DataAccess that handles the
SqlClient based connection to a MSDE instance on my laptop (MSDE
Release A). I can access the database that I created from a Foxpro
app, but when I try to access it from the C# app, I get an error "Sql
Server doesn't exist," etc. This very same code works on my box at
work, but I can't make the connection on the laptop. The application
appears to be using old connection string (built into a dll), instead
of the new one.
Does anyone have any ideas here?
Thanks!
Steven