a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
8 lines
724 B
Plaintext
8 lines
724 B
Plaintext
# note that databaserver can be specified in %DbLinqServer%, and is localhost by default (if not specified)
|
|
#/code=..\examples\DbLinq.FbSql.Example\nwind\Northwind.cs /provider=Firebird /database="c:\program files\Firebird\Firebird_2_1\examples\nwind\Northwind.FDB"
|
|
/code=..\examples\DbLinq.SQLite.Example\nwind\Northwind.cs /provider=Sqlite /conn="data source=Northwind.db3"
|
|
/code=..\examples\DbLinq.Ora.Example\nwind\Northwind.cs /provider=Oracle /user=Northwind
|
|
/code=..\examples\DbLinq.Pgsql.Example\nwind\Northwind.cs /provider=PostgreSQL
|
|
#/code=..\examples\DbLinq.Ingres.Example\nwind\Northwind.cs /provider=Ingres
|
|
/code=..\examples\DbLinq.MySql.Example\nwind\Northwind.cs /provider=MySQL
|