| 46 | | === 3.2 OpenAC opstarten === |
| | 46 | === Drivers installeren === |
| | 47 | |
| | 48 | OpenAC moet vanaf de desktop kunnen communiceren met de database server. |
| | 49 | Voor MySQL wordt alle nodige software meegeleverd. Voor Microsoft |
| | 50 | SQL Server moet echter op de gebruikersmachine de Microsoft SQL Native Client driver geinstalleerd worden. |
| | 51 | |
| | 52 | Instructies hiervoor zijn te vinden op de site van Microsoft, http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17943 |
| | 53 | |
| | 54 | '''Microsoft SQL Server Native Client ''' |
| | 55 | |
| | 56 | Microsoft SQL Server Native Client (SQL Native Client) is a single dynamic-link library (DLL) containing both the SQL OLE DB provider and SQL ODBC driver. It contains run-time support for applications using native-code APIs (ODBC, OLE DB and ADO) to connect to Microsoft SQL Server 7.0, 2000 or 2005. SQL Native Client should be used to create new applications or enhance existing applications that need to take advantage of new SQL Server 2005 features. This redistributable installer for SQL Native Client installs the client components needed during run time to take advantage of new SQL Server 2005 features, and optionally installs the header files needed to develop an application that uses the SQL Native Client API. |
| | 57 | |
| | 58 | === OpenAC opstarten === |