Re: Strongly Type Datasets
- From: "KJ" <n_o_s_p_a__M@xxxxxxxx>
- Date: Sun, 27 May 2007 15:37:31 -0400
Which version of SQL Server? If 2005, go to the properties page of the login
you are using (via Management Studio), and check the value for Default
Schema for that login. My guess is that it's not dbo. But this is just a
guess.
"Chris" <nospam@xxxxxxxxxx> wrote in message
news:OxkTYdHoHHA.4124@xxxxxxxxxxxxxxxxxxxxxxx
No I can't find it. Any clues where abouts I might find it. I have looked
on the properties on of the dataset etc.
"KJ" <n_o_s_p_a__M@xxxxxxxx> wrote in message
news:OFjUR$GoHHA.716@xxxxxxxxxxxxxxxxxxxxxxx
Is there a setting for the database "Schema Name" somewhere on the
properties of the data set? That's what's being prepended to the table
name.
"Chris" <nospam@xxxxxxxxxx> wrote in message
news:OdiLaBGoHHA.4412@xxxxxxxxxxxxxxxxxxxxxxx
I am trying to create a strongly typed dataset is VS 2005 with the VS
creating the stored procedures. It won't create the stored procedures.
The SQL script it generates is based on a SQL login so the script looks
something like:
DROP PROCEDURE WebManagerV2.WEB_PAGE_UPDATE
these scripts won't work until I change the script to:
DROP PROCEDURE dbo.WEB_PAGE_UPDATE
What am I doing wrong? I suspect I doing my connectionstring wrong in
some way or my permissions are wrong in SQL Server.
Regards, Chris.
.
- Follow-Ups:
- Re: Strongly Type Datasets
- From: Chris
- Re: Strongly Type Datasets
- References:
- Strongly Type Datasets
- From: Chris
- Re: Strongly Type Datasets
- From: KJ
- Re: Strongly Type Datasets
- From: Chris
- Strongly Type Datasets
- Prev by Date: Re: Object reference not set to an instance of an object
- Next by Date: Re: Dropdownlist change selection on client
- Previous by thread: Re: Strongly Type Datasets
- Next by thread: Re: Strongly Type Datasets
- Index(es):
Relevant Pages
|