Does the BDE use Client side or server side cursors for MSSQL?



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

Post New Answer

More Delphi Interview Questions

Where can I get a copy of Delphi?

1 Answers  


'Trying to append data to a non-partial dataset' . what does this error indicates?

1 Answers  


How to Use the Shell API function SHBrowseForFolder() ?

1 Answers  


How to change the shape of your forms?

1 Answers  


How SQL Links determines if an MSSQL table can refreshed?

1 Answers  


How to set the desktop icon color in code, or make the text behind them transparent?

1 Answers  


How to Get the local internet machine name and IP address?

1 Answers  


What is the history of Delphi?

1 Answers  


How to Convert from Long to Short file names and paths ?

1 Answers  


Do the ADO components come with the professional version of Delphi 6?

1 Answers  


How to Draw in scale without using Windows Mapping Modes?

1 Answers  


How to Initialize an array or record to null?

1 Answers  


Categories