Hi Kevin,
Thanks for getting back to me.
I am using C# with asp.net to access the database.
Below is the code that I am using to access the two tables.
string DataBaseName;
string SelectCommand;
NameValueCollection coll;
coll = Request.ServerVariables;
DataBaseName = coll.Get...
more >>
I just setup a new 2003 web server.
The web site as created with visual studio.Net in C#.
It won't let me open multiple tables in by database.
I get the message Could not use ''; file already in use
Does anyone know how to fix this.
It worked OK on windows 2000 with II5.
Thanks Art
...
more >>