Re: New to C# - DB question



Oh also, if you are in a rush and need to complete some DB
functionality, you could always add a reference to the old adodb com
stuff and just use the recordsets you are familiar with. But if you
have time, definately learn the new architecture in .NET.

I remember when I did a .NET subject at uni in 4 years ago when I was
first introduced to it. I came from ASP background and I knew about COM
but not ADO.NET so I did exactly that on my first assignment: completed
the requirements using an ADO recordset! Luckily I was asked to
resubmit, otherwise I'd be cleaning windows for a living now...

.



Relevant Pages

  • Refrencing between forms
    ... I have created an unbound form which runs on an ADO recordset linked to SQL ... The problem is I don't know how to communicate between the two forms. ... I reference the ADO recordset in FormA from FormB? ...
    (microsoft.public.access.formscoding)
  • Existence of Field Name in Record Set
    ... I did find reference to the question in a search of google groups, ... where rs is an ADO recordset and "X" is a particular fieldname ...
    (comp.databases.ms-access)