SQL connection

<< Click to Display Table of Contents >>

Navigation:  Application development > Database driver characteristics > SQL drivers >

SQL connection

Previous pageReturn to chapter overviewNext page

BDE connects to the SQL server database by using the following guidelines:

BDE uses the server authorization scheme. The password is used in DbiOpenDatabase to connect to the server.

Most BDE features require an open database, with the exception of retrieving driver capabilities, such as data-types information.

Transactions and passthrough operations are done in the database context.

 

hmtoggle_plus1SQL driver topics