Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Using Pull Down menu to Populate the page from DB

    I dun really know whether it is on the server end or client side. My connection to db is all done in an include file which i call from all...

  • RE: Using Pull Down menu to Populate the page from DB

    Yah I have found out about it already. Thnx dude. 🙂 But I have another question here : I am using Commandtext as the SQL statement. Is it possible to...

  • RE: Using Pull Down menu to Populate the page from DB

    Hi guys,

    i'm working in ASP in a Microsoft SQL Server environment. I dunno whether the Onchange event works in ASP but i do know that it works in VB.

    Marvin

  • RE: @@ROWCOUNT problem

    haha...guys...hehe..i solved dat issue also...thanks...managed to solve it by changing the Data Source to "localhost" but this problem is wierd rite??..anyone who knows why this happens?? Just wanna know for...

  • RE: @@ROWCOUNT problem

    haha...thnx guys...I have sorta corrected the error. It lies in one of my other Include files deep within, which does the endless loop. So the EOF actually works..sorry guys... ...

  • RE: @@ROWCOUNT problem

    The case is like this :

    I have a random banner generator. It generates a random number and grabs from the database the image name via the ID. But first...

  • RE: @@ROWCOUNT problem

    Thanks guys,

    This is my first time programming in ASP and in a SQL server environment. There is a reason why I dun want to use the Top 20 thingie. Cos...

  • RE: @@ROWCOUNT problem

    Hi,

    I reversed the logic already and checked whether the rs.EOF returns true first. But it still returns a time-out error.

    In another page, i used the same method to display a...

  • RE: @@ROWCOUNT problem

    oh yah and i forgot to tell u...i also need to check basically whether it is an empty recordset...for cases when the user enters nonsensical data...which doesn't exist in the...

  • RE: @@ROWCOUNT problem

    set rsConn = Server.CreateObject("ADODB.Connection")

    rsConn.Open SQLdb

    set newscmd = Server.CreateObject("ADODB.Command")

    set newscmd.activeconnection = rsConn

    newscmd.CommandText = "Select * FROM News WHERE Category = '" & Category & "' ORDER BY ID DESC"

    newscmd.CommandType = 1

    Set...

  • RE: @@ROWCOUNT problem

    Hi, I am also getting one major error. I cannot seem to check for the EOF or rather that line doesn't work. So I tried to get the rs.Recordcount. It...

Viewing 11 posts - 1 through 11 (of 11 total)