Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
AnswerRe: IsolatedStorageFile.GetStore() problem Pin
leppie21-Jul-06 2:22
leppie21-Jul-06 2:22 
GeneralRe: IsolatedStorageFile.GetStore() problem Pin
Super Lloyd21-Jul-06 3:17
Super Lloyd21-Jul-06 3:17 
QuestionHow do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food20-Jul-06 22:39
Red_Wizard_Shot_The_Food20-Jul-06 22:39 
AnswerRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde20-Jul-06 22:46
Robert Rohde20-Jul-06 22:46 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food20-Jul-06 23:24
Red_Wizard_Shot_The_Food20-Jul-06 23:24 
AnswerRe: How do i check if an object can be cast to a valid SQLDbType? [modified] Pin
Martin#20-Jul-06 23:41
Martin#20-Jul-06 23:41 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde20-Jul-06 23:52
Robert Rohde20-Jul-06 23:52 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food20-Jul-06 23:53
Red_Wizard_Shot_The_Food20-Jul-06 23:53 
Sorry if im not understanding what your getting at but what i want to do is pass an SQLDataType (like varchar or bigint) and an object then if the value castable to that type then cast it.

so value does not become just SQLDbType it becomes SQLDbType.bigint if the values passed where like so:

myMethod(SQLDataType.bigint, "400893");

or a varchar if you did this:

myMethod(SQLDataType.varchar, "ScoobyDoo");

I hope that makes sence (and is possible??)

Thanks again.
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde20-Jul-06 23:54
Robert Rohde20-Jul-06 23:54 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food21-Jul-06 0:00
Red_Wizard_Shot_The_Food21-Jul-06 0:00 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde21-Jul-06 0:21
Robert Rohde21-Jul-06 0:21 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Red_Wizard_Shot_The_Food21-Jul-06 0:29
Red_Wizard_Shot_The_Food21-Jul-06 0:29 
GeneralRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Robert Rohde21-Jul-06 1:11
Robert Rohde21-Jul-06 1:11 
AnswerRe: How do i check if an object can be cast to a valid SQLDbType? Pin
Andrei Ungureanu20-Jul-06 22:47
Andrei Ungureanu20-Jul-06 22:47 
QuestionDrag drop to usercontrol from toolbox Pin
Piovra_20-Jul-06 22:03
Piovra_20-Jul-06 22:03 
AnswerRe: Drag drop to usercontrol from toolbox Pin
Nader Elshehabi20-Jul-06 22:25
Nader Elshehabi20-Jul-06 22:25 
QuestionHow to Intercept a number when a call comes thru ? [modified] Pin
Trance Junkie20-Jul-06 21:47
Trance Junkie20-Jul-06 21:47 
AnswerRe: How to Intercept a number when a call comes thru ? Pin
stancrm21-Jul-06 2:44
stancrm21-Jul-06 2:44 
Questiongraph in reporting services Pin
cellardoor071620-Jul-06 21:28
cellardoor071620-Jul-06 21:28 
AnswerRe: graph in reporting services Pin
Andrew Rissing21-Jul-06 4:38
Andrew Rissing21-Jul-06 4:38 
QuestionHow can I compare doubles? Pin
xkx3220-Jul-06 21:28
xkx3220-Jul-06 21:28 
AnswerRe: How can I compare doubles? Pin
Nader Elshehabi20-Jul-06 22:10
Nader Elshehabi20-Jul-06 22:10 
AnswerRe: How can I compare doubles? Pin
Andrei Ungureanu20-Jul-06 22:42
Andrei Ungureanu20-Jul-06 22:42 
AnswerRe: How can I compare doubles? Pin
Shajeel21-Jul-06 0:35
Shajeel21-Jul-06 0:35 
AnswerRe: How can I compare doubles? Pin
Super Lloyd21-Jul-06 0:44
Super Lloyd21-Jul-06 0:44 

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.