This topic is locked

Invalid DB

5/6/2004 6:05:00 PM
ASPRunnerPro General questions
T
Tegwin author

Hello,

I have a very interesting problem. I have downloaded the ASP.NET version and when I run it I get the following error.
Error: Invalid object name 'dbo.TestTable'.
I have tested that DB and it works ok.. I have used the ASP version and it works ok. Any ideas what the problem could be

Sergey Kornilov admin 5/7/2004

Please zip and send all files from ASPRunner.NET output folder and send it to support AT xlinesoft.com. Also I need a SQL script to create TestTable table in SQL Server.

T
Tegwin author 5/7/2004

Ok I will send the information to you .

T
Tegwin author 5/7/2004

I have emailed the information to you

Sergey Kornilov admin 5/9/2004

I guess this error happens because connection string don't have initial catalog (database) selected.

ConnectionString="data source=DESKTOP1;initial catalog=;persist security info=False;user id=...;password=...;packet size=4096"


Try to choose database while connetting to SQL Server in ASPRunner.