Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: window.h Pin
Prakash Nadar25-Nov-03 22:09
Prakash Nadar25-Nov-03 22:09 
GeneralRe: window.h Pin
ZoogieZork26-Nov-03 5:30
ZoogieZork26-Nov-03 5:30 
GeneralAppend files Pin
chadell25-Nov-03 21:43
chadell25-Nov-03 21:43 
GeneralRe: Append files Pin
Shanmuga Sundar25-Nov-03 22:52
Shanmuga Sundar25-Nov-03 22:52 
GeneralRe: Append files Pin
chadell25-Nov-03 23:01
chadell25-Nov-03 23:01 
GeneralStatic Libraries Pin
sweep12325-Nov-03 21:42
sweep12325-Nov-03 21:42 
QuestionVC++.NET: Microsoft ADO Data Control ? Pin
Maxwell Chen25-Nov-03 21:19
Maxwell Chen25-Nov-03 21:19 
AnswerRe: VC++.NET: Microsoft ADO Data Control ? Pin
DrSerge25-Nov-03 23:56
DrSerge25-Nov-03 23:56 
What I have learned:

1. The ADO Grid and ADO data control need fixed connection string. You have to start from some existing database and then after succesfull compilation figure out where this string is assigned to ADO control in order to provide your own.
2. The same procedure is applicable.
3. semms no way.
4. I am not sure that everything will work with Access 2000 database format.
default:
1. Create a global own database workspace, global dabase object, global connection string an so on. I do in by forward declaration in a separate header file like global.h. This file will be included in all relevant source files later when you actually switch from one database/table to an other.
2. in a global.cpp define those objects.
3. Table enumeration is given in the database object by a simple request to get a query/table N1,2,3 or by direct access to the system tables, hidden inside any Microsoft database.
4. I could not start ADO datagrid anyway. It was too much additional coding for my simple tasks.
5. You can combine several database in a one project by keeping several workspaces, databases and so on.
6. Once you get ADO table to work with any table prescibed, you can use objects dynamically in order to represent any table you want at any moment.


Serge Chychkan
AnswerRe: VC++.NET: Microsoft ADO Data Control ? Pin
Anonymous26-Nov-03 8:24
Anonymous26-Nov-03 8:24 
GeneralVisual C++ : Precompiled header error Pin
Jerome Conus25-Nov-03 20:08
Jerome Conus25-Nov-03 20:08 
GeneralRe: Visual C++ : Precompiled header error Pin
BaldwinMartin25-Nov-03 20:36
BaldwinMartin25-Nov-03 20:36 
GeneralRe: Visual C++ : Precompiled header error Pin
Jerome Conus25-Nov-03 20:39
Jerome Conus25-Nov-03 20:39 
GeneralRe: Visual C++ : Precompiled header error Pin
Prakash Nadar25-Nov-03 22:13
Prakash Nadar25-Nov-03 22:13 
GeneralRe: Visual C++ : Precompiled header error Pin
Jerome Conus25-Nov-03 22:22
Jerome Conus25-Nov-03 22:22 
GeneralRe: Visual C++ : Precompiled header error Pin
Roger Allen25-Nov-03 22:37
Roger Allen25-Nov-03 22:37 
GeneralToolbar button separators Pin
hatman25-Nov-03 19:57
hatman25-Nov-03 19:57 
GeneralRe: Toolbar button separators Pin
BaldwinMartin25-Nov-03 20:41
BaldwinMartin25-Nov-03 20:41 
GeneralForce ToolTip to show Now, regardless of mouse position/etc Pin
ohadp25-Nov-03 18:48
ohadp25-Nov-03 18:48 
GeneralRe: Force ToolTip to show Now, regardless of mouse position/etc Pin
BaldwinMartin25-Nov-03 21:08
BaldwinMartin25-Nov-03 21:08 
GeneralKeboard hook Pin
percyvimal25-Nov-03 18:38
percyvimal25-Nov-03 18:38 
GeneralRe: Keboard hook Pin
Roger Allen25-Nov-03 22:41
Roger Allen25-Nov-03 22:41 
GeneralThanks for your answer Pin
percyvimal26-Nov-03 16:34
percyvimal26-Nov-03 16:34 
GeneralGet Icon from other application. Pin
mctpursuer25-Nov-03 18:13
mctpursuer25-Nov-03 18:13 
GeneralRe: Get Icon from other application. Pin
BaldwinMartin25-Nov-03 20:13
BaldwinMartin25-Nov-03 20:13 
GeneralRe: Get Icon from other application. Pin
Iain Clarke, Warrior Programmer26-Nov-03 5:21
Iain Clarke, Warrior Programmer26-Nov-03 5:21 

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.