Hi,

I am just getting into VB6 and having a go at .net.As with all programming langs there are a list of variable types.To date I am familiar with types such as INT,VAR,STRING and the like.
To declare these variables I use the DIM as[vartype]
HoHi,
http://www.vbexplorer.com/VBExplorer...er_ADO_DAO.asp

and she mentions other variable types i.e

Dim ws as Workspace
Dim db as Database

This has confused me a bit.I can understand placing a database into an array,but the array will already have been declared,and what does Workspace mean.Is there a whole series of variable types that I have missed out on,or do these variable types belong to a sub-technology of vb6.

Hope this makes sense
Regards
Richard