Click here to Skip to main content
16,007,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: Concept behind SQL Server Pin
22-Feb-02 13:37
suss22-Feb-02 13:37 
GeneralRe: Concept behind SQL Server Pin
Bill Wilson5-Mar-02 8:59
Bill Wilson5-Mar-02 8:59 
GeneralRe: Concept behind SQL Server Pin
Giles5-Mar-02 9:19
Giles5-Mar-02 9:19 
GeneralRe: Concept behind SQL Server Pin
James T. Johnson5-Mar-02 10:10
James T. Johnson5-Mar-02 10:10 
GeneralRe: Concept behind SQL Server Pin
Giles5-Mar-02 10:33
Giles5-Mar-02 10:33 
GeneralRe: Concept behind SQL Server Pin
James T. Johnson5-Mar-02 11:19
James T. Johnson5-Mar-02 11:19 
GeneralRe: Concept behind SQL Server Pin
Michael A. Barnhart12-Mar-02 2:35
Michael A. Barnhart12-Mar-02 2:35 
QuestionExecuteSQL -> ? Pin
Sander12-Feb-02 8:39
Sander12-Feb-02 8:39 
I’m new to Visual C++ programming, now exploring the CDatabase and CRecorset classes.
I made a database with MS Access, created a new SDI project, using ODBC without file support. I created some edit boxes and added variables to them, which are connected to the Database, made by Access. Now my problem: of course it’s easy to use the ExecuteSQL method for everyone, but not me Smile | :) If I add a new menu entry, and add a function for this entry, how can I use the ExecuteSQL method to retrieve data from my database, what are exactly the steps to take? If I type CDatabase db; db.ExecuteSQL(SELECT * FROM Leverancier ORDER BY Id), and run my program, calling the function, the database don’t display the records ordered by Id... help!

AnswerRe: ExecuteSQL -> ? Pin
Carlos Antollini12-Feb-02 9:00
Carlos Antollini12-Feb-02 9:00 
AnswerRe: ExecuteSQL -> ? Pin
Mazdak12-Feb-02 10:08
Mazdak12-Feb-02 10:08 
GeneralRe: ExecuteSQL -> ? Pin
Carlos Antollini12-Feb-02 10:17
Carlos Antollini12-Feb-02 10:17 
GeneralXA Transactions Pin
Mauricio Ritter12-Feb-02 1:41
Mauricio Ritter12-Feb-02 1:41 
Generalwhat's the Max length of words in _bstr_t Pin
Zell10-Feb-02 20:59
Zell10-Feb-02 20:59 
GeneralRe: what's the Max length of words in _bstr_t Pin
Bill Wilson5-Mar-02 8:49
Bill Wilson5-Mar-02 8:49 
Generalimport a text file sorting a list of values Pin
chris foote10-Feb-02 18:02
chris foote10-Feb-02 18:02 
GeneralRe: import a text file sorting a list of values Pin
Mazdak10-Feb-02 20:44
Mazdak10-Feb-02 20:44 
GeneralRe: import a text file sorting a list of values Pin
chris foote11-Feb-02 3:24
chris foote11-Feb-02 3:24 
GeneralRe: import a text file sorting a list of values Pin
Mazdak11-Feb-02 3:48
Mazdak11-Feb-02 3:48 
GeneralRe: import a text file sorting a list of values Pin
Bill Wilson5-Mar-02 9:07
Bill Wilson5-Mar-02 9:07 
GeneralRe: OOPS Never mind Pin
Bill Wilson5-Mar-02 9:09
Bill Wilson5-Mar-02 9:09 
GeneralADO Failed to create first record Pin
10-Feb-02 9:40
suss10-Feb-02 9:40 
GeneralRe: ADO Failed to create first record Pin
Mazdak10-Feb-02 10:48
Mazdak10-Feb-02 10:48 
GeneralRe: ADO Failed to create first record Pin
10-Feb-02 12:39
suss10-Feb-02 12:39 
GeneralRe: ADO Failed to create first record Pin
Mazdak10-Feb-02 20:43
Mazdak10-Feb-02 20:43 
Generalsearch in records Pin
Mazdak10-Feb-02 9:03
Mazdak10-Feb-02 9:03 

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.