-
Posted to
Classic ASP
by
aaaa0441
on
04-24-2006, 12:03 PM
Any property of the Connection class? or Recordset class? Or do I need to use Command class?
Thanks beforehand
-
Posted to
Classic ASP
by
aaaa0441
on
04-24-2006, 11:43 AM
Thank you. ^_^
-
Posted to
Classic ASP
by
aaaa0441
on
04-22-2006, 12:48 AM
Thanks, man.
So we can use colon sign to merge as many lines as we want into one line in ASP?
-
Posted to
Classic ASP
by
aaaa0441
on
04-21-2006, 4:55 AM
I found the following asp code with colon sign '':'' used. Is it any special type of variable declaration or initialization? Anyway, what's the use of it?
' Initialize common variables
x_CompanyID = Null: ox_CompanyID = Null
x_CompanyName = Null: ox_CompanyName = Null
x_ROC = Null: ox_ROC = Null
x_PostalAddress = Null: ox_PostalAddress = ...