#messageBadRegistration#
#messageBadRegistration2#
INSERT INTO Member (username, password, firstName, lastName, email, mothersMaidenName,
phone, phoneExtension, phone2, phone2Extension, organization, userEmailEvents,
creditCardType, creditCardNumber, creditCardExpiration, creditCardName,
address, address2, city, state, zipCode, country,
billingSameAsShipping, billingAddress, billingAddress2, billingCity, billingState, billingZipCode, billingCountry,
useCookie, userVerifyCode, userStatus, userCreatedDateTime, userEditedDateTime,
feedbackRating, feedbackCountPositive, feedbackCountNegative, feedbackCountNeutral, feedbackCountTotal,
numberOfBids, numberOfWins, amountOfAuctionPurchases, accountBalance, accountBalanceAsOfDateTime)
VALUES ('#Form.username#', '#password#',
NULL, NULL, '#Form.firstName#',
NULL, NULL, '#Form.lastName#',
NULL, NULL, '#Form.email#',
NULL, NULL, '#Form.mothersMaidenName#',
NULL, NULL, '#Form.phone#',
NULL, NULL, '#Form.phoneExtension#',
NULL, NULL, '#Form.phone2#',
NULL, NULL, '#Form.phone2Extension#',
NULL, NULL, '#Form.organization#',
NULL, NULL, '#Form.userEmailEvents#',
NULL, NULL, '#Form.creditCardType#',
NULL, NULL, '#creditCardNumber#',
NULL, NULL, '#creditCardExpiration#',
NULL, NULL, '#Form.creditCardName#',
NULL, NULL, '#Form.address#',
NULL, NULL, '#Form.address2#',
NULL, NULL, '#Form.city#',
NULL, NULL, '#state#',
NULL, NULL, '#Form.zipCode#',
NULL, NULL, '#country#',
0,
NULL, NULL, '#Form.billingAddress#',
NULL, NULL, '#Form.billingAddress2#',
NULL, NULL, '#Form.billingCity#',
NULL, NULL, '#billingState#',
NULL, NULL, '#Form.billingZipCode#',
NULL, NULL, '#billingCountry#',
1,
NULL, NULL, '#Form.address#',
NULL, NULL, '#Form.address2#',
NULL, NULL, '#Form.city#',
NULL, NULL, '#state#',
NULL, NULL, '#Form.zipCode#',
NULL, NULL, '#country#',
0, 1,
'#userVerifyCode#', #userStatus#, #nowDateTime#, #nowDateTime#,
0, 0, 0, 0, 0,
0, 0, 0, 0, #nowDateTime#)