Ask a Question related to ASP.NET General, Design and Development.
-
mirek #1
asp.net and dao?
Hi,
Is it possible to use DAO under ASP.NET? I know that dao is deprecated
and can't be run in multithreaded apps, but I need to use it as my old
application is heavliy based on it. Now I try to run it from wrapped
classes but without success: i get asserts from aspnet_wp.exe in
oleinit.cpp line 50.
Regards,
Mirek
mirek Guest
-
David Wier #2
Re: asp.net and dao?
Check out this and see if it helps any:
[url]http://aspnet101.com/aspnet101/tutorials.aspx?id=27[/url]
David Wier
[url]http://aspnet101.com[/url]
[url]http://aspexpress.com[/url]
"mirek" <cave@pertus.com.pl> wrote in message
news:emTI9fqWDHA.652@tk2msftngp13.phx.gbl...> Hi,
> Is it possible to use DAO under ASP.NET? I know that dao is deprecated
> and can't be run in multithreaded apps, but I need to use it as my old
> application is heavliy based on it. Now I try to run it from wrapped
> classes but without success: i get asserts from aspnet_wp.exe in
> oleinit.cpp line 50.
>
> Regards,
> Mirek
>
David Wier Guest
-
Mirek Rewak #3
Re: asp.net and dao?
David Wier wrote:
Thanks. It helped me "AspCompat=true" in @Page. It's a pity that I can't> Check out this and see if it helps any:
> [url]http://aspnet101.com/aspnet101/tutorials.aspx?id=27[/url]
set this parameter in global.asax.
Regrads,
mirek
Mirek Rewak Guest



Reply With Quote

