Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change decimal symbol Pin
Member 11981926-Aug-04 8:06
Member 11981926-Aug-04 8:06 
GeneralRe: Change decimal symbol Pin
Colin Angus Mackay6-Aug-04 10:48
Colin Angus Mackay6-Aug-04 10:48 
GeneralRe: Change decimal symbol Pin
Member 11981926-Aug-04 12:32
Member 11981926-Aug-04 12:32 
GeneralRe: Change decimal symbol Pin
Dave Kreskowiak6-Aug-04 7:41
mveDave Kreskowiak6-Aug-04 7:41 
QuestionHow can i capture video Pin
Member 12810976-Aug-04 6:45
Member 12810976-Aug-04 6:45 
GeneralTransparent Panel Pin
kbson16-Aug-04 6:27
kbson16-Aug-04 6:27 
GeneralRe: Transparent Panel Pin
Not Active6-Aug-04 10:14
mentorNot Active6-Aug-04 10:14 
GeneralRe: ORACLE: TNS Packet Writer Failure w/ ADO. NET Pin
Dave Kreskowiak6-Aug-04 7:26
mveDave Kreskowiak6-Aug-04 7:26 
I'm no expert in Oracle, but my first guess would be to remove the colons you put in the parameter names.
cmd.CommandText = "SELECT * FROM USERS WHERE USER_ID = pUserId"
cmd.Parameters.Add( new OracleParameter( "pUserId", OracleType.VarChar )).Value = "[USER_ID]" )

Putting "special" characters in an identifier is just not a good idea in any language.

RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: ORACLE: TNS Packet Writer Failure w/ ADO. NET Pin
Nick Parker6-Aug-04 7:28
protectorNick Parker6-Aug-04 7:28 
Generalcreating a vu-meter Pin
gumigyuri6-Aug-04 5:00
gumigyuri6-Aug-04 5:00 
GeneralConverting from a Byte Array to an int / double Pin
bob rt456-Aug-04 4:58
sussbob rt456-Aug-04 4:58 
GeneralRe: Converting from a Byte Array to an int / double Pin
MicrosoftBob6-Aug-04 5:15
MicrosoftBob6-Aug-04 5:15 
GeneralThanks That's it Pin
Bob rt456-Aug-04 5:34
sussBob rt456-Aug-04 5:34 
GeneralDevice Pin
sreejith ss nair6-Aug-04 3:26
sreejith ss nair6-Aug-04 3:26 
GeneralRe: Device Pin
Dave Kreskowiak6-Aug-04 3:46
mveDave Kreskowiak6-Aug-04 3:46 
GeneralRe: Device Pin
Nick Parker6-Aug-04 3:59
protectorNick Parker6-Aug-04 3:59 
GeneralRe: Device Pin
Michael P Butler6-Aug-04 5:07
Michael P Butler6-Aug-04 5:07 
GeneralForm location Pin
the last free name6-Aug-04 2:30
the last free name6-Aug-04 2:30 
GeneralRe: Form location Pin
Nick Parker6-Aug-04 3:28
protectorNick Parker6-Aug-04 3:28 
GeneralRe: Form location Pin
the last free name6-Aug-04 3:40
the last free name6-Aug-04 3:40 
GeneralAgain: Reflection and array´s... Pin
Norman-Timo6-Aug-04 2:27
Norman-Timo6-Aug-04 2:27 
GeneralRe: Again: Reflection and array´s... Pin
Nick Parker6-Aug-04 3:12
protectorNick Parker6-Aug-04 3:12 
GeneralRe: Again: Reflection and array´s... Pin
leppie6-Aug-04 5:06
leppie6-Aug-04 5:06 
GeneralMDI Child Window Sizing Pin
James Spibey6-Aug-04 1:13
James Spibey6-Aug-04 1:13 
QuestionHow to find File from C# code Pin
Member 12499155-Aug-04 23:41
Member 12499155-Aug-04 23:41 

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.