RE: Unicode version of ACEDAO.dll
- From: AlekJ <AlekJ@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 20 Nov 2008 08:44:01 -0800
Can you tell me what do you exactly mean by "Unicode application".
I enabled all Unicode properties in DirectDAO sample code and was able to
compile project with no errors. You should not be doing #include
"acedao.tlh", it always gets pregenerated during compilation time.
Thanks,
AlekJ
"smo7k" wrote:
I'm trying to port my c++ code from 6.0 to 2008. My C++ application accesses.
97 Access database (.mdb) file. I would like to update the my database to
Access 2007 and use C++ code to access the .mdb and .accdb files. I followed
this article
http://msdn.microsoft.com/en-us/library/cc811599.aspx
This step
#import <C:\\Program Files\\Common Files\\Microsoft
Shared\\OFFICE12\\ACEDAO.dll> rename( "EOF", "AdoNSEOF" )
will generate acedao.tlh file. The code works on the non-unicode
application. However, my application is unicode enabled, when I compiled the
with acedao.tlh, it will cause a lot of errors. Is there a ACEDAO.dll
unicode version? If not, is there I can do to make my application uses the
acedao.tlh?
Thanks.
- Follow-Ups:
- RE: Unicode version of ACEDAO.dll
- From: smo7k
- RE: Unicode version of ACEDAO.dll
- References:
- Unicode version of ACEDAO.dll
- From: smo7k
- Unicode version of ACEDAO.dll
- Prev by Date: Unicode version of ACEDAO.dll
- Next by Date: query doesn´t return some hungarian caracters
- Previous by thread: Unicode version of ACEDAO.dll
- Next by thread: RE: Unicode version of ACEDAO.dll
- Index(es):
Relevant Pages
|