Creating an OLE DB Application
SQL Server 2000
New Information - SQL Server 2000 SP3.
Creating an OLE DB application involves these steps:
- Establishing a connection to a data source.
- Executing a command.
- Processing the results.
Security Note When possible, use Windows Authentication. If Windows Authentication is not available, prompt users to enter their credentials at run time. Avoid storing credentials in a file. If you must persist credentials, you should encrypt them with the Win32 cryptoAPI.