Does the BDE use Client side or server side cursors for MSSQL?
Answer / Anjani Kumar
The BDE uses client-side cursors when working with MSSQL databases. This means that all database operations are processed on the application's machine, not on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where can I get a copy of Delphi?
'Trying to append data to a non-partial dataset' . what does this error indicates?
How to Use the Shell API function SHBrowseForFolder() ?
How to change the shape of your forms?
How SQL Links determines if an MSSQL table can refreshed?
How to set the desktop icon color in code, or make the text behind them transparent?
How to Get the local internet machine name and IP address?
What is the history of Delphi?
How to Convert from Long to Short file names and paths ?
Do the ADO components come with the professional version of Delphi 6?
How to Draw in scale without using Windows Mapping Modes?
How to Initialize an array or record to null?