I'm have a whole project finished, running
perfectly happily in Windows XP. It uses a SQL connection to another
computer running SQL 7.0. Everything is written in C#. However, the
final computer this project is to run on is running Windows Advanced
Server 2000. I have moved the files to an intermediate machine, and
now I get an SQL connection error saying that
"The SQL server does not exist or access denied"
I thought maybe the problem was the part of the connection string that
said "workstation id=RALPH" (RALPH is the development machine, APU is
the one I'm trying to host it on), so I changed it to "workstation
id=APU", then just deleted it altogether. I copied the whole
directory over, so the assembly in the \bin directory is also there.
If anybody can tell me what to do to fix this, please help me.