I have any new problem.
Use LinqConnect Professional Version 4.4.364 (31-Oct-2013).
Model have two fields with type Binary and String, need get LONGBLOB and LONGTEXT into database.
And all OK when create database from Entity Developer (generated correct script).
But when create database with command:
Code: Select all
var mydt = new CrmDemoContext.CrmDemoDataContext();
mydt.CreateDatabase(false, true);
Need LONGBLOB and LONGTEXT!
Sample: WindowsFormsApplication12.zip (98.2 КБ)
Video: Видео_2013-11-11_171341.wmv (14.6 МБ)
How can that be???!!
For me it is very important.