Re: "DataSet" input parametes to Stored Procedures
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 10/12/04
- Next message: Mike Epprecht (SQL MVP): "RE: How to remove deadlock"
- Previous message: Mike Epprecht (SQL MVP): "RE: net_address and MAC address"
- In reply to: Patrick: "Re: "DataSet" input parametes to Stored Procedures"
- Next in thread: Patrick: "Re: "DataSet" input parametes to Stored Procedures"
- Reply: Patrick: "Re: "DataSet" input parametes to Stored Procedures"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 06:26:25 GMT
Hi Patrick,
I'm not quite familiar with Oracle. But in SQL Server, we have to tell the
database what to update (filter) and how to update. These are passed as
parameters in a command object in ADO.NET. I don't quite understand if we
pass a long list of text, how does the stored procedure know what is the
filter and which one is the new value to update?
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Mike Epprecht (SQL MVP): "RE: How to remove deadlock"
- Previous message: Mike Epprecht (SQL MVP): "RE: net_address and MAC address"
- In reply to: Patrick: "Re: "DataSet" input parametes to Stored Procedures"
- Next in thread: Patrick: "Re: "DataSet" input parametes to Stored Procedures"
- Reply: Patrick: "Re: "DataSet" input parametes to Stored Procedures"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|