This topic is locked

asprunner pickup table name as dbo

6/28/2007 7:41:14 AM
ASPRunnerPro General questions
L
live2 author

I created a db named customer in MS SQL server and the owner of the db is DBO
So when i told asprunner to pickup and connect tables from my customer db

It picked up the table as dbo.customer

rather than just customer table as customer and not as [dbo].[customer]

And when created files it created

statements like

Select from From [dbo].[customer]

rather than statmement just Select
from From [customer]

My problem is when i upload on server it looks for [dbo].[customer] and i don't have dbo account.

So how do i fix my files or db locally so asprunner shouldn't pickup table names as [dbo].[customer] and should just pickup like customer
thx

L
live2 author 6/28/2007

No one faced this ? I guess this is basic stuff ? and you guys are pro .... But unfortuntely i am newbie , and i am not sure , how i can tell asprunner to pickup table name only as customer not as [dbo].[customer]

I am anxious to get this working so any reply will be appreciated. Why is it picking up owner name along with column name ?
Anyone ?

Sergey Kornilov admin 6/28/2007

Owner name is required as a a prefix in many cases so you cannot tell ASPRunnerPro not to add it.
Depending on your situation there are several possible workarounds available.

Contact me directly at support@xlinesoft.com and I'd be glad to help.