git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
15 lines
879 B
INI
15 lines
879 B
INI
[Delphi]
|
|
AdventureWorks=ADO?AuxDriver=SQLNCLI.1;Server=localhost;Database=AdventureWorks;Schemas=1;Integrated Security=SSPI
|
|
Northwind=ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=Northwind;Integrated Security=SSPI
|
|
Employee=IBX?Server=localhost;Database=C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB;UserID=sysdba;Password=masterkey;
|
|
|
|
[.NET]
|
|
AdventureWorks=MSSQL2005.NET?Database=AdventureWorks;Server=localhost;Integrated Security=SSPI
|
|
Northwind=MSSQL.NET?Database=Northwind;Server=localhost;Integrated Security=SSPI
|
|
Employee=FB.NET?Server=localhost;Database=C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB;UserID=sysdba;Password=masterkey;
|
|
|
|
[Descriptions]
|
|
AdventureWorks_Description=Microsoft SQL Server 2005, localhost
|
|
Northwind_Description=Microsoft SQL Server 2000, localhost
|
|
Employee_Description=Firebird/Interbase, localhost
|