Search
 

Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Tip for deleting Credit Card numbers from DR database
Last Post 12-19-2007 05:57 PM by Chad Nash. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Stephen NillUser is Offline
going with the flow
going with the flow
Posts:65
Avatar

--
12-19-2007 06:45 AM

    I've been setting up a portal registration system using Dynamic Registration 3.1. One of the requirements for the system is that it NOT retain credit card numbers in the database.

    In working with Chad, he provided me the solution. Since it might help others, I'm sharing it here:

    To remove the credit card number immediately after the transaction completes, set up a Completion Event, and select Dynamic SQL Statement.

    If you want to delete the card number from just that module, use the following SQL Statement:

    Delete from DynamicRegistration_QuestionResponse Where
    DynamicQuestionID = (Select TOP 1 DynamicQuestionID from
    DynamicRegistration_Question where ShortFieldName = 'shortFieldName' and moduleid = xxxx)

    [Replace 'shortFieldName' with the short field name of the field utilized for the credit card number. Replace xxxx with the module ID for that instance of Dynamid Registration.]

    Alternatively, if you want to delete the card number from all instances of Dynamic Registration throughout your DotNetNuke installation, where all affected instances utilize the same short field name, use the following SQL Statement:

    Delete from DynamicRegistration_QuestionResponse Where DynamicQuestionID IN (Select DynamicQuestionID from DynamicRegistration_Question where ShortFieldName = 'shortFieldName' )

    [Replace 'shortFieldName' with the short field name of the field utilized for the credit card number for all instances.]

    One thing to avoid is mapping the credit card number field to the DNN core extended user fields, since the SQL statement doesn't remove it from the core user fields.

    My thanks to Chad for helping with this.

    Steve

    Chad NashUser is Offline
    river guide
    river guide
    Posts:4843
    Avatar

    --
    12-19-2007 05:57 PM
    Thanks for posting this Steve... Yes, in the future we will probably allow for an option to optionally 'Not save field data to database' under Advanced Field Settings. For now the work around you are using will work just fine though.

    -Chad
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way

     

     

       
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.