Click here to Skip to main content
16,010,544 members
Home / Discussions / Database
   

Database

 
AnswerRe: what shall I use : JOIN or INNER JOIN Pin
Anonymous6-Mar-05 18:13
Anonymous6-Mar-05 18:13 
GeneralRe: what shall I use : JOIN or INNER JOIN Pin
ashu_sharma217-Mar-05 5:08
ashu_sharma217-Mar-05 5:08 
AnswerRe: what shall I use : JOIN or INNER JOIN Pin
Colin Angus Mackay7-Mar-05 3:11
Colin Angus Mackay7-Mar-05 3:11 
GeneralRe: what shall I use : JOIN or INNER JOIN Pin
ashu_sharma217-Mar-05 5:11
ashu_sharma217-Mar-05 5:11 
GeneralRe: what shall I use : JOIN or INNER JOIN Pin
Colin Angus Mackay7-Mar-05 10:48
Colin Angus Mackay7-Mar-05 10:48 
GeneralSql Data Export Pin
| Muhammad Waqas Butt |5-Mar-05 23:36
professional| Muhammad Waqas Butt |5-Mar-05 23:36 
GeneralRe: Sql Data Export Pin
numbrel7-Mar-05 10:30
numbrel7-Mar-05 10:30 
GeneralRe: Sql Data Export Pin
| Muhammad Waqas Butt |7-Mar-05 20:37
professional| Muhammad Waqas Butt |7-Mar-05 20:37 
GeneralRe: Sql Data Export Pin
Yulianto.7-Mar-05 21:35
Yulianto.7-Mar-05 21:35 
GeneralNew to databases need help Pin
Mattb795-Mar-05 12:27
Mattb795-Mar-05 12:27 
GeneralRe: New to databases need help Pin
Mekong River5-Mar-05 14:58
Mekong River5-Mar-05 14:58 
GeneralRe: New to databases need help Pin
numbrel7-Mar-05 10:34
numbrel7-Mar-05 10:34 
GeneralRe: New to databases need help Pin
Mattb797-Mar-05 11:33
Mattb797-Mar-05 11:33 
GeneralRe: New to databases need help Pin
numbrel8-Mar-05 3:51
numbrel8-Mar-05 3:51 
GeneralRe: New to databases need help Pin
Mattb798-Mar-05 6:04
Mattb798-Mar-05 6:04 
GeneralRe: New to databases need help Pin
numbrel9-Mar-05 8:06
numbrel9-Mar-05 8:06 
GeneralStatements with Predicates Pin
Melvin_MCW5-Mar-05 6:11
Melvin_MCW5-Mar-05 6:11 
GeneralRe: Statements with Predicates Pin
NassosReyzidis10-Mar-05 0:47
NassosReyzidis10-Mar-05 0:47 
GeneralDate Time shows different Pin
Tom Wright4-Mar-05 5:54
Tom Wright4-Mar-05 5:54 
GeneralRe: Date Time shows different Pin
numbrel5-Mar-05 3:45
numbrel5-Mar-05 3:45 
GeneralRe: Date Time shows different Pin
Rob Graham5-Mar-05 12:08
Rob Graham5-Mar-05 12:08 
GeneraloracleDataAdapter & Parameters Pin
Gerder3-Mar-05 0:56
Gerder3-Mar-05 0:56 
Hi to all, sorry me for my Inglish.
I have a Problem:
I want to select rows from my Oracle table which named "Table1" and I want to do it with oracleDataAdapter.
It's OK when I use OleDbDataAdapter:
............
command.CommandText="select name from Table1 where num = ?";
Ole.OleDbDataAdapter ada=new Ole.OleDbDataAdapter();
ada.SelectCommand=com;
command.Parameters.Add("@num",Ole.OleDbType.Numeric,3);
command.Parameters[0].Value=1;
............
Can you give me this code with using the oracleDataAdapter and with parameters of oracleConnection.

I had not find the using of oracle parameters in MSDN.At last can you give me Internet resource with the using of oracle in C#.

Thanks.

Gerder
GeneralRe: oracleDataAdapter & Parameters Pin
numbrel7-Mar-05 10:38
numbrel7-Mar-05 10:38 
Generalinsert record into field names that contain brackets Pin
elephantstar2-Mar-05 8:08
elephantstar2-Mar-05 8:08 
GeneralRe: insert record into field names that contain brackets Pin
Michael Potter4-Mar-05 4:23
Michael Potter4-Mar-05 4: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.