DAO App on 16 bit ....
Ramachandra Rao -- chandu@ampersand.soft.net Monday, June 10, 1996 MFC4.0 NT3.51 I developed a database application using MFC DAO classes. I want to install it on Windows3.11 with Win32S. I get an error message "unable to initializeDAO/Jet db engine." I do not have an idea as to what DLL's are required as I do not have the DAOSETUP.DOC file.How do I create setup in VC++ 4.0.? I will be thankful if anyone can send the DAOSETUP.DOC file . Thanks Chandu
Paul Pettigrew -- chilli@iinet.net.au Tuesday, June 11, 1996 [Mini-digest: 2 responses] Ramachandra Rao[SMTP:chandu@ampersand.soft.net] wrote: >MFC4.0 NT3.51 > > I developed a database application using MFC DAO classes. I want to >install it on Windows3.11 with Win32S. I get an error message "unable >to initializeDAO/Jet db engine." I do not have an idea as to what DLL's >are required as I do not have the DAOSETUP.DOC file.How do I create >setup in VC++ 4.0.? I will be thankful if anyone can send the >DAOSETUP.DOC file . > > Thanks > Chandu > > Unfortunately, CDao... is not supported on Win32s. Your only option is to port to ODBC access. -- Paul Pettigrew chilli@iinet.net.au || pmpet2@mugc.cc.monash.edu.au -----From: ericm@reell.com (Eric Merrill) From: chandu@ampersand.soft.net > I developed a database application using MFC DAO classes. I want to > install it on Windows3.11 with Win32S. The simple answer is that you can't. The DAO classes only work under 95/NT. I'm pretty sure this is mentioned somewhere in the Win32s docs. I'm currently using ODBC with Win32s because I don't know of a better solution. If you can find a better answer, please share it with the list. Thanks! :) Eric Merrill ericm@reell.com
| Вернуться в корень Архива |