Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Groups in List Controls Pin
Alex Cohn16-Oct-07 1:35
Alex Cohn16-Oct-07 1:35 
QuestionTest Database Connection Pin
Programm3r15-Oct-07 3:37
Programm3r15-Oct-07 3:37 
QuestionRe: Test Database Connection Pin
David Crow15-Oct-07 3:51
David Crow15-Oct-07 3:51 
QuestionRe: Test Database Connection Pin
Programm3r15-Oct-07 4:20
Programm3r15-Oct-07 4:20 
QuestionRe: Test Database Connection Pin
David Crow15-Oct-07 4:22
David Crow15-Oct-07 4:22 
AnswerRe: Test Database Connection Pin
Programm3r15-Oct-07 4:48
Programm3r15-Oct-07 4:48 
GeneralRe: Test Database Connection Pin
David Crow15-Oct-07 5:02
David Crow15-Oct-07 5:02 
AnswerRe: Test Database Connection Pin
James R. Twine15-Oct-07 7:50
James R. Twine15-Oct-07 7:50 
   A Q&D way to ensure that you are correctly roundtripping to the RDBMS and successfully executing SQL is to execute something like:
select 1
   -or if using Oracle:
select 1 from dual
   If you get back a successful return code with a result column of "1", then you know everything is working correctly.

   Note: this is a fairly heavyweight solution to what may be an easy problem, depending on the API(s) you have avaialble for your target RDBMSes.  But it might be easier than decoding error messages from different RDBMSse...

   Peace!



-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Test Database Connection Pin
Programm3r15-Oct-07 19:47
Programm3r15-Oct-07 19:47 
Questionan application can create .exe file by some conditions Pin
jarful15-Oct-07 3:33
jarful15-Oct-07 3:33 
AnswerRe: an application can create .exe file by some conditions Pin
David Crow15-Oct-07 3:49
David Crow15-Oct-07 3:49 
AnswerRe: an application can create .exe file by some conditions Pin
Matthew Faithfull15-Oct-07 3:51
Matthew Faithfull15-Oct-07 3:51 
AnswerRe: an application can create .exe file by some conditions Pin
Hamid_RT15-Oct-07 19:36
Hamid_RT15-Oct-07 19:36 
Questionphp and vc++ compatible encryption algorithm??? Pin
programmer8115-Oct-07 2:45
programmer8115-Oct-07 2:45 
Questionchecking browser Pin
mitok15-Oct-07 2:28
mitok15-Oct-07 2:28 
AnswerRe: checking browser Pin
David Crow15-Oct-07 3:20
David Crow15-Oct-07 3:20 
AnswerRe: checking browser Pin
Hamid_RT15-Oct-07 19:40
Hamid_RT15-Oct-07 19:40 
GeneralRe: checking browser Pin
mitok16-Oct-07 1:02
mitok16-Oct-07 1:02 
QuestionHow to add strings in CStringArray object? Pin
Atul2315-Oct-07 2:23
Atul2315-Oct-07 2:23 
AnswerRe: How to add strings in CStringArray object? Pin
Nishad S15-Oct-07 2:28
Nishad S15-Oct-07 2:28 
GeneralRe: How to add strings in CStringArray object? Pin
Atul2315-Oct-07 2:40
Atul2315-Oct-07 2:40 
GeneralRe: How to add strings in CStringArray object? Pin
chandu00415-Oct-07 2:53
chandu00415-Oct-07 2:53 
GeneralRe: How to add strings in CStringArray object? Pin
Atul2315-Oct-07 2:56
Atul2315-Oct-07 2:56 
GeneralRe: How to add strings in CStringArray object? Pin
chandu00415-Oct-07 3:02
chandu00415-Oct-07 3:02 
QuestionRe: How to add strings in CStringArray object? Pin
David Crow15-Oct-07 3:47
David Crow15-Oct-07 3:47 

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.