are you facing problem with connecting to database and fetch data, you can do this using ADODB .
use ADODB.connection for connect to database
and ADODB.Recordset for recordset.
let me know if you need more help on this.
use ADODB.connection for connect to database
and ADODB.Recordset for recordset.
let me know if you need more help on this.