|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, September 13, 2010 8:11 AM
Points: 1,
Visits: 22
|
|
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
|
|
|
|