Question Using ADODB in VB2008

subcode

New member
Joined
Apr 4, 2009
Messages
4
Programming Experience
Beginner
i'm new in vb2008 and try to use ADODB Connection in database as i use in VB6.0.

i already connected in my database and inserted a data but i can't retrieve data using ' RS!FieldName ' (where RS decalared ADODB.Recordset).

can anyone advice me about this?
 
I cannot recommend to you strongly enough that you do NOT use ADO in VB.NET. Why move from VB6 to VB.NET and then stick with old VB6 technologies? If you're going to use VB.NET then you should use ADO.NET.
 
i'm not moving in .net. just practising .net just in case. i don't want to use ado.net because it's using data adapter. it's just like using ADODC in vb6.
 
Read the DW2 link in my signature, start with secction Creating a Simple Data App

You'll quickly get a feel for how and what has moved on (and what hasnt) in 10 years, but that's how we do data access now..
 

Latest posts

Back
Top