ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
In Visual Basic, from the Project menu, select References....
Select Microsoft ActiveX Data Objects x.x Library from the list
ADO Recordset Object
objRecordset.Open
source,actconn,cursortyp,locktyp,opt
CursorType
Set objRecordset= objConnection.OpenSchema(adSchemaTables)
(("Set rs = cn.OpenSchema(adSchemaTables, Array(Empty, Empty, Empty, "TABLEDo While Not rs.EOFDebug.Print rs.Fields("TABLE_NAME").Valuers.MoveNextLooprs.Close