View Single Post
  #4 (permalink)  
Old June 1st, 2004, 07:58 AM
bmains bmains is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

Again ASP only supports variant... you must use functions like cint() or cstr() to convert the data into the appropriate type to work successfully.

Brian
Reply With Quote