pushp2kool Newbie
Joined: 12 Jul 2005 Posts: 2
|
Posted: Jul 12th, 2005 09:59 AM Post subject: Attaching DBlist & DBCombo controls to database |
|
|
How can we Conect DBlist & DBcombo controls to a database when we are not using any ADO object but recordset & connection objects in runtime code through reffrence to microsoft DAO library instead :-
Dim rs as ADODB.recordset
set rs = new ADODB.recortset
Dim cn as ADODB.connection
set cn = new ADODB.connection |
|