Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dialog box visibility Pin
loyal ginger28-Oct-09 8:43
loyal ginger28-Oct-09 8:43 
AnswerRe: Dialog box visibility Pin
«_Superman_»28-Oct-09 9:19
professional«_Superman_»28-Oct-09 9:19 
AnswerRe: Dialog box visibility Pin
Iain Clarke, Warrior Programmer28-Oct-09 22:57
Iain Clarke, Warrior Programmer28-Oct-09 22:57 
QuestionWinUSB and SetupAPI from Visual Basic Studio 2008 Pin
Arerbac28-Oct-09 4:48
Arerbac28-Oct-09 4:48 
AnswerRe: WinUSB and SetupAPI from Visual Basic Studio 2008 Pin
David Crow28-Oct-09 5:37
David Crow28-Oct-09 5:37 
GeneralRe: WinUSB and SetupAPI from Visual Basic Studio 2008 Pin
Arerbac28-Oct-09 16:37
Arerbac28-Oct-09 16:37 
QuestionRe: WinUSB and SetupAPI from Visual Basic Studio 2008 Pin
David Crow29-Oct-09 2:35
David Crow29-Oct-09 2:35 
QuestionMaximum length of MS Access Query Pin
pandit8428-Oct-09 4:35
pandit8428-Oct-09 4:35 
Hi ,
I am using MS Access Database . Which has GUID as its one of the column. I have to fetch the data from this database using supplied GUID's . I have written the query like this

SELECT * FROM Images WHERE GUID = 'First GUID" OR 'Second' OR .. ..OR .. OR 


This query can be long to N numbers of GUIDs passed. This query is working fine. But I have the doubt whether this query will fail at certain point due some buffer or limitation on query lenght. Is there any limitation on Query Length. Is there any other solution to make this query compact ??

Thanks in Advance
AnswerRe: Maximum length of MS Access Query Pin
jeron128-Oct-09 6:02
jeron128-Oct-09 6:02 
QuestionTab order while using property sheet Pin
patup928-Oct-09 4:17
patup928-Oct-09 4:17 
AnswerRe: Tab order while using property sheet Pin
transoft28-Oct-09 7:14
transoft28-Oct-09 7:14 
QuestionUsing a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:02
Greg Mort28-Oct-09 4:02 
QuestionRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 4:13
mveCPallini28-Oct-09 4:13 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:15
Greg Mort28-Oct-09 4:15 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 4:21
mveCPallini28-Oct-09 4:21 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:28
Greg Mort28-Oct-09 4:28 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:11
mveCPallini28-Oct-09 10:11 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 10:17
Greg Mort28-Oct-09 10:17 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:19
mveCPallini28-Oct-09 10:19 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 10:22
Greg Mort28-Oct-09 10:22 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:27
mveCPallini28-Oct-09 10:27 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 4:27
Cedric Moonen28-Oct-09 4:27 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:30
Greg Mort28-Oct-09 4:30 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 4:33
Cedric Moonen28-Oct-09 4:33 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:42
Greg Mort28-Oct-09 4:42 

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.