User Profile

Collapse

Profile Sidebar

Collapse
moranLiel
moranLiel
Last Activity: Jul 15 '10, 10:48 AM
Joined: May 12 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • moranLiel
    replied to I get this error : '800a01c2'
    hi!this is the code for offers
    Code:
    strSQL11 = "SELECT count(*) as XX from DEALER_OFFERS where clientId='"+myDealerInfo.clientId+"';"
    	set rst22 = mobjConn.execute(strSQL11)
    	arraySize=rst22("XX")
    	Dim offers()
    	ReDim Preserve offers(arraySize,2)
    	
    	strSQL3 = "SELECT OFFER_DESC,linkDestination FROM DEALER_OFFERS where clientId='"+myDealerInfo.clientId +"' order
    ...
    See more | Go to post
    Last edited by jhardman; May 18 '10, 05:01 AM. Reason: added code tags

    Leave a comment:


  • moranLiel
    started a topic I get this error : '800a01c2'

    I get this error : '800a01c2'

    hi,

    i het this error :

    Microsoft VBScript runtime error '800a01c2'

    Wrong number of arguments or invalid property assignment: 'offers'

    /d6-test/index.asp, line 296

    the code is:
    Code:
    <% i=0
    						Dim offerNum
    						offerNum = ubound(mydealerInfo.offers)
    						for i=0 to offerNum
    							offerCode=mydealerInfo.offers(i,0)
    							offerLink=mydealerInfo.offers(i,1)
    ...
    See more | Go to post
    Last edited by jhardman; May 18 '10, 05:01 AM. Reason: added code tags. please include code tags in the future
No activity results to display
Show More
Working...