Click here to Skip to main content
16,016,024 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Oracle 8i ODBC driver Pin
Mark Salsbery1-Nov-06 13:54
Mark Salsbery1-Nov-06 13:54 
GeneralRe: Oracle 8i ODBC driver Pin
Charlie Curtis1-Nov-06 14:09
Charlie Curtis1-Nov-06 14:09 
GeneralRe: Oracle 8i ODBC driver Pin
Mark Salsbery1-Nov-06 14:30
Mark Salsbery1-Nov-06 14:30 
GeneralRe: Oracle 8i ODBC driver Pin
Charlie Curtis1-Nov-06 14:49
Charlie Curtis1-Nov-06 14:49 
GeneralRe: Oracle 8i ODBC driver Pin
Mark Salsbery1-Nov-06 15:03
Mark Salsbery1-Nov-06 15:03 
GeneralRe: Oracle 8i ODBC driver Pin
Charlie Curtis1-Nov-06 15:11
Charlie Curtis1-Nov-06 15:11 
GeneralRe: Oracle 8i ODBC driver Pin
Onn Khairuddin Ismail1-Nov-06 16:08
Onn Khairuddin Ismail1-Nov-06 16:08 
GeneralRe: Oracle 8i ODBC driver [modified] Pin
Charlie Curtis1-Nov-06 19:07
Charlie Curtis1-Nov-06 19:07 
Smile | :) Hi Onn,

Thank you very much for your reply! I did the MessageBox thing and sure enough you are right it shows the whole statement! That helps me very much as now I can find out what is wrong with the statement.

For anyone reading this and wondering what the actual problem turned out to be; Well it turned out that it was in the formatting of the statement itself. If you miss one little quote or comma then there is hell to pay! As for the truncated string Onn was absolutley correct. The full string is being passed and the truncating has to do with the debugger only being able to show the first 255 characters.

Hope this helps anyone else who might have run up against this!

I'm sure most everyone knows, but just in case someone is new it might help! If you can't get the code working in your c/c++, Visual c++ code it helps me alot in many cases to work with the statements using SQLPlus and when I get it to work there it maost likely translates right over to my code.

Thank You Very Much!
Charlie


-- modified at 23:40 Thursday 2nd November, 2006

Everything is Free... Until You Have to Pay for it...

Platforms Windows 2000/XP Professional using Visual C++ 6.0

QuestionClass x needs defining before class y, circular dependecy Pin
Ylis1-Nov-06 11:04
Ylis1-Nov-06 11:04 
AnswerRe: Class x needs defining before class y, circular dependecy Pin
Waldermort1-Nov-06 11:17
Waldermort1-Nov-06 11:17 
GeneralRe: Class x needs defining before class y, circular dependecy Pin
Ylis1-Nov-06 11:42
Ylis1-Nov-06 11:42 
AnswerRe: Class x needs defining before class y, circular dependecy Pin
Zac Howland1-Nov-06 11:36
Zac Howland1-Nov-06 11:36 
GeneralRe: Class x needs defining before class y, circular dependecy Pin
Ylis1-Nov-06 11:46
Ylis1-Nov-06 11:46 
AnswerRe: Class x needs defining before class y, circular dependecy Pin
led mike1-Nov-06 11:54
led mike1-Nov-06 11:54 
GeneralRe: Class x needs defining before class y, circular dependecy Pin
Ylis1-Nov-06 12:12
Ylis1-Nov-06 12:12 
GeneralRe: Class x needs defining before class y, circular dependecy Pin
Waldermort1-Nov-06 13:54
Waldermort1-Nov-06 13:54 
GeneralRe: Class x needs defining before class y, circular dependecy Pin
led mike2-Nov-06 4:58
led mike2-Nov-06 4:58 
QuestionWindow messages [modified] Pin
Waldermort1-Nov-06 9:58
Waldermort1-Nov-06 9:58 
AnswerRe: Window messages Pin
PJ Arends1-Nov-06 19:22
professionalPJ Arends1-Nov-06 19:22 
AnswerRe: Window messages Pin
Michael Dunn1-Nov-06 20:09
sitebuilderMichael Dunn1-Nov-06 20:09 
Questionall Slider objects are sending OnHScroll() msg Pin
aquawicket1-Nov-06 9:46
aquawicket1-Nov-06 9:46 
AnswerRe: all Slider objects are sending OnHScroll() msg Pin
Mark Salsbery1-Nov-06 10:03
Mark Salsbery1-Nov-06 10:03 
GeneralRe: all Slider objects are sending OnHScroll() msg Pin
aquawicket1-Nov-06 14:49
aquawicket1-Nov-06 14:49 
QuestionMFC - creating invisible window Pin
edvintas1-Nov-06 6:58
edvintas1-Nov-06 6:58 
AnswerRe: MFC - creating invisible window Pin
led mike1-Nov-06 6:59
led mike1-Nov-06 6:59 

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.