Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ecomerce site


Message #1 by Aaron.Mintz@d... on Thu, 17 Jan 2002 09:16:15 -0500
I am creating an ecommerce site with FrontCart (microsoft),  I was wondering

if anyone could give me input on any background they have with this product

and any recomendation on what all i need. i am outsourcing the server space

and i'm assuming that the company handling that ensures the security, and

then also and recomendations on credit card transaction software is

appreciated. I know this is a stretch for an ASP group, but i figured like

everything else, someone has done this before.



thanks,

aaron



-----Original Message-----

From: phil griffiths [mailto:pgtips@m...]

Sent: Thursday, January 17, 2002 4:57 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Re: database error routine





I don't think this is enough.  Not all ADO errors reach the errors 

collection.  Quote from MSADO help:

"Note   Each Error object represents a specific provider error, not an ADO 

error. ADO errors are exposed to the run-time exception-handling 

mechanism. For example, in Microsoft Visual Basic, the occurrence of an 

ADO-specific error will trigger an On Error event and appear in the Err 

object. "



> You can check the errors object :

> 

>          set dbConn = server.createobject("ADODB.connection")

> 

>          ' if we have errors

>          if dbConn.Errors.Count = 0 then

> 

>                  ' there are no errors

> 

>          ' otherwise

>          else

>                  ' there were errors

>          end if

> 

> 

> At 13:13 14/01/02 -0500, you wrote:

> >Does anyone know of a routine that I could use to check and see if my 

INSERT

> >and UPDATE was successful

> >

> >Thanks,

> >Khanh






$subst('Email.Unsub').


  Return to Index