Suppose I have an Oracle table TEMP having column SNO having 100 values.
Following query will retrieve seven records from the database
Select SNO from TEMP where rownum <= 7;
How can I display these values of SNO into VB 6.0 and onto what vb item ?
So I was hopping that some one has a code sample on how to do this ???
Thanks in advance.
Regards,
Ror
Following query will retrieve seven records from the database
Select SNO from TEMP where rownum <= 7;
How can I display these values of SNO into VB 6.0 and onto what vb item ?
So I was hopping that some one has a code sample on how to do this ???
Thanks in advance.
Regards,
Ror