Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AgiRowCursor setProperty doesn't work in MS SQL Server 2000?

Status
Not open for further replies.

garyyeung

IS-IT--Management
Jul 15, 2003
5
0
0
HK
Dear All,

We are using SilverStream 3.75 with MS SQL Server 2000 as DB. We create a page with a AgpViewPanel. We bind the labels of the AgpViewPanel with a AgpData.

Under rowGenerateBegin of the View, we add logics to calculate something and set one of the columns with new data.

/******************

AgiRowCursor rc = (AgiRowCursor)view.getCurrentRowCursor();
rc.setProperty("COL", "Test");

/******************

The Column "COL" cannot display "Test".

The same piece of code works fine in Oracle 8i. Any suggestions or work-arounds?

Thanks in advance,
Gary

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top