I have a script that creates a new record and populates some of the
fields. It holds registration information. There are also payment fields
in the table that the user fills in through another script and submits.
Each time a new record is created a new id is generated (if the user
goes back one screen and resubmits the page, it will generate another id
but that's a problem I'll deal with later.) Anyway in one script I have
the Access table open. I close the connection with an
 
objConn.close
set objConn = Nothing
 
The script that I call has to reopen that table, find the current record
using the current  id and update the payment information. However I keep
getting an unspecified error on the objConn.Open statement. Might that
happen if the data file hasn't been fully released yet? 
 
Thanks,
 
Randy


[Non-text portions of this message have been removed]



ASP Resources  www.asp-dev.com

============================================================
Learn over lunch. Get the developerWorks newsletter and
enjoy tools, code, and tutorials, along with your sandwich.
XML, Linux, Web services, Java -- and peanut butter!
http://www.topica.com/partner/AP-1RMZ49/partners/ibm/aff_landing.html
============================================================
 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/asp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to