From: Robbie on
Hi,

New to LINQ to SQL...

When I added a stored procedure to the project, I noticed that the
auto-generated code contained a hard-coded reference to the Database name.

Is there any way to pass the DB name as a vaiable instead (like from the
config file) ?

Thanks,
Rob





From: Mr. Arnold on
Robbie wrote:
> Hi,
>
> New to LINQ to SQL...
>
> When I added a stored procedure to the project, I noticed that the
> auto-generated code contained a hard-coded reference to the Database name.
>
> Is there any way to pass the DB name as a vaiable instead (like from the
> config file) ?
>

NO not that I know about.