comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » read data from sql
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
read data from sql [message #56143] Sat, 06 October 2007 23:13
kerber_80 is currently offline  kerber_80
Messages: 6
Registered: September 2007
Junior Member
good day everyone

i try to read table from database, here is my code

result=objRS->MoveCursor(/FIRST)
WHILE (result) DO BEGIN

data=objRS->GetRecord()
result=objRS->MoveCursor(/NEXT)

ENDWHILE
PRINT,data

but data variables contains only last record
so...how i can create one data variable for all records ?

Thanks
[Message index]
 
Read Message
Previous Topic: Re: envi_setup_head for TIFF
Next Topic: reading HDF with HDF_SD_START()

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 08:42:28 PDT 2025

Total time taken to generate the page: 0.96158 seconds