Hi guys,
i have this question i would like to know.Maybe it's a stupid question, but still, can anyone help me on this?
When should i open a database like:
(
dim dbclients as databasename
dim rsclients as recordset
)
set dbclients =open databasename(App.path &"something.mdb"
set rsclients=open recordset("one_recordset"
and when should i use a data control and do something like:
data1.databasename =App.path & "something.mdb"
data1.recordset="select * from clients "
....
what's the difference?
thanks in advance,
===================
* Marta Oliveira *
===================
marta100@aeiou.pt
-------------------
CPC_TA- Braga
-------------------
Portugal
===================
i have this question i would like to know.Maybe it's a stupid question, but still, can anyone help me on this?
When should i open a database like:
(
dim dbclients as databasename
dim rsclients as recordset
)
set dbclients =open databasename(App.path &"something.mdb"
set rsclients=open recordset("one_recordset"
and when should i use a data control and do something like:
data1.databasename =App.path & "something.mdb"
data1.recordset="select * from clients "
....
what's the difference?
thanks in advance,
===================
* Marta Oliveira *
===================
marta100@aeiou.pt
-------------------
CPC_TA- Braga
-------------------
Portugal
===================