bluejaguar456
Well-known member
- Joined
- Aug 22, 2006
- Messages
- 47
Hello everyone,
does anyone know if there is a way of copying from a database to a variable without putting it in a dataset to view it on the form i dont want the user to view it on the form.
i know that in vb6 you can do somethin like this:
with that code it puts it straight onto the database and nowhere else.
does anyone know if there is a way???
does anyone know if there is a way of copying from a database to a variable without putting it in a dataset to view it on the form i dont want the user to view it on the form.
i know that in vb6 you can do somethin like this:
Code:
variable = adodatabase.recordset.fields("xxxx")
with that code it puts it straight onto the database and nowhere else.
does anyone know if there is a way???