Ask a Question related to ASP Database, Design and Development.
-
Mike #1
Migration Error
Hi group,
I'm moving to a new Windows Server 2003 and IIS 6 from
Windows Server 2000 and IIS 5. I get the error below
when I access a asp page with a select statement ONLY if
the database(Access 2002) is open. My legacy server
allows the database to be open and the pages still post.
Has anyone seen this before? If so, can you point my in
the right direction on how to fix it?
P.S. All the databases are running as shared.
ADODB.Connection error '800a0e78'
Operation is not allowed when the object is closed.
Mike Guest
-
Migration for asp.net 1.1 to 2.0
Dear all I am new to asp.net 2.0, and i have two questions about this 1.) If i migrate 1.1 to 2.0 , is it easy, since if migrate from 1.0 ->1.1,... -
Migration from 6.1 to 7 in IIS
I install coldfusion like it suggested in installation guide on machine with IIS and coldfusion MX 6.1 already installed. Now I have 2 bunches of... -
CA Migration error
I am trying to igrate our enterprise CA from W2K to W2K3. I am following Q298138. I have backed up on the old CA (OK) I have moved the CA to... -
Using HPL for migration
If I want to use HPL for migrating from 7.2x to 9.3x which format I must use for uloading / loading data? Is there anything else I have to be aware... -
9.20 to 9.40 migration
Good morning all Apart from the details in TFM is anybody anywhere of any 'gotchas' when migrating 9.20 32bit to 9.40 64 bit - all on Solaris.... -
Roland Hall #2
Re: Migration Error
"Mike" wrote in message news:1cc6e01c45306$66a8e370$a101280a@phx.gbl...
: Hi group,
: I'm moving to a new Windows Server 2003 and IIS 6 from
: Windows Server 2000 and IIS 5. I get the error below
: when I access a asp page with a select statement ONLY if
: the database(Access 2002) is open. My legacy server
: allows the database to be open and the pages still post.
: Has anyone seen this before? If so, can you point my in
: the right direction on how to fix it?
:
: P.S. All the databases are running as shared.
:
: ADODB.Connection error '800a0e78'
:
: Operation is not allowed when the object is closed.
Mike...
Showing relevant code would be helpful...
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - [url]http://www.microsoft.com/technet/scriptcenter/[/url]
WSH 5.6 Documentation - [url]http://msdn.microsoft.com/downloads/list/webdev.asp[/url]
MSDN Library - [url]http://msdn.microsoft.com/library/default.asp[/url]
Roland Hall Guest
-
IPT #3
Re: Migration Error
Seems to me your script try to close a recordset when it's a select
statement.
Remove script that close the recordset. Instead, use set recordset =
nothing.
You must close connection, though.
"Mike" <michael.hendricks@concrete.org> wrote in message
news:1cc6e01c45306$66a8e370$a101280a@phx.gbl...> Hi group,
> I'm moving to a new Windows Server 2003 and IIS 6 from
> Windows Server 2000 and IIS 5. I get the error below
> when I access a asp page with a select statement ONLY if
> the database(Access 2002) is open. My legacy server
> allows the database to be open and the pages still post.
> Has anyone seen this before? If so, can you point my in
> the right direction on how to fix it?
>
> P.S. All the databases are running as shared.
>
> ADODB.Connection error '800a0e78'
>
> Operation is not allowed when the object is closed.
IPT Guest



Reply With Quote

