Click here to Skip to main content
16,004,977 members
Home / Discussions / Database
   

Database

 
Generali found the solution!! Pin
Muammar©16-Dec-06 23:05
Muammar©16-Dec-06 23:05 
GeneralRe: i found the solution!! Pin
Paul Conrad30-Dec-06 14:55
professionalPaul Conrad30-Dec-06 14:55 
QuestionConnection Pin
Tauseef A8-Dec-06 22:36
Tauseef A8-Dec-06 22:36 
AnswerRe: Connection Pin
Colin Angus Mackay8-Dec-06 23:38
Colin Angus Mackay8-Dec-06 23:38 
JokeRe: Connection Pin
Paul Conrad9-Dec-06 6:41
professionalPaul Conrad9-Dec-06 6:41 
Questionis it possible to create a column in a view Pin
Rmesh8-Dec-06 20:57
Rmesh8-Dec-06 20:57 
AnswerRe: is it possible to create a column in a view Pin
Colin Angus Mackay8-Dec-06 23:36
Colin Angus Mackay8-Dec-06 23:36 
QuestionORA-00911 Invalid Character Pin
Muammar©8-Dec-06 20:44
Muammar©8-Dec-06 20:44 
hi everyone, it's my first time here in this part of the forum and i'll be greatly thankful if i can get some help from ado experts,

im trying to connect to oracle db from c# when i get this error
(ORA-00911 Invalid Character)

ConnectMe = new OracleConnection("Data Source=orcl;Persist Security Info=True;User ID=DLDSP;Password=LIVE8;Unicode=True");
ConnectMe.Open();
OracleCommand cmdProfile = new OracleCommand("SELECT DName FROM Profile;", ConnectMe);
DAdap = new OracleDataAdapter(cmdProfile);
DSet = new DataSet();
DAdap.Fill(DSet); // **** I'm getting the error on this step **** //

please help!

All globalizations are wrong, including this one!
QuestionEncryption Decryption problem Pin
param thaker8-Dec-06 19:21
param thaker8-Dec-06 19:21 
AnswerRe: Encryption Decryption problem Pin
Colin Angus Mackay8-Dec-06 23:41
Colin Angus Mackay8-Dec-06 23:41 
QuestionReg:Not Run SQL Server 2005 Tool in My System Pin
P.T.R.K8-Dec-06 19:12
P.T.R.K8-Dec-06 19:12 
AnswerRe: Reg:Not Run SQL Server 2005 Tool in My System Pin
Colin Angus Mackay8-Dec-06 23:33
Colin Angus Mackay8-Dec-06 23:33 
Questiondatagrid and database Pin
samita_friendly8-Dec-06 10:57
samita_friendly8-Dec-06 10:57 
AnswerRe: datagrid and database Pin
Muammar©8-Dec-06 22:58
Muammar©8-Dec-06 22:58 
GeneralRe: datagrid and database Pin
samita_friendly9-Dec-06 5:29
samita_friendly9-Dec-06 5:29 
GeneralRe: datagrid and database Pin
Muammar©9-Dec-06 20:35
Muammar©9-Dec-06 20:35 
GeneralRe: datagrid and database Pin
samita_friendly10-Dec-06 11:35
samita_friendly10-Dec-06 11:35 
QuestionConnection Pooling nightmare - Timeout Expired Pin
Guy Harwood8-Dec-06 10:45
Guy Harwood8-Dec-06 10:45 
AnswerRe: Connection Pooling nightmare - Timeout Expired Pin
Colin Angus Mackay8-Dec-06 13:11
Colin Angus Mackay8-Dec-06 13:11 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
Guy Harwood8-Dec-06 13:25
Guy Harwood8-Dec-06 13:25 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
S Douglas10-Dec-06 23:44
professionalS Douglas10-Dec-06 23:44 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
Guy Harwood12-Dec-06 2:02
Guy Harwood12-Dec-06 2:02 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
S Douglas12-Dec-06 2:12
professionalS Douglas12-Dec-06 2:12 
Questionerror 8624 ? Pin
alexrad8-Dec-06 8:48
alexrad8-Dec-06 8:48 
AnswerRe: error 8624 ? Pin
Colin Angus Mackay8-Dec-06 13:02
Colin Angus Mackay8-Dec-06 13:02 

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.