Click here to Skip to main content
16,005,734 members
Home / Discussions / Database
   

Database

 
AnswerRe: Delete Row Count Pin
Edbert P4-Oct-06 16:45
Edbert P4-Oct-06 16:45 
QuestionColumn Length Pin
Guinness4Strength4-Oct-06 7:50
Guinness4Strength4-Oct-06 7:50 
AnswerRe: Column Length Pin
Mark Salsbery4-Oct-06 10:56
Mark Salsbery4-Oct-06 10:56 
GeneralRe: Column Length Pin
Guinness4Strength4-Oct-06 11:00
Guinness4Strength4-Oct-06 11:00 
GeneralRe: Column Length Pin
Mark Salsbery4-Oct-06 11:49
Mark Salsbery4-Oct-06 11:49 
QuestionMs access and Scope identity Pin
Vipin.d4-Oct-06 2:12
Vipin.d4-Oct-06 2:12 
AnswerRe: Ms access and Scope identity Pin
Alaric_4-Oct-06 19:45
professionalAlaric_4-Oct-06 19:45 
QuestionProblem in Implementing DataAccess Mechanism Pin
Jay_se4-Oct-06 0:45
Jay_se4-Oct-06 0:45 
Hi All,

This is my first post in this message board. I am working in ASP.NET 2.0 project using C#.Smile | :)

I am implementing DataAccess mechanism using 3 tier architecture.

UI:In my aspx page, i am using ObjectDataSource, in which the SELECT method is a method from my BLL(Business Logic Layer).

BLL:In this class, it accesses a method from my DAL(Data Access Layer), whose return type is DataTable.

DAL:It uses a User Stored Procedure (USP) to retrieve the DataTable, and it has some OUTPUT variables also.

The whole logic is works fine. The OUTPUT variable's values are captured in BLL class (during run time).

My Problem : I wish to access the OUTPUT variables from the ObjectDataSource's Selected event handler.How to do this?

Previously, i am directly access my DAL from my ObjectDataSource, that time the stmt e.OutputParameters["output_var"] gives me the result.

Thanks.



Regards,

Jay

AnswerRe: Problem in Implementing DataAccess Mechanism Pin
Jay_se5-Oct-06 19:04
Jay_se5-Oct-06 19:04 
QuestionUrgent :: SQL Server Connection Problem Pin
harshActsw3-Oct-06 11:41
harshActsw3-Oct-06 11:41 
AnswerRe: Urgent :: SQL Server Connection Problem Pin
mr_lasseter3-Oct-06 13:45
mr_lasseter3-Oct-06 13:45 
QuestionDesign Issue: Multiple definitions of ADO.NET abstraction classes [modified] Pin
Alaric_3-Oct-06 10:00
professionalAlaric_3-Oct-06 10:00 
AnswerRe: Design Issue: Multiple definitions of ADO.NET abstraction classes Pin
Eric Dahlvang4-Oct-06 3:41
Eric Dahlvang4-Oct-06 3:41 
GeneralRe: Design Issue: Multiple definitions of ADO.NET abstraction classes Pin
Alaric_4-Oct-06 18:32
professionalAlaric_4-Oct-06 18:32 
GeneralRe: Design Issue: Multiple definitions of ADO.NET abstraction classes Pin
Eric Dahlvang5-Oct-06 4:10
Eric Dahlvang5-Oct-06 4:10 
QuestionType of table generated is system Pin
Sushant Duggal3-Oct-06 2:15
Sushant Duggal3-Oct-06 2:15 
AnswerRe: Type of table generated is system Pin
Colin Angus Mackay3-Oct-06 5:31
Colin Angus Mackay3-Oct-06 5:31 
Questionradio button in data grid control Pin
abdelhameed813-Oct-06 2:06
abdelhameed813-Oct-06 2:06 
AnswerRe: radio button in data grid control Pin
mr_lasseter3-Oct-06 13:47
mr_lasseter3-Oct-06 13:47 
QuestionGenerating the INSERT script Pin
Brendan Vogt3-Oct-06 1:28
Brendan Vogt3-Oct-06 1:28 
AnswerRe: Generating the INSERT script Pin
Colin Angus Mackay3-Oct-06 5:28
Colin Angus Mackay3-Oct-06 5:28 
GeneralRe: Generating the INSERT script Pin
Brendan Vogt3-Oct-06 20:56
Brendan Vogt3-Oct-06 20:56 
GeneralRe: Generating the INSERT script Pin
Colin Angus Mackay3-Oct-06 21:37
Colin Angus Mackay3-Oct-06 21:37 
GeneralRe: Generating the INSERT script Pin
Brendan Vogt3-Oct-06 21:45
Brendan Vogt3-Oct-06 21:45 
GeneralRe: Generating the INSERT script Pin
Brendan Vogt4-Oct-06 21:23
Brendan Vogt4-Oct-06 21:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.