I know .. I was just looking for some sympathy and was trolling for a muffin
or 2 ;)

I wouldn't be at all suprised if it our mail server that's causing all of
the trouble.  I just haven't had the time or the desire to take a good look
at the configuration.  The tech support people all get their mail on time,
so that's all that really matters.

Oh .. oh .. technical question for all you smart peoples in here!!

I have this query:

<cfquery name="qry_ValidateLogin" datasource="#Request.mainDSN#"
connectstring="#Client.CustomConnectString#"
username="#qry_GetUserID.ContactPK#" password="#Attributes.txtPassword#">
    SELECT 1
    FROM dummy
</cfquery>

Anytime I run this query, the system just 'hangs'.  It just sits there
forever like it's trying to find the site.  It never finishes, it never
times out, and it never throws an error.  I know the database isn't locked
up, because I can go other places on the site which pull data from that same
database and they all work fine.  The Request.mainDSN is the same in all
queries, as is the connectstring (minus the userid and password for this
particular one.)  I mean, this is the simplest query one can possibly write.
It doesn't even really retrieve anything.  I'm just testing to see if a
connection can be made to the database using the user-provided username and
password.

Has anyone seen this type of behavior before?  After 16 months of
development, we are |<-->| that close to being able to relase this thing
into beta, but this is holding us up .. Help!!!

Todd

----- Original Message -----
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 11:08 AM
Subject: Re: laaaaaaaaaaaaaag


| Sometimes there are problems talking to other mail servers. It's a
standard
| thing and the mail is held for an hour and tried again (and again and
| again). 6 hours means the server just couldn't connect to you in that
time.
| Your message took 2 minutes to get the list though. :)
|
|
| > What's up with this multi-hour delay between recieving posts? I mean,
| there
| > is a lagggg of a several (6) hours and then all of a sudden, I get a
flood
| > of messages that I didn't get a chance to respond to.
| >
| > I feel .. so .. left out .. *sniff* *sniff*   <=..(
| >
| > Todd
| > -----
| > *whimper* I need a muffin ...



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to