hi all,
i m working on asp.net with C# and database is oracle
i have one problem to insert in table values ,
table name userinfo(id,name,password,age)
id is primary key
one sequence for primary key survey_seq
so when i insert into table values as
insert into userinfo (id,name,password,age)values
(survey_seq.NEXTVAL,............................);
at that time asp.net error,
i don't know how to coding in C# in oracle background
i completed login page with c# but data fill manually in oracle ,it's not posssible from asp.net test box
insert query with sequence in oracle
Page 1 of 1|
|

New Topic/Question
This topic is locked




MultiQuote


|