[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; PCTrade-MSSQL=ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=PCTrade;Integrated Security=SSPI; PCTrade-SQLite=SQLite?Database=C:\Documents and Settings\All Users\Documentos\RemObjects Samples\Data Abstract for Delphi\Server\Bin\Data\PCTrade.sqlite.db PCTrade-FB=IBX?Server=localhost;Database=C:\Documents and Settings\All Users\Documentos\RemObjects Samples\Data Abstract for Delphi\Server\Bin\Data\PCTrade.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; PCTrade-MSSQL=MSSQL.NET?Server=localhost;Database=PCTrade;Integrated Security=SSPI [Descriptions] AdventureWorks_Description=Microsoft SQL Server 2005, localhost Northwind_Description=Microsoft SQL Server 2000, localhost Employee_Description=Firebird/Interbase, localhost PCTrade-SQLite_Description=SQLite, PCTrade.sqlite.db database PCTrade-MSSQL_Description=Microsoft SQL Server, localhost, PCTrade database PCTrade-FB_Description=Firebird 2.1, localhost, PCTrade.fdb database