Closing an ASP connection

I have used DW to generate the ASP code as I do not know much
about it other than the code that I have seen DW generate. My
hosting server intermittently gives me a "Out of resources" error
every once in a while and they have assured me that it is because
of a coding issue that I am not closing my connections to the
server.
So I have looked in the code and am not able to find one. The
problem is, I am not sure where to put it either. Could someone
help me out on this one please?
Thanks
Houston
here is the code:
quote:
<%
Dim rsComingTotal
Dim rsComingTotal_numRows
Set rsComingTotal = Server.CreateObject("ADODB.Recordset")
rsComingTotal.ActiveConnection = MM_conWhosComing_STRING
rsComingTotal.Source = "SELECT * FROM tblWhoLake"
rsComingTotal.CursorType = 0
rsComingTotal.CursorLocation = 2
rsComingTotal.LockType = 1
rsComingTotal.Open()
rsComingTotal_numRows = 0
%>
<%
' *** Recordset Stats, Move To Record, and Go To Record:
declare stats variables
Dim rsComingTotal_total
Dim rsComingTotal_first
Dim rsComingTotal_last
' set the record count
rsComingTotal_total = rsComingTotal.RecordCount
' set the number of rows displayed on this page
If (rsComingTotal_numRows < 0) Then
rsComingTotal_numRows = rsComingTotal_total
Elseif (rsComingTotal_numRows = 0) Then
rsComingTotal_numRows = 1
End If
' set the first and last displayed record
rsComingTotal_first = 1
rsComingTotal_last = rsComingTotal_first +
rsComingTotal_numRows - 1
' if we have the correct record count, check the other stats
If (rsComingTotal_total <> -1) Then
If (rsComingTotal_first > rsComingTotal_total) Then
rsComingTotal_first = rsComingTotal_total
End If
If (rsComingTotal_last > rsComingTotal_total) Then
rsComingTotal_last = rsComingTotal_total
End If
If (rsComingTotal_numRows > rsComingTotal_total) Then
rsComingTotal_numRows = rsComingTotal_total
End If
End If
%>

Every time you open a recordset, you must close it. DW does
this on its
own.
It does hold the connection open until the page is completely
rendered.
Perhaps there are too many users at one time, or too many
recordsets on a
single page (each will have its own connection).
Also, if you use any redirects, but don't close your
recordsets before the
redirect, those connections are left open.
"htown" <[email protected]> wrote in message
news:[email protected]...
>I have used DW to generate the ASP code as I do not know
much about it
>other
> than the code that I have seen DW generate. My hosting
server
> intermittently
> gives me a "Out of resources" error every once in a
while and they have
> assured
> me that it is because of a coding issue that I am not
closing my
> connections to
> the server.
>
> So I have looked in the code and am not able to find
one. The problem is,
> I am
> not sure where to put it either. Could someone help me
out on this one
> please?
>
> Thanks
> Houston
>
>
> here is the code:
> <blockquote>quote:<br><hr><%
> Dim rsComingTotal
> Dim rsComingTotal_numRows
>
> Set rsComingTotal =
Server.CreateObject("ADODB.Recordset")
> rsComingTotal.ActiveConnection = MM_conWhosComing_STRING
> rsComingTotal.Source = "SELECT * FROM tblWhoLake"
> rsComingTotal.CursorType = 0
> rsComingTotal.CursorLocation = 2
> rsComingTotal.LockType = 1
> rsComingTotal.Open()
>
> rsComingTotal_numRows = 0
> %>
> <%
> ' *** Recordset Stats, Move To Record, and Go To Record:
declare stats
> variables
>
> Dim rsComingTotal_total
> Dim rsComingTotal_first
> Dim rsComingTotal_last
>
> ' set the record count
> rsComingTotal_total = rsComingTotal.RecordCount
>
> ' set the number of rows displayed on this page
> If (rsComingTotal_numRows < 0) Then
> rsComingTotal_numRows = rsComingTotal_total
> Elseif (rsComingTotal_numRows = 0) Then
> rsComingTotal_numRows = 1
> End If
>
> ' set the first and last displayed record
> rsComingTotal_first = 1
> rsComingTotal_last = rsComingTotal_first +
rsComingTotal_numRows - 1
>
> ' if we have the correct record count, check the other
stats
> If (rsComingTotal_total <> -1) Then
> If (rsComingTotal_first > rsComingTotal_total) Then
> rsComingTotal_first = rsComingTotal_total
> End If
> If (rsComingTotal_last > rsComingTotal_total) Then
> rsComingTotal_last = rsComingTotal_total
> End If
> If (rsComingTotal_numRows > rsComingTotal_total) Then
> rsComingTotal_numRows = rsComingTotal_total
> End If
> End If
> %><hr></blockquote>
>

Similar Messages

  • WSUS sync fails with "Webexception the underlying connection was closed. The connection was closed unexpectedly"

    While I have my WSUS integrated with SCCM. I think this error has nothing to do with SCCM, so I put it here in the WSUS forum. On one of my networks, the nightly WSUS sync worked until two weeks ago. I've made no progress in fixing it. Ocassionally it'll
    say the sync was successful (about 1 in 15 attempts). I keep getting "WebException: The underlying connection was closed. The connection was closed unexpectedly. at System.WebServices.Protocols.WebClientProtocol.GetWebResponse(WebRequest
    request) at System.WebServices.Protocols.GetWebResponse(WebRequest request) at MicroSoft.UpdateServices.ServerSync.ServerSyncCompressionProxy.GetWebResponse(WebRequest webrequest) at System.Web.Services.Protocols.SoapHttpClientProtocol.(Invoke StringMethodName,Object[]
    Parameters) at Microsoft.UpdateServices.ServerSync.ServerSyncWebServices.ServerSync.ServerSyncProxy.GetRevisionIdList(Cookie cookie, ServerSyncFilter filter) at Microsoft.Update.Services.ServerSync.CatalogSyncAgentCore.WebserviceGetRevisionIdList(ServerSyncFilter
    filter, Boolean isConfigData), at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.SyncConfigUpdatesfromUSS() at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.ExecuteSyncProtocol(Boolean allowRedirect)"
    Our enterprise has it's own WSUS server we have to sync from. The problem may be at that end, not mine. A sync will start and will fail about 4 minutes later. Our network guy watched the traffic leave our compound but saw only a trickle of traffic coming
    back. Any ideas?
    Ben JohnsonWY

    Hi,
    Please try this fix below first:
    FIX: Intermittent "Underlying connection was closed" error message when you call a Web service from ASP.NET
    http://support.microsoft.com/kb/819450
    I guess you are maintaining a downstream server. If it isn’t a replica server, please try to sync with Microsoft update.
    Hope this helps.

  • Performance degradation using Jolt ASP Connectivity for TUXEDO

    We have a customer that uses Jolt ASP Connectivity for TUXEDO and is suffering
    from a severe performance degradation over time.
    Initial response times are fine (1 s.), but they tend to increase to 3 minutes
    after some time (well, eh, a day or so).
    Data:
    - TUXEDO 7.1
    - Jolt 1.2.1
    - Relatively recent rolling patch installed (so no there are probably no JSH performance
    issues and memory leaks as fixed in earlier patches)
    The ULOG shows that during the night the JSH instances notice a timeout on behalf
    of the client connection and do a forced shutdown of the client:
    040911.csu013.cs.kadaster.nl!JSH.234333.1.-2: JOLT_CAT:1185: "INFO: Userid:
    [ZZ_Webpol], Clientid: [AP_WEBSRV3] timed out due to inactivity"
    040911.csu013.cs.kadaster.nl!JSH.234333.1.-2: JOLT_CAT:1198: "WARN: Forced
    shutdown of client; user name 'ZZ_Webpol'; client name 'AP_WEBSRV3'"
    This happens every 10 minutes as per configuration of the JSL (-T flag).
    The customer "solved" the problem for the time being by increasing the connection
    pool size on the IIS web server.
    However, they didn't find a "smoking gun" - no definite cause for the problem.
    So, it is debatable whether their "solution" suffices.
    It is my suspicion the problem might be located in the Jolt ASP classes running
    on the IIS.
    Maybe the connection pool somehow loses connections over time, causing subsequent
    users having to queue before they get served (although an exception should be
    raised if no connections are available).
    However, there's no documentation on the functioning of the connection pool for
    Jolt ASP.
    My questions:
    1) What's the algorithm used for managing connections with Jolt ASP for TUXEDO?
    2) If connections are terminated by a JSH, will a new connection be established
    from the web server automatically? (this is especially interesting, because the
    connection policy can be configured in the JSL CLOPT, but there's no info on how
    this should be handled/configured by Jolt ASP connectivity for TUXEDO)
    Regards,
    Winfried Scheulderman

    Hi,
    For ASP connectivity I would suggest looking at the .Net client facility provided in Tuxedo 9.1 and later.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • FMS closing the TCP connection forcibly

    Hi,
    I am developing an live encoder programs to publish the audio and video content to FMS. After establishing the TCP connection with FMS, when i start sending commanda and data, FMS is closing the TCP connection forcibly. Can anyone explain why is this happening?
    Thanks and Regards,
    Vishwanath

    Hi,
    If you use wireshark you can see what is happening on the wire to capture what FMS is sending (if at all) back to your live encoder program. Very very useful tool.
    BTW what version of FMS are you using? Have you tried FMLE 3.2 to ensure your setup is good to go as a benchmark, this ensures you have a working FMS server ready for your own live encoder program.
    I hope this helps with your debugging.

  • Computer freezes in lid-closed mode when connected to external display

    I have a Sylvania SC190 CRT display connected to my Powerbook via a VGA to DVI adapter. Every time I put the computer in lid-closed mode and try to run it off of just the SC190, after a few minutes it freezes up and I have to hard restart it(hold power button down).
    Now, a few days ago, my powerbook stopped recognizing the display as an SC190, and just recognized it as a VGA Display. Don't know if this is relevant, as I have never used lid-closed mode before.
    Does anyone know what the problem is, and/or what I can do about it?
    Thank you.
    PowerBook 15" G4 1.67 GHz   Mac OS X (10.4.8)   512MB, 80GB, SD-DL

    I have the exact same problem.
    Here's my story:
    To give you some backgroud, my setup involves having the macbook on a mstand hooked up to an external monitor. I run a usb hub from my macbook, this is where my mouse transceiver is plugged in. I use am Apple wireless bluetooth keyboard (latest slim model)
    I recently purchased the 13.3' inch 2.26 MBP as I gave my older 2.0 uMB to a family member. The computer is in the stock configuration with no hardware upgrades.
    I have noticed weird behaviour when waking the computer from sleep when the lid is closed. When i wake the computer up (by tuning on bt keyboard), the keyboard light blinks like there is not bt connection and the computer will wake in an inactive state. The led light will be on, but when i flip the screen up....nothing. Screen is dark, keyboard pressing does not illicit any responses. I have to do a hard reboot by holding down the power button to restart the computer. Unfortunately any previous data or work is lost.
    I work in IT so I completed troubleshooting and also things outlined on forums in google. Reset PRAM, reset SMC and also reinstalled OSX. Still I get the same result. Fearing I purchased a defective unit, I called Apple and they told me i could exchange the computer so I dropped by the apple store and exchanged it quite easily.
    I've spent hours restoring from time machine and I am experiencing the same issue on my new laptop. I'm now assuming its not hardware but more firmware related as I had to do a bluetooth firmaware upgrade when I bought the computer when I checked for software updates.
    Is anyone else having any wake issues with their new MBPs? And what should I do next? Should I exchange for a 3rd unit? Thanks for you help everyone.

  • Opening and closing Multiple TCP connection​s issues

    Hi all I am having an issue with the TCP VI’s and wondering if anyone has experienced this issue.
    My application is required to scan 50-100 IP addresses (statically assigned) and discover if an Ethernet device is connect at that IP address. Currently I am able to achieve this by opening a TCP connection and testing the error cluster to determine if a timeout has occurred (no timeout error  means Ethernet device available at the IP address). I then ensure that the TCP connections are closed.
    The issue I am have is that I require a 1 second delay between the  TCP open and the TCP close which significantly slows down the process. Without the 1 second delay the vi successfully connects to the device once then fails to make any TCP connect regardless of the time delay until the PC is reset.  
    If anyone has any advice I would be very grateful
    David Barr
    P.S. I have attached a simplified section of code showing this issue
    Attachments:
    TCP Open close issue.vi ‏15 KB

    smercurio_fc wrote:
    If I understand you correctly you want the time delay to be 1 second if there's a successful connection....
    While I don't have a specific answer for this problem. I want to clarify for him. I believe the issue is, what if all connections ARE there? That means you keep returning a wait of 1 second 50-100 times so It takes 50-100 seconds just to initialize. I think the user is looking for a way to check for valid connections, but do so in such a way that eliminates the need for a wait which is greatly slowing things down.
    CLA, LabVIEW Versions 2010-2013

  • ASP Connection to MS SQL Local Web Server

    I have managed to set up a local server and dreamweaver
    recognises that it is working. I installed the free MS SQL server.
    I have created some ASP pages that are working in a web
    browser when i test them. But when i try to update my local MS SQL
    server it gives me these two different errors:
    1) A connection was successfully established with the server,
    but then an error occured during the login process. (provider:
    Shared Memory Provider, error: 0 - No process is on the other end
    of the pipe.)
    2)Login failed for user "x". The user is not associated with
    a trusted SQL Server connection.
    I know these pages work on another server so i think it is to
    do with my user id and password. What are these values meant to be?
    The user and password that i have registered on my computer /
    network? Or are they specific to the database?
    Or any other ideas?
    Thanks

    It is the username and password on the database itself
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "BertsMilsky" <[email protected]> wrote in
    message
    news:en4aub$qlh$[email protected]..
    >I have managed to set up a local server and dreamweaver
    recognises that it
    >is
    > working. I installed the free MS SQL server.
    >
    > I have created some ASP pages that are working in a web
    browser when i
    > test
    > them. But when i try to update my local MS SQL server it
    gives me these
    > two
    > different errors:
    >
    > 1) A connection was successfully established with the
    server, but then an
    > error occured during the login process. (provider:
    Shared Memory Provider,
    > error: 0 - No process is on the other end of the pipe.)
    >
    > 2)Login failed for user "x". The user is not associated
    with a trusted SQL
    > Server connection.
    >
    > I know these pages work on another server so i think it
    is to do with my
    > user
    > id and password. What are these values meant to be? The
    user and password
    > that
    > i have registered on my computer / network? Or are they
    specific to the
    > database?
    >
    > Or any other ideas?
    >
    > Thanks
    >
    >

  • Advice about using the laptop with closed lid while connected to external display

    Hello all HP forum members!
    I have an ENVY 17 with Win8.1 64bit, a great laptop, but I need an advice about using it while connected via HDMI cable to an external display (TV).
    When I play heavy 3D games, the computer produces more heat than usual (of course this is normal), but doing so with closed lid, could this harm the  display in some way, as a result of the heat?
    Thanks!

    Hi @VVel ,
    Thank you for visiting the HP Support Forums and Welcome. It is a great site for information and questions. I have looked into your issue about your HP ENVY 17 Notebook and issue with keeping the Notebook on while closing the lid. Here is a document on changing the Power option.
    Control Panel - Power Options - upper left - Choose what closing the lid does.
    Change Plan Settings and also check Advanced Settings. Make sure you do this for both battery and power.
    Hope this helps.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Audio jack not working when cover closed and hdmi connected

    Pavillion Sleekbook 14 (14-b017cl)
    Windows 8
    I have an external monitor connected via the hdmi port.  My external monitor does not have built in speakers.  I connect an external speaker via the headphone jack.  I can play audio fine if the notebook cover is open.  As soon as I close the notebook cover, the audio stops.  How can I get the audio to still be sent to my external speakers with the cover closed?
    I have my power settings set to "Do Nothing" when lid is closed.  I don't know what else to try?
    Thanks for your help.

    What is the status of the TV when the lid is closed? Does the image remain as it should?
    Try installing this audio driver as it was released after the launch of Windows 8.
    What program is playing the audio? For example, a music player or movie program? Is there no audio in any program when this happens?
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Oracle Client 11g on Windows 2008 64 bit ASP Connection Problems

    Hi,
    I'm trying to set up my old ASP applications on a new web server. I've moved from a windows 2003 server to 2008 64 bit.
    I've installed the Oracle Client 11g 64 bit drives and if I create a new ODBC connection tat works fine. But IIS will not connect.
    Connection string i've been using is:
    Provider=OraOLEDB.Oracle.1; Password=******; User ID=*****; Data Source=*****
    All i get is no provider could be found.
    "3706 Provider cannot be found. It may not be properly installed."
    Can anyone help me out / point me in the right direction?
    Thanks
    Gareth Owen

    Hi,
    Thanks for the reply. The app pool is running in 64 bit. I've tried installing a 32 bit version of the oracle provider and shifting the app pool down to that and no joy either.
    Have tried changing the permissions on the Oracle folder which gives me no joy. It's as if IIS just has no access to the Oracle provider. But I just don't know how to get this working.
    Under windows 2003 things just worked when I installed the Oracle provider...
    Gareth

  • Help with ASP Connections - New User

    I just set up a hosting account with 1 and 1 for a simple
    website to catalog a series of yo-yo contest that we coordinate. I
    have a simple MS Access database for organizing contest information
    that we are trying to get online.
    I am new to the application side of this and know very little
    about connection strings, DSN, etc. I am experiencing problems with
    connecting to the MS Access database that I have uploaded to the
    1and 1 servers. If I hardcode the Javascript into the page, I can
    connect and pull information but I definitely want to take
    advantage of the design interface that Dreamweaver MX 2004 offers.
    This is the code from the page that I can get working based
    on the FAQ Sheet that 1and 1 offers for database connections:
    <html>
    <title>Database query using ASP</title>
    <body bgcolor="FFFFFF">
    <h2>Query table <b>Products</b> with
    ASP</h2>
    <%
    Set dbaseConn = Server.CreateObject("ADODB.Connection")
    dbaseConn.Open "DRIVER={Microsoft Access Driver
    (*.mdb)};DBQ=" & Server.Mappath("\db\League.mdb") & ";"
    SQLQuery = "SELECT * FROM Contest_Information"
    Set RS = dbaseConn.Execute(SQLQuery)
    %>
    <%
    Do While Not RS.EOF
    %>
    <%=RS("cStartDate")%>, <%=RS("cName")%>,
    <%=RS("cWebsite")%> List
    <p>
    <%
    RS.MoveNext
    Loop
    RS.Close
    Set RS = Nothing
    dbaseConn.Close
    Set dbaseConn = Nothing
    %>
    </body>
    </html>
    If I put in a "Custom Connection String" using the previous
    code:
    "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" &
    Server.Mappath("\db\League.mdb") & ";"
    Dreamweaver can connect to the database when the connection
    is 'tested' but cannot pull any tables and therefore cannot create
    bindings.
    Guidance...help...I'm stuck...
    Thanks in advance.

    Hello Lucky.da.boss,
    And welcome to Apple Discussions!
    is asking can I or is there anyway i can transfer my music off that iPod to my touch?
    See this article for tips on how to copy music from your 5th generation iPod to your iTunes library. Once you have successfully done that, you can sync them over to your iPod Touch. There is no way to do it directly.
    http://macs.about.com/od/backupsarchives/ss/ipodcopy.htm
    Also, I have two applications that aren't downloading I want to know how to delete them.
    Tap your finger on one of them and hold it there until you see all your Apps start to wiggle. You will also see a small x in the upper right hand corner of the Apps you can delete. Go ahead and tap this to delete the App. When you are finished, hit the Home button to make the Apps stop wiggling. It might also help to have a look at your iPod's *User Guide.
    http://manuals.info.apple.com/enUS/iPod_touch_iOS4.1_UserGuide.pdf
    Can you have constant internet service or do they run solely off wi-fi?
    Only Wi-fi.
    B-rock

  • Java ME and asp connectivity

    Hello everyone,
    I know this is a very repetitive question but i still havent found a satisfying solution anywhere.
    Here is the scenario:
    I am developing a MIDlet which recieves an Account number as the body of an SMS.
    I have a database in MS-Access which stores account numbers and corresponding account balances.
    I need to retrieve the balance from the database.
    HTTP connection allows the asp functionality on Java ME SDK 3.0 but not when the midlet is installed on my Samsung SGH-X700 phone.
    I want the connectivity between the phone and PC through USB cable.
    I mean the midlet works on emulators but does not access the files through USB cable
    How to access http://localhost/test1.asp (which is on PC) through the cable?
    OR can it be done through a CommConnection?Please help.

    thanks for the reply Prakash.
    So, i'm using websphere with JCO to connect Bw.
    Actually, i encountered the same return message in my java code and during the se37 transaction.
    In se37 transaction:
    I call the Bapi BAPI_MDDATASET_CREATE_OBJET
    I set manually an mdx command generated with MDXTEST
    on my BW query.
    this BAPI return a DATASETID
    the persistence of the object is ok.
    after that, if i use the bapi BAPI_MDDATASET_CHECK_SYNTAX
    or BAPI_MDDATASET_SELECT_DATA with this DATASETID...
    I have always the same error as return message.
    RS_EXCEPTION : CL_RSR_MDX_COMMAND========CP
    the problem is coming from the DATASETID?
    Thanks,
    best regards,
    Ben

  • MB: Won't sleep when lid closed and power connected.

    Upgraded to Lion a few days ago and everything seems to be working great besides one thing:
    When I close the lid on my Macbook (mid 2009) and the power is connected, the light remains on and the computer won't sleep. When i lift the lid everything is how I left it with no blink of the screen as it fires back up. However, when the power is disconnected, the computer sleeps fine when the lid is closed.
    How can this be solved?
    Thanks!!

    OK, think I found my problem.
    I had to send my laptop in for repair due to a faulty screen.  When I got it back it all looked OK so the first thing I did was install Lion.  Then I noticed the sleep issue so assumed it was Lion causing it.  I tried the pram, SMC other settings but nothing helped.  In the end I reinstalled Snow Leopard, same problem!  I tried from bootcamp and same problem, wouldn't sleep when closing the lid.
    Doing some googling I found a post where someone has the magnet in the display fail, which is what contacts a switch in the laptop when you close the screen.  To test they suggest placing a paper clip on your screen bezel until it sticks to find the magnet, then finding where it locates when closing the screen on the laptop.  Then run a small magnet (i used a small fridge one) over this location on the laptop with the screen up.  I did this and instantly went to sleep!!!  WOOHOO!  remove magnet it wakes up, repeat and OK.  Close screen without magnet and nothing.
    So its gone back in for repair to have the screen replaced again.

  • Slow closing labview when connected to the network

    It takes about 40 seconds for the labview executable to disappear from the Windows 7 task-bar ( Labview 2010 ) when it is connceted to the network. It only takes a few seconds when there is no network connection. There is nothing that the labview program is doing programmatically when the exit command is issued to kill the labvilew program. Has anyone experienced this before? Thanks.

    This sounds familiar but when I heard about this before it was when closing the developement environment.  In that case I believe it was something to do with the LabVIEW RSS reader doing something on close.  Sorry I don't have any other details.  In the past I have entertained the idea of calling a taskkill on the application after all cleanup has been finished in my application.  I have tried this on a few programs and it appears to work just fine, but is not recommended.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • ASP connection to Oracle

    I have a database on Oracle 8i Database server. An application developed in VB 6 accesses the database through Microsoft ODBC driver for Oracle. The application is installed on a PC which also has Oracle 8i client installed on it. The same PC (Win2000 Server on NTFS) is also acting as an intranet web server. The web application developed in ASP also accesses the database using the same ODBC DSN connection. Unfortunately when I try to access the data using ASP (vbScript) web access I get the following error:
    Error Type:
    Microsoft OLE DB provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC driver for Oracle][Oracle]ORA-12640;
    Authentication adapter initialization failed
    I can access the database using SQL Plus, Visual Interdev data connection as well as using Dreamweaver besides through the application developed in VB.
    I tried using the same application on a Win2K Professional PC on FAT32 with IIS 5 installed and it works there.
    Please help.

    Can you try with the Oracle ODBC driver, rather than the Microsoft ODBC driver for Oracle? Microsoft's driver still uses the old Oracle 7 OCI calls, which are no longer supported on an Oracle 9.2 client.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for