Re: Rowid error in VB

2003-09-30 Thread Daniel Dittmar
kanan thakore wrote: i am creating an VB application with SAPDB as the database. The query executed is : Select rowid from xyz The query gets executed fine in the Sql Studio 7.4 but in VB while retreiving the value for Rowid it returns a "?" ROWID is a binary value and I guess VB has Problems trans

Rowid error in VB

2003-09-25 Thread kanan thakore
hi there, i am creating an VB application with SAPDB as the database. The query executed is : Select rowid from xyz The query gets executed fine in the Sql Studio 7.4 but in VB while retreiving the value for Rowid it returns a "?" How can this be resolved Thanks in advance - K _