Click here to Skip to main content
15,908,768 members
Home / Discussions / C#
   

C#

 
QuestionFinding controls in datagridview dynamically Pin
Nitin K17-Feb-09 23:52
Nitin K17-Feb-09 23:52 
AnswerRe: Finding controls in datagridview dynamically Pin
Calin Tatar18-Feb-09 0:50
Calin Tatar18-Feb-09 0:50 
GeneralRe: Finding controls in datagridview dynamically Pin
Nitin K18-Feb-09 2:20
Nitin K18-Feb-09 2:20 
GeneralRe: Finding controls in datagridview dynamically Pin
Calin Tatar18-Feb-09 2:26
Calin Tatar18-Feb-09 2:26 
GeneralRe: Finding controls in datagridview dynamically Pin
Calin Tatar18-Feb-09 2:35
Calin Tatar18-Feb-09 2:35 
QuestionVisual Studio Setup Project, how to make sure files are overwritten. Pin
^mrc^17-Feb-09 23:41
^mrc^17-Feb-09 23:41 
AnswerRe: Visual Studio Setup Project, how to make sure files are overwritten. Pin
Mirko198018-Feb-09 0:02
Mirko198018-Feb-09 0:02 
QuestionHow to set user-defined-type as Oracle SP input parameter in .NET Pin
AnilJayanti17-Feb-09 23:19
AnilJayanti17-Feb-09 23:19 
Hi,

Pls tell me How to set user-defined-type as Oracle SP input parameter in .NET 2005 with oracle database 10g client.

example :

I created simple object type

create or replace type TYP_address as object
(
-- Attributes
address VARCHAR2(500),
ZIPCODE Varchar2(5)
)


create table TAB_ADDRESS
(
ADDRESS VARCHAR2(200),
ZIPCODE VARCHAR2(5)
);



create or replace procedure test_udt_sp(obj_address IN TYP_address ) is
begin
INSERT INTO tab_address(address,ZIPCODE) VALUES(obj_address.address,obj_address.ZIPCODE);
COMMIT;
end test_udt_sp;


Now How i call this procedure "test_udt_sp" with what type of input parameter of obj_address.

Pls help me in this.

Thanks in Advance. Confused | :confused:

Anil
AnswerRe: How to set user-defined-type as Oracle SP input parameter in .NET Pin
ABitSmart18-Feb-09 0:46
ABitSmart18-Feb-09 0:46 
AnswerHow to use user-defined-type input and output parameters in Oracle Function using ODP.NET Pin
AnilJayanti18-Feb-09 22:09
AnilJayanti18-Feb-09 22:09 
QuestionHow to override Button Click EventArgs or use another ways to achieve it? Pin
mctramp16817-Feb-09 21:10
mctramp16817-Feb-09 21:10 
AnswerRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
dan!sh 17-Feb-09 21:33
professional dan!sh 17-Feb-09 21:33 
GeneralRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
mctramp16817-Feb-09 22:40
mctramp16817-Feb-09 22:40 
GeneralRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
Guffa17-Feb-09 23:19
Guffa17-Feb-09 23:19 
GeneralRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
dan!sh 18-Feb-09 2:10
professional dan!sh 18-Feb-09 2:10 
GeneralRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
mctramp16818-Feb-09 14:02
mctramp16818-Feb-09 14:02 
AnswerRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
Luc Pattyn18-Feb-09 2:54
sitebuilderLuc Pattyn18-Feb-09 2:54 
AnswerRe: How to override Button Click EventArgs or use another ways to achieve it? [modified] Pin
DaveyM6918-Feb-09 0:45
professionalDaveyM6918-Feb-09 0:45 
GeneralRe: How to override Button Click EventArgs or use another ways to achieve it? Pin
mctramp16818-Feb-09 15:00
mctramp16818-Feb-09 15:00 
Question.exe file creation Pin
aratireddy17-Feb-09 20:20
aratireddy17-Feb-09 20:20 
AnswerRe: .exe file creation Pin
N a v a n e e t h17-Feb-09 20:34
N a v a n e e t h17-Feb-09 20:34 
AnswerRe: .exe file creation Pin
Vimalsoft(Pty) Ltd17-Feb-09 21:46
professionalVimalsoft(Pty) Ltd17-Feb-09 21:46 
QuestionSQL Server, client-server connection Pin
MozhdehQeraati17-Feb-09 20:16
MozhdehQeraati17-Feb-09 20:16 
QuestionIIS Pin
MozhdehQeraati17-Feb-09 20:10
MozhdehQeraati17-Feb-09 20:10 
AnswerRe: IIS Pin
Vimalsoft(Pty) Ltd17-Feb-09 21:47
professionalVimalsoft(Pty) Ltd17-Feb-09 21:47 

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.