I am a VB 6.0 programmer and am trying to convert to VB2005. The app I am working on is one that extracts a comma delimited file from a query in SQL Server. I can do this easily in VB6, but am really struggling with how to do it in VB2005. I have gone through a few books and I know how to use databound controls...
Does anyone have a code sample of how I can:
Open the database
Set the query - "SELECT PatientId, Last, First FROM Patients"
and then read down the query results one row at a time?
It looks like this should be easy - I don't know why I am having this much trouble.
Thanks for any help!
David
Does anyone have a code sample of how I can:
Open the database
Set the query - "SELECT PatientId, Last, First FROM Patients"
and then read down the query results one row at a time?
It looks like this should be easy - I don't know why I am having this much trouble.
Thanks for any help!
David