ObjectDataSource Question
- From: "Frank" <fkaesser@xxxxxxxxxx>
- Date: Wed, 20 Sep 2006 13:12:22 -0500
Hello All,
I am coding with VS.NET 2005 and attempting to execute a somewhat
complicated sql query.
I have created a DataLayer and an objectDataSource, bound to a DetailsView;
This work no problem if I configure the datasource of the DeatilsView to
execute
'SELECT Account
FROM DistributionList
WHERE ListName = ?
AND Broker = ?
If however I attempt to execute:
SELECT Account
FROM DistributionList
WHERE ListName = ?
AND Broker = ?
AND Account Not In (SELECT Account
FROM DistributionList
WHERE ListName = ?
AND Broker = ? )
I get an error message that values were not supplied for one or more
variables. Anybody have any suggestions please?
.
- Prev by Date: Re: Error
- Next by Date: Re: Finding out how the machine last rebooted and when.
- Previous by thread: Re: BinaryFormatter Version incompatibility.
- Next by thread: Re: ObjectDataSource Question
- Index(es):
Relevant Pages
|