Hi,
just getting started with asp.net
these commands work in asp 2.0
Set Con = Server.CreateObject( "ADODB.Connection" )
Set RS = Server.CreateObject( "ADODB.Recordset" )
but do not work in asp.net
so how do i use recordset and a ado connection in asp.net
thanks for any help please
just getting started with asp.net
these commands work in asp 2.0
Set Con = Server.CreateObject( "ADODB.Connection" )
Set RS = Server.CreateObject( "ADODB.Recordset" )
but do not work in asp.net
so how do i use recordset and a ado connection in asp.net
thanks for any help please