Re: Preview Data dialogue demands values for every param in a store pr
- From: "Earl" <brikshoe@xxxxxxxxxxxxxxxxx>
- Date: Sat, 24 Mar 2007 00:33:17 -0400
First things first. "Empty" is not a very good term to use in regards to the
data, I would guess that you mean either one of two things, either an empty
string or null; since it's possible that not all of your params are strings,
perhaps you mean null? If you have optional parameters in your stored
procedure then they do not require a value. Otherwise you have to either
provide a value or can set them to be null.
"Peter Jones" <PeterJones@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6927AEBE-99C2-4373-B26A-EAE5ABCF3ADF@xxxxxxxxxxxxxxxx
Hi,
If this isn't the correct forum please let me know where I should post.
I'm developing in VS2005 and have a data source based upon a parameterised
stored procedure. I click to preview my data and I'm presented with a very
nice UI that lists all my parameters however, it is the nature of these
paramters that they are mostly left empty - the stored procedures decides
on
how to use them depending upon if they contain values or not.
The problem I have is that the Preview Data dialogue demands that I enter
a
value for every parameter. Is there any way around this?
TIA - Peter
.
- Prev by Date: Re: Parent-Child-Relation and DataView - .net 2.0
- Next by Date: Re: SqlNotificationInfo
- Previous by thread: Re: ADO .NET 1.1 issue with stored proc params missing but only if culture is Turkish.
- Next by thread: Re: SqlNotificationInfo
- Index(es):
Relevant Pages
|
Loading