Entity framework support
Posted: Sat 19 Apr 2008 20:17
Hello,
I am trying SQLite to generate an edmx file, but keep getting an message that Datatype Integer is not supported, i also tried to change the type to int32, but that does not work either.
This is the message:
Message: The data type 'int32' is not supported, the column 'ID' in table 'main.Eenheid' was excluded.
Error Code: 6031
Severity: Warning
Or:
Message: The data type 'integer' is not supported, the column 'ID' in table 'main.Eenheid' was excluded.
Error Code: 6031
Severity: Warning
Reproduction:
Create an new SQlite database, add an new table with an ID column and a text column and make the ID column the primary key.
Then startup the SQLiteEdmWizard and try to generate the edmx file. the Integer columns are not generated.
Regards
I am trying SQLite to generate an edmx file, but keep getting an message that Datatype Integer is not supported, i also tried to change the type to int32, but that does not work either.
This is the message:
Message: The data type 'int32' is not supported, the column 'ID' in table 'main.Eenheid' was excluded.
Error Code: 6031
Severity: Warning
Or:
Message: The data type 'integer' is not supported, the column 'ID' in table 'main.Eenheid' was excluded.
Error Code: 6031
Severity: Warning
Reproduction:
Create an new SQlite database, add an new table with an ID column and a text column and make the ID column the primary key.
Then startup the SQLiteEdmWizard and try to generate the edmx file. the Integer columns are not generated.
Regards