You are currently viewing the C# 2005 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
hi, i am working with c#.net application with oracle database. i am facing with 2 issues.
1. i am using oracle stored procedures. i want to store the record entering date and time in oracle single field. so i am using timestamp datatype in oracle. but i am not able to use timestampe datatype in oracle stored procedure .
for example
table name : empmaster
fields : eid numeric, ename varchar(10) , enter_dt timestamp
i want to insert the records into this 3 fiedls using oracle stored procedure.
2. i would like to create the separate database in oracle like sql server to maintain the tables separate database . is it possibe ?