
visual basic user defined data types
Don't use an array, use a collection!
Place this User Defined Datatype into a Class module and do offer it through
a collection to the rest of your project.
please visit http://www.vdeveloper.com
--
-------------------------------------------------------------
maxx
www.vdeveloper.com
-------------------------------------------------------------
Quote:
> I know how to read data from a database and manipulate it.
> I have a database base FName, Lname, and Salary fields. They are
> strings and integer fields.
> I declared my datatype as
> Private Type EmployeeList
> Employee_LName As String
> Employee_FName As String
> Employee_Salary As Integer
> End Type
> I am having trouble loading this into an array. Can someone
> please give me an idea.
> thanks.
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!