I have defined UDT to hold values from a Recordset. Is there a way in which I can assign the recordset to the UDT in a single statement rather than looping through each fields ?
Ex:
type empmast
code int
name string * 50
end type
global stru_emp as empmast
....
....
....
dim rs as new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.