Click here to Skip to main content
16,010,876 members
Home / Discussions / Database
   

Database

 
GeneralRe: $60 to the PayPal account of the first person who... Pin
Vagif Abilov20-Oct-02 9:27
professionalVagif Abilov20-Oct-02 9:27 
GeneralRegistering new SQL Server Pin
Robby18-Oct-02 3:57
Robby18-Oct-02 3:57 
GeneralRe: Registering new SQL Server Pin
Anders Munk21-Oct-02 0:34
Anders Munk21-Oct-02 0:34 
GeneralADO recordset question Pin
Mike Puddephat17-Oct-02 22:58
Mike Puddephat17-Oct-02 22:58 
GeneralRe: ADO recordset question Pin
Vagif Abilov20-Oct-02 9:32
professionalVagif Abilov20-Oct-02 9:32 
GeneralRe: ADO recordset question Pin
Mike Puddephat20-Oct-02 12:31
Mike Puddephat20-Oct-02 12:31 
GeneralADO event model question Pin
Mike Puddephat17-Oct-02 22:54
Mike Puddephat17-Oct-02 22:54 
GeneralDAO SDK Pin
dan o17-Oct-02 21:04
dan o17-Oct-02 21:04 
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 access 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:
DanielO
GeneralRedistributing a database Pin
matthias s.17-Oct-02 0:35
matthias s.17-Oct-02 0:35 
GeneralRe: Redistributing a database Pin
Daniel Turini17-Oct-02 0:53
Daniel Turini17-Oct-02 0:53 
GeneralRe: Redistributing a database Pin
matthias s.17-Oct-02 1:14
matthias s.17-Oct-02 1:14 
Generalsql server 2000 : leading zeros for IDs and db upload Pin
Madhusudan16-Oct-02 19:47
Madhusudan16-Oct-02 19:47 
GeneralRe: sql server 2000 : leading zeros for IDs and db upload Pin
Vagif Abilov20-Oct-02 9:39
professionalVagif Abilov20-Oct-02 9:39 
GeneralCalling Nishant S; Nick Parker ; anyone RE CString and /clr Pin
Doug16-Oct-02 12:46
Doug16-Oct-02 12:46 
GeneralRe: Calling Nishant S; Nick Parker ; anyone RE CString and /clr Pin
Nick Parker17-Oct-02 1:28
protectorNick Parker17-Oct-02 1:28 
GeneralRe: Calling Nishant S; Nick Parker ; anyone RE CString and /clr Pin
Doug17-Oct-02 10:58
Doug17-Oct-02 10:58 
GeneralRe: Calling Nishant S; Nick Parker ; anyone RE CString and /clr Pin
Nick Parker17-Oct-02 11:10
protectorNick Parker17-Oct-02 11:10 
GeneralRe: Calling Nishant S; Nick Parker ; anyone RE CString and /clr Pin
Doug17-Oct-02 11:22
Doug17-Oct-02 11:22 
GeneralRe: Calling Nishant S; Nick Parker ; anyone RE CString and /clr Pin
Nick Parker17-Oct-02 11:26
protectorNick Parker17-Oct-02 11:26 
GeneralADO.NET & SQL Pin
Andy H16-Oct-02 8:51
Andy H16-Oct-02 8:51 
GeneralRe: ADO.NET & SQL Pin
Morten Abrahamsen22-Oct-02 1:45
Morten Abrahamsen22-Oct-02 1:45 
QuestionHelp with recordsets: How to get the value of a primary key? Pin
nde_plume16-Oct-02 5:21
nde_plume16-Oct-02 5:21 
AnswerRe: Help with recordsets: How to get the value of a primary key? Pin
Nick Parker16-Oct-02 5:32
protectorNick Parker16-Oct-02 5:32 
GeneralRe: Help with recordsets: How to get the value of a primary key? Pin
Daniel Turini16-Oct-02 5:39
Daniel Turini16-Oct-02 5:39 
GeneralRe: Help with recordsets: How to get the value of a primary key? Pin
Nick Parker16-Oct-02 5:44
protectorNick Parker16-Oct-02 5:44 

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.