mfc >> If assuming that the Target PC Has Ms Access 2000 or Ms Access 2002 Installed do we require to Install any Filles related to ADO
by vikrant » Mon, 01 Dec 2003 13:21:39 GMT
Hey Friends
I am creating an application (Using ADO for Database Operation with MS
Access) which will be installed on a System Which has Ms Access 2000 or Ms
Access 2002 installed.
Now While creating the Setup
Do I need to provide any ADO Related Merge Module or some other File
or all will go well taking the above assumption into account.
Similar Threads
1. Using Visual C++ 5.0 to open MS-Access 2000/2002 Database
2. Using Access 2002 database without installing Access Server
If server program Access 2002 is installed everything is normal.
But when I use a VC++ *.exe file with a *.mdb
in the WXPSP2 system without installing
server program Access 2002 then it:
1. works 3 times slower
2. right-to-left text appears left-to-right in the listbox.
How to fix these in both cases without installing the server program,
but only with the *.mdb and *.exe program ?
How to use *.mdb with VC++ *.exe without installing
from MS Office 2002 (or another version) server program
Access ? Maybe I must use newer version of Access file *.mdb ?
Are there some *.dll files which I can install without full installing
Access server program ?
VC++2008.
3. Install MS Visual C++ 2002 on Vista x64
4. How to access a MS Access CE DB (cdb) using MS eMbedded VC++ 4
5. CDaoRecordset, MS Access 2002 and VC++ 6.0
6. MS ACCESS 2002 WITH VC++ 6
Hi Everyone,
I've developed a project using VC++ 6 and using MS ACCESS
2002 as backend. Actually database was developed using MS ACCESS 2000. It is
working fine with MS ACCESS 2000 version but when using MS ACCESS 2002 as
backend my program shuts down abnormally in between the execution. I see
that there is some junk value in the record field. And also it doesnt allow
to delete the record of junk value.
.
Is by any chance VC++ 6 doesnt support MS ACCESS 2002? If its so is there
any patch or update to overcome this problem.
Thanks in Advance
Shashi
icrosoft.public.access
7. CDaoRecordset, MS Access 2002 and VC++ 6.0
8. CDaoDatabase and CDaoRecordset for MS Access 2000
Hi, All:
I have a MFC application developed five years ago and it
used CDaoDatabase and CDaoRecordset. It works fine with
MS Access 97 DB. After we converted the DB to MS Access
2000. The Application fails on the DB open. I use the
following to open the DB:
CDAODatabase pDB = new CDaoDatabase();
try
{
pDB->Open( "MyDBFilewithFullPath", FALSE, FALSE, _T("") );
}
I wonder if there is any easy way to make this work with
MS Access 2000. Will using ODBC fix the problem?
Thanks in advance.
Dion