Hello Frans,
The pencil icon in the top right of the post allows you to attach files. You got an error when doing so? Might be the files were too big.
Ah, I see!
So you can only attach a file after you have created a post - that's new, will remember for the future. ;-)
Thanks a lot for your explanations around the type converter settings:
I simply misunderstood this "Rel. model data .NET type" option, but after your explanations I got that working.
Thanks again, and yes, using your ORM here indeed.
One more question regarding the GUID to string converter:
Looks like your default converter is converting it to a 32 char string instead of a 36 char one which we want to use here for compatibility reasons.
Is that configurable for your default converter or we rather just create our own converter for this?
I saw already your help topic for creating own converters which seems quick to do anyway, but wanted to ask first if there is a configuration option for your default converter in this regard.
By the way, it would be very useful to be able to specify a specific collation for a string field in the relational model:
I know you can manually change the default collation in the resulting DDL script, but it's just one more thing that you can forget. Therefore, it would be great to be able to define that (override the default if needed) directly in the designer for every relational model field.
Or did I miss something (again) and this is already possible? ;-)
Thanks again for your support
Andreas