MS SQL Server varchar

  • Hi,

    I have a small problem:

    I want to display a column from a table:

    wscript.echo "DiskReq: " & program.DiskReq

    Definition of the column: DiskReq(varchar(20), null)

    I get always an error:

    test.vbs(96, 1) Microsoft VBScript runtime error:

    Object doesn't support this property or method: 'program.DiskReq'

    Thx

    Andreas

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply