I have a vb6 application which runs data reports, I want my data reports to connect data base through ODBC, how I can do it. please help.
Printable View
I have a vb6 application which runs data reports, I want my data reports to connect data base through ODBC, how I can do it. please help.
Have you searched forums and google? What database are you going to use? There are TONS of examples out there.
Try to use Data Environment...
First step is to use the Windows ODBC manager to create a DSN.
You would then use this DSN as your datasource for the report.