Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with complex number types. Pin
oRion18-May-02 2:43
oRion18-May-02 2:43 
Questiona error has been throwed out when I add records into database? Pin
white jungle17-May-02 18:21
white jungle17-May-02 18:21 
AnswerRe: a error has been throwed out when I add records into database? Pin
Maxwell Chen17-May-02 18:31
Maxwell Chen17-May-02 18:31 
GeneralRe: a error has been throwed out when I add records into database? Pin
white jungle17-May-02 18:44
white jungle17-May-02 18:44 
GeneralRe: a error has been throwed out when I add records into database? Pin
Maxwell Chen17-May-02 19:02
Maxwell Chen17-May-02 19:02 
GeneralRe: a error has been throwed out when I add records into database? Pin
white jungle17-May-02 19:11
white jungle17-May-02 19:11 
GeneralRe: a error has been throwed out when I add records into database? Pin
Maxwell Chen17-May-02 19:20
Maxwell Chen17-May-02 19:20 
AnswerRe: a error has been throwed out when I add records into database? Pin
Alexandru Savescu17-May-02 22:22
Alexandru Savescu17-May-02 22:22 
Try to catch a CDBException* e

like this

[code]
try
{
// your code
}
catch (CBDException* e)
{
AfxMessageBox (e->m_strError);
e->Delete ();
}
[/code]

Then tell us what the error is and maybe we can help you with that

Best regards,
Alexandru Savescu
GeneralRe: a error has been throwed out when I add records into database? Pin
white jungle18-May-02 0:28
white jungle18-May-02 0:28 
AnswerRe: a error has been throwed out when I add records into database? Pin
Maxwell Chen18-May-02 7:56
Maxwell Chen18-May-02 7:56 
Generalabout DCT & IDCT Pin
storein17-May-02 16:22
storein17-May-02 16:22 
GeneralRe: about DCT & IDCT Pin
storein18-May-02 22:13
storein18-May-02 22:13 
GeneralClass View Pin
Francisco Moraes17-May-02 14:40
Francisco Moraes17-May-02 14:40 
GeneralRe: Class View Pin
Amit Dey17-May-02 15:00
Amit Dey17-May-02 15:00 
GeneralRe: Class View Pin
Francisco Moraes18-May-02 2:44
Francisco Moraes18-May-02 2:44 
GeneralRe: Class View Pin
Francisco Moraes18-May-02 3:49
Francisco Moraes18-May-02 3:49 
GeneralTwo Errors LNK2001 and LNK1120 Pin
Dee17-May-02 13:18
Dee17-May-02 13:18 
GeneralRe: Two Errors LNK2001 and LNK1120 Pin
Christian Graus17-May-02 13:50
protectorChristian Graus17-May-02 13:50 
Generalunace.dll Pin
carrie17-May-02 13:11
carrie17-May-02 13:11 
GeneralRe: unace.dll Pin
Mukkie18-May-02 0:38
Mukkie18-May-02 0:38 
Generalsimple question Pin
rbc17-May-02 12:50
rbc17-May-02 12:50 
GeneralRe: simple question Pin
Jack Handy17-May-02 13:34
Jack Handy17-May-02 13:34 
GeneralRe: simple question Pin
rbc17-May-02 14:00
rbc17-May-02 14:00 
GeneralRe: simple question Pin
rbc17-May-02 14:09
rbc17-May-02 14:09 
GeneralUDP broadcast again!! Pin
Rickard Andersson2017-May-02 12:34
Rickard Andersson2017-May-02 12:34 

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.