Guest fsoudbakhsh Report post Posted 09/14/2004 06:42 AM My data type for holding the Credit Card number in the Access Database is Text data type, because I can not find any other data type that can hold 16 digit number. Would you please let me know why my inquiry result for GetCC is converting to scientific number. below is part my log file. Files\VoiceGuide\system\}[scriptsPath]{C:\Program Files\ivg\Scripts\PBPScript\MCAC\starting scrip\DepositCashInRefilllCard\}[scriptPath]{C:\Program Files\ivg\Scripts\PBPScript\MCAC\starting scrip\DepositCashInRefilllCard}[$RV_STARTTIME]{9/13/2004 11:17:09 PM}[$RV_DEVICEID]{6}[$RV_CIDNAME]{}[PathApp]{C:\Program Files\VoiceGuide\}[$RV_CIDNUMBER]{}[retrysetCC1_Input]{0}[retrysetCC1]{0}[retrycount]{0}[GetCNu ]{116940}[GetCNum_PathTaken]{success}[lookForCNum_RowCount]{1}[lookForCNum_1_1]{ 16940}[lookforCNumResult_Input]{116940}[lookforCNumResult]{116940}[retrysetPW_In ut]{0}[retrysetPW]{0}[retrycount]{0}[GetPW]{4072}[GetPW_PathTaken]{success}[look orPW_RowCount]{1}[lookForPW_1_1]{4072}[lookforPWResult_Input]{4072}[lookforPWRes lt]{4072}[lookForCCNum_RowCount]{4}[lookForCCNum_1_1]{5424180168228010}[lookForC Num_1_2]{5424180168228010}[lookForCCNum_1_3]{5424180168228010}[lookForCCNum_1_4] 5424180168228010}[GetCC_Input]{5424180168228010}[GetCC]{5.42418016822801E+15}[lo kForExp_RowCount]{4}[lookForExp_1_1]{505}[lookForExp_1_2]{505}[lookForExp_1_3]{5 5}[lookForExp_1_4]{505}[GetExp_Input]{505}[GetExp]{505}[setGetExp_Input]{"505"}[setGetExp]{505}[GetExp]{505}[checkExpLen_Input]{len("505") = 4}[checkExpLen]{False}[retryincExp_Input]{0+1}[retryincExp]{1}[retrycount]{1}[Ge Exp2]{0505}[GetExp2_PathTaken]{success}[setGetExp2_Input]{"0505"}[setGetExp2]{0505}[GetExp]{0505}[checkExpLen_2_Input]{len("0505") = 4}[checkExpLen_2]{True}[check Exp_111]{}[uPDATEExp2_RowCount]{1}[GetAmt]{500}[GetAmt_PathTaken]{success}[check mtLen_Input]{500>100}[checkAmtLen]{True}[checkAmtSize1_Input]{500 <= 2000}[checkAmtSize1]{True}[ConfirmOrder]{1} Share this post Link to post
SupportTeam Report post Posted 09/14/2004 07:11 AM I assume that module "GetCC" is an Evaluate Expression module? Try using quotes around the input RV - that will force the RV to be evaluated as a string. Share this post Link to post
Guest fsoudbakhsh Report post Posted 09/14/2004 08:16 PM thansk, it's working now. Share this post Link to post