ODBC API
From: Arrun S (anonymous_at_discussions.microsoft.com)
Date: 02/05/04
- Next message: C# Learner: "Re: Bell on returns in single line textbox"
- Previous message: gabriel: "Re: Bell on returns in single line textbox"
- In reply to: Roy Fine: "Re: ODBC API"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 08:31:08 -0800
Thanks All.
Roy,
I tried the DataReader tat you suggested.It works only for SELECT. My application needs to get the type of the parameters(empid=?) without knowing their column name and irrespective of the query (including INSERT..) . In SQLDescribeParam method it is enough to give the cardinal value of the parameter. With the same cardinal value, we can bind(using SQLBindParameter) a value array to the parameter. Is this possible in C#.
Regards,
Arrun S
- Next message: C# Learner: "Re: Bell on returns in single line textbox"
- Previous message: gabriel: "Re: Bell on returns in single line textbox"
- In reply to: Roy Fine: "Re: ODBC API"
- Messages sorted by: [ date ] [ thread ]