what is he Difference Between these two codes in datagrid
Database
3
Posts
2
Posters
0
Views
1
Watching
-
what is the Difference between this two using datagrid in vb6 Dim rs As New ADODB.Recordset dim rs new recordset thanks
Vuyiswa
-
what is the Difference between this two using datagrid in vb6 Dim rs As New ADODB.Recordset dim rs new recordset thanks
Vuyiswa
No difference. in first case u give the exact refernce when u dont import ADODB namespace/Class in other case u import the ADODB and now used recordset
-
No difference. in first case u give the exact refernce when u dont import ADODB namespace/Class in other case u import the ADODB and now used recordset
Thank you man,sory i did not reply earlier, i was in a meeting
Vuyiswa