::: re. MSSQL Server Driver Types

ScriptCase Members -

All these seem to work when connecting to a MSSQL Server database:
MSSQL Server NATIVE SRV
MSSQL Server NATIVE SRV PDO
MSSQL Server

What are the advantages (or disadvantages) of using one of these over the other?

  • Kevin

This ScriptCase video clearly explains the difference between the drivers:
https://www.youtube.com/watch?v=Q5tqeZXi0b8&feature=youtu.be
After the video loads, go to position 36:04

If you have not installed an instance of MSSQL Server on your production server, then
you should still be able connect to the database by copying over the physical DB files, and then select driver MySQL Server.

[QUOTE=klwillis;41147]ScriptCase Members -

All these seem to work when connecting to a MSSQL Server database:
MSSQL Server NATIVE SRV
MSSQL Server NATIVE SRV PDO
MSSQL Server

What are the advantages (or disadvantages) of using one of these over the other?

  • Kevin[/QUOTE]