You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello:
I will change to microsoft access database from DAOSqlite project example, but rasie driver error.
DAODatabase := TDAODataBaseFireDAC.Create;
DAODatabase.Connection.Provider := TDBProvider.daoMSAccess2007;
DAODatabase.Connection.Database := 'c:\rdbfn1.mdb';
but I create new vcl project, link to 'c:\rdbfn1.mdb'; set connect := true , It is OK.
The text was updated successfully, but these errors were encountered:
hello:
I will change to microsoft access database from DAOSqlite project example, but rasie driver error.
DAODatabase := TDAODataBaseFireDAC.Create;
DAODatabase.Connection.Provider := TDBProvider.daoMSAccess2007;
DAODatabase.Connection.Database := 'c:\rdbfn1.mdb';
but I create new vcl project, link to 'c:\rdbfn1.mdb'; set connect := true , It is OK.
The text was updated successfully, but these errors were encountered: