N
nahald
hello,
I have a problem to a database (Access) and I reference its fields
before in Vb 6, I am do this with:
Dim RS As Recordset
Nombre_BD = "SERVICIOS.MDB"
Set ConexionBD = OpenDatabase(App.Path & "\" & Nombre_BD)
Set RS = ConexionBD.OpenRecordset("Select * from tabla")
RS.Fields("companyiaParte")
In visual basic .net, what am I do??
Thanks
nahald
I have a problem to a database (Access) and I reference its fields
before in Vb 6, I am do this with:
Dim RS As Recordset
Nombre_BD = "SERVICIOS.MDB"
Set ConexionBD = OpenDatabase(App.Path & "\" & Nombre_BD)
Set RS = ConexionBD.OpenRecordset("Select * from tabla")
RS.Fields("companyiaParte")
In visual basic .net, what am I do??
Thanks
nahald