evgin
08-18-2003, 02:27 AM
my code is:
alltable = "select count(*) As Toplam FROM haftalik_tablo"
Set rs = Baglanti.Execute(alltable)
ToplamKayit = rs("Toplam")
Response.Write ToplamKayit
But I am getting error. How can I get the ROW NUMBER of the database, I mean howmany data have been saved
alltable = "select count(*) As Toplam FROM haftalik_tablo"
Set rs = Baglanti.Execute(alltable)
ToplamKayit = rs("Toplam")
Response.Write ToplamKayit
But I am getting error. How can I get the ROW NUMBER of the database, I mean howmany data have been saved