CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Verisign PayFlow Link System

Print topic Send  topic

Author Message
hfshultz

Posts: 17
Posted: 05/24/2004, 1:19 PM

OK, I'm trying to get the return response from Verisign to create a record in my Credit table and fill in the echoed data from Verisign as well as the AUTH code. I have made a page with the following code in the "Before Show" event and can't get it to work at all... it's at least creating a record with 0 values but isn't carrying over anything.

Here's my code in the before show section:

  Dim SQL  
  Dim Connection  
  Dim ErrorMessage  
  
  SQL = "INSERT INTO Credit (ClientID,AMOUNT) "&_   
        "VALUES ("& CCToSQL(CCGetFromGet("CUSTID",0),ccsInteger) &","& CCToSQL(CCGetFromGet("AMOUNT",0),ccsInteger) &")"  
  
  Set Connection = New clsDBconfdata  
  Connection.Open  
  Connection.Execute(SQL)  
  ErrorMessage = CCProcessError(Connection)  
  Connection.Close  
  Set Connection = Nothing  
  On Error Goto 0
View profile  Send private message
peterr


Posts: 5971
Posted: 05/24/2004, 5:56 PM

Try this code:
Print CCToSQL(CCGetFromGet("CUSTID",0) & ":<br>"
Print CCToSQL(CCGetFromPost("CUSTID",0) & ":<br>"
Response.End

This should verify if VeriSign sends anything to your page. I'd use this code in the Aftern Initialize event of the page.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.