I'm using OLE DB to connect.
Dim crRpt As ReportDocument = New crTemp | |
crRpt.SetDatabaseLogon("user", "password") | |
crViewer.ReportSource = crRpt |
Native shouldn't be required, right?
p.s. As for the Record Selection Formula:
If I have no formula, it loads the entire database table in 11 seconds, which ends up being ~11k pages in CR. It's a lot and quick.
The second I use a formula, it takes forever or sometimes doesn't load (I'm not patient enough to wait past ten minutes for 102 records).
The formula I'm using is:
{databasetablename.fieldname} = "TESTORDER"
"TESTORDER" is an order that's in the table and has 102 records.