- Database Transfer (slightly working, the perfectionist ain’t happy though)
Transfer Access 2000 Database over to a SQL 2005 Server rebuilding table structure and data to suit CSLA.Net requirements. Most importantly being a GUID (uniqueidentifier) column instead of an autonumber id column.
- Copies Structure and Data from source Access 2000 to destination SQL2k5 Server.
- Skips specified id column to add SQL2k5 and business objects default Guid uniqueidentifier column.
- Implemented somewhat universal data access layer to handle connections to differenttypes of dataproviders.
- Universal data access layer will try to autodetect data provider type by reading the connection string and checking for certain strings.
- “Provider=” for OleDb
- “Driver=” and “Dsn=” for Odbc
- Nihino Product Database (in progress)
Rewrite existing NPD using CSLA.Net Framework with updated Print engine. Optional features include Information Architecture Engineering.