Connecting to SQL 2008 database
Posted: Thu Aug 13, 2015 8:04 am
I^m trying to build a report (beginning with 1 table only which contains basic employee information) using a table in SQL 2008. I built the ODBC connector using SQL Native Client. When I use R&R (v12.5) I drop a few fields on the detail row and run it without any filters. What^s weird is that only a couple of the fields show any data (e.g. the date employed). I checked my RSWSQL.ini and here^s a couple of possibly relevant lines:[SQLServer]__DataSourceDBMS = Microsoft SQL SERVER__DataSourceOuterJoinStyle = 1__DataSourceDBTerm=DATABASE__DataSourceProcVerb=exec____What am I missing? I thought I^d do a quick test trying to do the same thing with Crystal using the same ODBC connection and it worked fine.