Advertisement
Guest User

Untitled

a guest
May 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. connDB.Open ConnectionString:="Provider = Microsoft.ACE.OLEDB.12.0; data source=" & strDB
  2. Set adoRecSet = New ADODB.Recordset
  3. adoRecSet.Open Source:=strSql, ActiveConnection:=connDB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement