OK.  Here are lines in between 60-70 about::

<%
Dim CheckUser
set CheckUser = Server.CreateObject("ADODB.Recordset")
CheckUser.ActiveConnection = dbpath
CheckUser.Source = "SELECT * FROM Members  WHERE Username = '" +
Replace(CheckUser__myuser, "'", "''") + "' AND Confirmed = TRUE"
CheckUser.CursorType = 0
CheckUser.CursorLocation = 2
CheckUser.LockType = 3
CheckUser.Open
%>

- Deryck H
- http://www.comp-u-exchange.com
----- Original Message -----
From: "Dennis Salguero" <[EMAIL PROTECTED]>
To: "Deryck Henson" <[EMAIL PROTECTED]>; "MySQL"
<[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 1:04 PM
Subject: Re: Trouble w/MySQL Server


> ----- Original Message -----
> From: "Deryck Henson" <[EMAIL PROTECTED]>
> To: "MySQL" <[EMAIL PROTECTED]>
> Sent: Tuesday, September 04, 2001 10:54 AM
> Subject: Trouble w/MySQL Server
>
>
> > Well, I've fixed the problem with mysqld.exe and innodb, but the server
> wont
> > connect with my ASP pages.  Any ideas?  Go to my web site and try to log
> in
> > to get a better understanding of what I mean.  This always comes up::
> >
> >
> > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> >
> > [TCX][MyODBC]Can't connect to MySQL server on '24.254.141.32' (10061)
> >
> > /members/admin/login-action.asp, line 66
>
> For a problem like this, it never hurts to include the code that the error
> is referring to.
>
> Dennis
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to