Merge pull request #273 from joncham/bug-getpid
[mono.git] / mcs / class / System.Data.Linq / src / DbMetal / run_sqliteMetal.bat
1 @echo off\r
2 \r
3 rem the following script is obsolete\r
4 \r
5 DEL Northwind.db3\r
6 type ..\Example\DbLinq.SQLite.Example\sql\create_Northwind.sql | sqlite3 Northwind.db3\r
7 type ..\Example\DbLinq.SQLite.Example\sql\create_AllTypes.sql | sqlite3 Northwind.db3\r
8 \r
9 REM: note that the '-sprocs' option is turned on\r
10 REM MySqlMetal.exe -database:Northwind -server:localhost -user:LinqUser -password:linq2 -namespace:nwind -dbml:nwind_mysql.dbml -sprocs\r
11 bin\SQLiteMetal.exe -database:Northwind.db3 -namespace:nwind -code:Northwind.cs\r
12 \r
13 pause\r
14 \r
15 \r