Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI MFC application: being able to run it windowless Pin
User 988520-Nov-02 6:56
User 988520-Nov-02 6:56 
GeneralRe: MDI MFC application: being able to run it windowless Pin
Le centriste20-Nov-02 7:14
Le centriste20-Nov-02 7:14 
GeneralRe: MDI MFC application: being able to run it windowless Pin
User 988520-Nov-02 7:48
User 988520-Nov-02 7:48 
GeneralRe: MDI MFC application: being able to run it windowless Pin
User 988520-Nov-02 8:00
User 988520-Nov-02 8:00 
GeneralRe: MDI MFC application: being able to run it windowless Pin
Maximilien20-Nov-02 7:04
Maximilien20-Nov-02 7:04 
GeneralCStatusBar Document/View Pin
gandalf337320-Nov-02 5:49
gandalf337320-Nov-02 5:49 
GeneralRe: CStatusBar Document/View Pin
RobJones20-Nov-02 7:15
RobJones20-Nov-02 7:15 
GeneralDAO SDK Pin
dan o20-Nov-02 5:28
dan o20-Nov-02 5:28 
Hi,

i have following problem, i have application which is linked with
ddao35.lib (ddao35.dll) (change table properties, like validation rule)this was org. built for a access 97 database.

now i like to update my application for usage access 2000 together with access 97
so with SP 5 for visual studio 6.0 a project (ddao.cpp) was shipped, new dll ddao36.lib (ddao36.dll) could be built

now i linked my application with ddao36.lib and everything goes well for a
access 2000 database, but for access97 database is code still running but
after opening the database in access97 i see that some modifications are not done

a function like this, won't work for access 97 (running without errors)

void ChangeTableValidation(CString strDBFileName, CString strTableName, CString strFieldName, CString strValidation)
{
CdbDBEngine dbEngine;

CdbDatabase dbDatabase = dbEngine.OpenDatabase(strDBFileName, FALSE);

CdbTableDef dbTableDef = dbDatabase[strTableName];

CdbField dbField = dbTableDef[strFieldName];

dbField.SetValidationRule(strValidation);
}


perhaps has somebody any idea about this,

Confused | :confused:
Dan O

GeneralThe Large Access Database ! Pin
Hadi Rezaee20-Nov-02 5:23
Hadi Rezaee20-Nov-02 5:23 
GeneralRe: The Large Access Database ! Pin
dan o20-Nov-02 5:40
dan o20-Nov-02 5:40 
GeneralRe: The Large Access Database ! Pin
Hadi Rezaee20-Nov-02 6:21
Hadi Rezaee20-Nov-02 6:21 
GeneralRe: The Large Access Database ! Pin
Christian Graus20-Nov-02 6:52
protectorChristian Graus20-Nov-02 6:52 
GeneralRe: The Large Access Database ! Pin
Hadi Rezaee20-Nov-02 8:15
Hadi Rezaee20-Nov-02 8:15 
GeneralRe: The Large Access Database ! Pin
Christian Graus20-Nov-02 8:21
protectorChristian Graus20-Nov-02 8:21 
GeneralRe: The Large Access Database ! Pin
Hadi Rezaee20-Nov-02 10:15
Hadi Rezaee20-Nov-02 10:15 
GeneralClipboard Question Pin
Nitron20-Nov-02 5:05
Nitron20-Nov-02 5:05 
GeneralRe: Clipboard Question Pin
User 988520-Nov-02 5:17
User 988520-Nov-02 5:17 
GeneralRe: Clipboard Question Pin
Nitron20-Nov-02 8:00
Nitron20-Nov-02 8:00 
GeneralRe: Clipboard Question Pin
User 988520-Nov-02 8:10
User 988520-Nov-02 8:10 
GeneralRe: Clipboard Question Pin
Nitron20-Nov-02 8:13
Nitron20-Nov-02 8:13 
GeneralRe: Clipboard Question Pin
User 988520-Nov-02 8:53
User 988520-Nov-02 8:53 
GeneralMemory Problems!!! Pin
Paddy20-Nov-02 5:04
Paddy20-Nov-02 5:04 
GeneralRe: Memory Problems!!! Pin
Rickard Andersson2020-Nov-02 5:11
Rickard Andersson2020-Nov-02 5:11 
GeneralRe: Memory Problems!!! Pin
Paddy20-Nov-02 6:43
Paddy20-Nov-02 6:43 
GeneralRe: Memory Problems!!! Pin
Nitron20-Nov-02 5:11
Nitron20-Nov-02 5:11 

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.