Forum Replies Created

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

  • RE: Strange behaviour using SQL Server 2000

    This is the recordset:

    --------------------------------------------------------------

    <%

    Dim rsProperty__MMColParam

    rsProperty__MMColParam = "1"

    If (Request.QueryString("propCodeID") "") Then

    rsProperty__MMColParam = Request.QueryString("propCodeID")

    End If

    %>

    -----------------------------------------------------

    Then I access the fields by using

    Pretty standard stuff...that is not where the...

  • RE: Strange behaviour using SQL Server 2000

    Okay, makes sense, but does not explain why the text suddenly appears when I remove the photo field...?? As I mentioned above it works fine when the text datatype...

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