Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Driver for SQL Server report

Status
Not open for further replies.

delu0007

Programmer
Aug 28, 2001
26
US
I am trying to create reports to run off of SQL Server databases. It is to be used through both a Visual Basic application and an ASP project. The reports will be based of off as many as 5 tables, most linked together with one non-linked table's information in the Page Header area. Which datbase driver should I use? I have tried ODBC, pdssql, and OLEDB. All give errors of some kind. The errors range from "General SQL Server error, check SQL Server log" to just strange displays. Once I link tables together some dates show up as 1/1/4294962583 12:00:00 AM, others show up just fine, and some text fields show up blank.

I have instances of each of these reports already created based on Access tables. Is there anyway to convert these to SQL Server based?

Thank You.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top