pweighill Junior Member
United Kingdom 453 Posts
'## Forum_SQL - Write total number of users to Totals table strSql = " UPDATE " & strTablePrefix & "TOTALS " strSql = strSql & " SET U_COUNT = " & cint(RS("Countof"))
HuwR Forum Admin
United Kingdom 20584 Posts
RichardKinser Snitz Forums Admin
USA 16655 Posts
quote:what is the reason for changing cInt to cLng ?
Doug G Support Moderator
USA 6493 Posts
quote:So we want to change all instances of cInt to cLng ?so far I have only made the 1 change in admin_count.asp as noted above.