Hi,
I'm trying to get a total for the amount of records I have in a table to write to an asp page.
Here is an example of my script so far:
Public objSystem
Public sSystem2
set objSystem = Server.CreateObject("ADODB.Recordset"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
sSystem2 = "Select Count(*) From tb_System"
objSystem.Open sSystem2, objADOConn
How do I get the result of my Query to print to asp.
Thanks!!!
I'm trying to get a total for the amount of records I have in a table to write to an asp page.
Here is an example of my script so far:
Public objSystem
Public sSystem2
set objSystem = Server.CreateObject("ADODB.Recordset"
sSystem2 = "Select Count(*) From tb_System"
objSystem.Open sSystem2, objADOConn
How do I get the result of my Query to print to asp.
Thanks!!!