M
Mobile Boy 36
How can I retrieve a set of records from a SqlserverCe table with (for
example) 4 fields?
Can someone post a piece of code please?
Let 's assume:
Customer
Nr Name Street City
1 Jack Pocketstreet Washington
2 Peter Downingstreet New York
I want to view the fields in 4 textboxes... (txtNr, txtName, txtStreet and
txtCity).
I have to be able to scroll through the records.
In the old fashioned evb (and vb 5....) you had recordsets...
What do you have in stead of it in Vb.net ?
Please don't give a complex description...A simple code example would be
more effective
best regards,
Mobile Boy
example) 4 fields?
Can someone post a piece of code please?
Let 's assume:
Customer
Nr Name Street City
1 Jack Pocketstreet Washington
2 Peter Downingstreet New York
I want to view the fields in 4 textboxes... (txtNr, txtName, txtStreet and
txtCity).
I have to be able to scroll through the records.
In the old fashioned evb (and vb 5....) you had recordsets...
What do you have in stead of it in Vb.net ?
Please don't give a complex description...A simple code example would be
more effective
best regards,
Mobile Boy