LinqConnect Professional Version 4.4.364 (31-Oct-2013) - LONGBLOB to BLOB, LONGTEXT to TEXT
Posted: Mon 11 Nov 2013 13:28
Hello,
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:
get field with type BLOB and TEXT.
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.
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.