15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


Does DAO work in Win32s?

Andy Morrical -- Andy_Morrical@ncs.com
Monday, February 03, 1997

Environment: NT 4.0, VC++ 4.1, Win32s

We would like to use DAO under Win32s, but I am having troubles finding 
documentation saying whether it works there, or not.  I also tried to do 
the install on the MSVC 4.1 CD in the MSDEV\REDIST\DAO using the batch file 
there.  That didn't even run.  Tried the setup program with the command 
line of SETUP NOSDK.  This ran, but had an error of MSVCRT20.DLL not 
compatible with windows version.

What am I missing?
Does DAO work in Win32s?

Thanks Loads,
Andy Morrical




Mike Blaszczak -- mikeblas@nwlink.com
Tuesday, February 04, 1997

[Mini-digest: 4 responses]

At 09:29 2/3/97 CST, Andy Morrical wrote:
>Environment: NT 4.0, VC++ 4.1, Win32s
>
>We would like to use DAO under Win32s, but I am having troubles finding 
>documentation saying whether it works there, or not. 

Look harder.  The DAO SDK documentation says:

 "Visual C++ 4.0 includes the DAO SDK. The dbDAO classes do not work
  with earlier versions of Visual C++. The only supported form of DAO
  from Visual C++ is a 32-bit in-process DLL requiring either Windows
  95 or Windows NT; it does not work with Win32s."

It's one of the five hits I get in the documentation when I search
for "Win32s and DAO".


.B ekiM
http://www.nwlink.com/~mikeblas/
These words are my own. I do not speak on behalf of Microsoft.
           This performance was not lip-synched.

-----From: "Michael S. Scherotter" 

DAO does not work in Win32s.

Michael S. Scherotter            |Architectural Design Tools
Lead Software Developer          |AutoCAD Applications
Tartus Development, Inc.         |Custom CAD Solutions
630 Las Gallinas Ave #300        |__________________________ 
San Rafael, CA 94903                   mailto:mss@tartus.com
(415) 491-8925                   mailto:michael@charette.com
(415) 491-8921 (fax)        http://www.tartus.com/people/mss



----------
> From: Andy Morrical 
> To: mfc-l@netcom.com
> Subject: Does DAO work in Win32s?
> Date: Monday, February 03, 1997 7:29 AM
> 
> Environment: NT 4.0, VC++ 4.1, Win32s
> 
> We would like to use DAO under Win32s, but I am having troubles finding 
> documentation saying whether it works there, or not.  I also tried to do 
> the install on the MSVC 4.1 CD in the MSDEV\REDIST\DAO using the batch
file 
> there.  That didn't even run.  Tried the setup program with the command 
> line of SETUP NOSDK.  This ran, but had an error of MSVCRT20.DLL not 
> compatible with windows version.
> 
> What am I missing?
> Does DAO work in Win32s?
> 
> Thanks Loads,
> Andy Morrical
> 
-----From: "P.J.  Tezza" 

The DAO registration database entries (generally added indirectly by setup 
applications which install DAO) used by the DAO DLLs require multiple 
values per key. There are no Win32s specific DAO DLLs included with Win32s, 
and the Windows 3.x registration database does not support multiple values 
per key (yet?).

PJ
pj@exemplarsoftware.com

-----Original Message-----
From:	Andy Morrical [SMTP:Andy_Morrical@ncs.com]
Sent:	Monday, February 03, 1997 10:29 AM
To:	mfc-l@netcom.com
Subject:	Does DAO work in Win32s?

Environment: NT 4.0, VC++ 4.1, Win32s

We would like to use DAO under Win32s, but I am having troubles finding
documentation saying whether it works there, or not.  I also tried to do
the install on the MSVC 4.1 CD in the MSDEV\REDIST\DAO using the batch file 
there.  That didn't even run.  Tried the setup program with the command
line of SETUP NOSDK.  This ran, but had an error of MSVCRT20.DLL not
compatible with windows version.

What am I missing?
Does DAO work in Win32s?

Thanks Loads,
Andy Morrical

-----From: Sandeep 

Sorry buddy,

Win32s doesn't support DAO. We had to convert our application from DAO
to ODBC recordsets due to this.

Sandeep


Andy Morrical wrote:
> 
> Environment: NT 4.0, VC++ 4.1, Win32s
> 
> We would like to use DAO under Win32s, but I am having troubles finding
> documentation saying whether it works there, or not.  I also tried to do
> the install on the MSVC 4.1 CD in the MSDEV\REDIST\DAO using the batch file
> there.  That didn't even run.  Tried the setup program with the command
> line of SETUP NOSDK.  This ran, but had an error of MSVCRT20.DLL not
> compatible with windows version.
> 
> What am I missing?
> Does DAO work in Win32s?
> 
> Thanks Loads,
> Andy Morrical




| Вернуться в корень Архива |