I'm a beginning ASP programmer. Last 2 years I have used basic cold fusion and now need to get my hands dirty with ASP.
I'm a little confused as to when to use:
Set Catalog=Server.CreateObject("ADODB.Connection"
vs
Set Catalog=Server.CreateObject("ADODB.Recordset"
Can someone give me the low down laymens term on when to use each one?
SO FAR -- seems like ASP is more diffcult to use then cold fusion. But its only been a few weeks.
I'm a little confused as to when to use:
Set Catalog=Server.CreateObject("ADODB.Connection"
vs
Set Catalog=Server.CreateObject("ADODB.Recordset"
Can someone give me the low down laymens term on when to use each one?
SO FAR -- seems like ASP is more diffcult to use then cold fusion. But its only been a few weeks.