Anonymous - 2014-04-11

Originally posted by: jamieogl...@gmail.com

I have created a DatabaseDefinition data definition, and a T-SQL script to extract meta-data from a MS-SqlServer database for this definition.

The data types still need to be defined more precisely and independent of the MS SQL implementation. I am looking at using the ODBC data types, but they are not complete.

Further extensions to the generator data are needed, defining lookup tables and their dynamic inclusion in the data files. I want a set of data types that will allow me to map data from any data source to any programming language.

That is very ambitious, so pragmatically, I will be happy to support MS SQL, MS Access and, say MySql, to start with, and mapping to C#, VB.Net and Java to start with.

Status: Started