Click here to Skip to main content
15,891,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCapture windows messages Pin
benny23233-Feb-04 10:22
benny23233-Feb-04 10:22 
GeneralRe: Capture windows messages Pin
Neville Franks3-Feb-04 10:27
Neville Franks3-Feb-04 10:27 
GeneralRe: Capture windows messages Pin
Anonymous4-Feb-04 11:58
Anonymous4-Feb-04 11:58 
Generalstill can't use SQL database Pin
halblonious3-Feb-04 10:12
halblonious3-Feb-04 10:12 
GeneralRe: still can't use SQL database Pin
Vic Mackey3-Feb-04 10:24
Vic Mackey3-Feb-04 10:24 
GeneralRe: still can't use SQL database Pin
halblonious3-Feb-04 10:54
halblonious3-Feb-04 10:54 
GeneralRe: still can't use SQL database Pin
Vic Mackey3-Feb-04 11:23
Vic Mackey3-Feb-04 11:23 
GeneralRe: still can't use SQL database Pin
Steve S3-Feb-04 23:01
Steve S3-Feb-04 23:01 
At a guess, AnnotationID and ImageID are numeric (integer?) types. Try removing the quoting around them so it's just

VALUES(1,2,'Capsule')

Of course, there may also be uniqueness constraints which stop you inserting the same values more than once...

Steve S
GeneralBrowse info for struct elements in C versus C++ files Pin
Bob Farrell3-Feb-04 10:05
Bob Farrell3-Feb-04 10:05 
GeneralObtain Windows Handle Pin
Grahamfff3-Feb-04 9:23
Grahamfff3-Feb-04 9:23 
GeneralRe: Obtain Windows Handle Pin
John R. Shaw3-Feb-04 9:38
John R. Shaw3-Feb-04 9:38 
GeneralRe: Obtain Windows Handle Pin
Neville Franks3-Feb-04 10:17
Neville Franks3-Feb-04 10:17 
GeneralRe: Obtain Windows Handle Pin
basementman3-Feb-04 16:50
basementman3-Feb-04 16:50 
GeneralVC++ - WinXP vs Win2k + ODBC + Dbase files Pin
Qadddd3-Feb-04 8:17
Qadddd3-Feb-04 8:17 
GeneralRe: VC++ - WinXP vs Win2k + ODBC + Dbase files Pin
basementman3-Feb-04 16:52
basementman3-Feb-04 16:52 
GeneralRe: VC++ - WinXP vs Win2k + ODBC + Dbase files Pin
Qadddd3-Feb-04 23:17
Qadddd3-Feb-04 23:17 
General"File I/O notifications" question Pin
agrafov3-Feb-04 7:57
agrafov3-Feb-04 7:57 
GeneralRe: "File I/O notifications" question Pin
Neville Franks3-Feb-04 10:24
Neville Franks3-Feb-04 10:24 
GeneralRe: "File I/O notifications" question Pin
agrafov3-Feb-04 10:57
agrafov3-Feb-04 10:57 
GeneralRe: "File I/O notifications" question Pin
Neville Franks3-Feb-04 11:16
Neville Franks3-Feb-04 11:16 
Generaltwo error Pin
Goh Hui Beng3-Feb-04 7:40
Goh Hui Beng3-Feb-04 7:40 
GeneralRe: two error Pin
Joe Woodbury3-Feb-04 7:55
professionalJoe Woodbury3-Feb-04 7:55 
GeneralRe: two error Pin
sps-itsec463-Feb-04 9:22
sps-itsec463-Feb-04 9:22 
General(edited) namepsaces: using ns::X and using namespace ns Pin
peterchen3-Feb-04 7:38
peterchen3-Feb-04 7:38 
GeneralRe: namepsaces: using ns::X and using namespace ns Pin
John M. Drescher3-Feb-04 7:43
John M. Drescher3-Feb-04 7:43 

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.