Click here to Skip to main content
15,914,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to find child windows??? Pin
RED18-Nov-02 1:18
RED18-Nov-02 1:18 
GeneralRe: How to find child windows??? Pin
Hendrik Wiese18-Nov-02 1:43
Hendrik Wiese18-Nov-02 1:43 
QuestionADO Record Object ? Pin
Suren17-Nov-02 23:44
Suren17-Nov-02 23:44 
AnswerRe: ADO Record Object ? Pin
Michael P Butler18-Nov-02 0:19
Michael P Butler18-Nov-02 0:19 
GeneralRe: ADO Record Object ? Pin
Suren18-Nov-02 1:35
Suren18-Nov-02 1:35 
GeneralCreating new folders for Workspace Pin
Franz Klein17-Nov-02 22:42
Franz Klein17-Nov-02 22:42 
Questionhow do you get query results from odbc by manually set sql statement? Pin
17-Nov-02 22:33
suss17-Nov-02 22:33 
AnswerRe: how do you get query results from odbc by manually set sql statement? Pin
Michael P Butler18-Nov-02 0:23
Michael P Butler18-Nov-02 0:23 
You can't get results from an ExecuteSQL call.

From MSDN

Create the command as a null-terminated string. ExecuteSQL does not return data records. If you want to operate on records, use a recordset object instead.

Most of your commands for a data source are issued through recordset objects, which support commands for selecting data, inserting new records, deleting records, and editing records. However, not all ODBC functionality is directly supported by the database classes, so you may at times need to make a direct SQL call with ExecuteSQL.



Michael

Life’s not a song.
Life isn’t bliss.
Life is just this.
It’s living. -- Buffy the Vampire Slayer: Once more, with feeling

AnswerRe: how do you get query results from odbc by manually set sql statement? Pin
Alexinuk18-Nov-02 2:48
Alexinuk18-Nov-02 2:48 
Generalmulticasting Pin
orange^blur17-Nov-02 21:00
orange^blur17-Nov-02 21:00 
GeneralSizing controls in CDialogBar Pin
Woody Green17-Nov-02 20:12
Woody Green17-Nov-02 20:12 
GeneralInterlockedXxx Pin
Saad Sultan17-Nov-02 20:00
sussSaad Sultan17-Nov-02 20:00 
GeneralRe: InterlockedXxx Pin
Christian Graus17-Nov-02 20:26
protectorChristian Graus17-Nov-02 20:26 
GeneralRe: InterlockedXxx Pin
Kannan Kalyanaraman17-Nov-02 20:27
Kannan Kalyanaraman17-Nov-02 20:27 
GeneralRe: InterlockedXxx Pin
Michael Dunn18-Nov-02 4:17
sitebuilderMichael Dunn18-Nov-02 4:17 
GeneralSetting font on client windows Pin
WayneJ17-Nov-02 19:04
WayneJ17-Nov-02 19:04 
GeneralVC++ KeyBoard Hooks Pin
Riju17-Nov-02 18:40
Riju17-Nov-02 18:40 
GeneralRe: VC++ KeyBoard Hooks Pin
viliam18-Nov-02 0:15
viliam18-Nov-02 0:15 
GeneralRe: VC++ KeyBoard Hooks Pin
Riju18-Nov-02 0:19
Riju18-Nov-02 0:19 
GeneralRe: VC++ KeyBoard Hooks Pin
viliam18-Nov-02 0:28
viliam18-Nov-02 0:28 
GeneralRe: VC++ KeyBoard Hooks Pin
Riju18-Nov-02 0:40
Riju18-Nov-02 0:40 
GeneralRe: VC++ KeyBoard Hooks Pin
viliam18-Nov-02 2:59
viliam18-Nov-02 2:59 
GeneralNeed HELP on Local Ntetwrok IP Adrress Pin
ATC17-Nov-02 18:00
ATC17-Nov-02 18:00 
Generalbest way to draw a pixel in direct X Pin
cleathley17-Nov-02 17:40
cleathley17-Nov-02 17:40 
GeneralRe: best way to draw a pixel in direct X Pin
Christian Graus17-Nov-02 20:16
protectorChristian Graus17-Nov-02 20:16 

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.