support the use of guid as unique ids

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
aldertdevries
User
Posts: 2

support the use of guid as unique ids

Post by aldertdevries »

if you have a db like this:
person
id UNIQUE guid
name CHARS
bikeid NOT REQUIRED,

bike
id UNIQUE guid
name CHARS

then this relation will give problems in apsnetmaker if one tries to create a person without a bike. NULL vs {' 00000000.00000000.00000.0000" } this should be fixed by generated code


Webmaster
User
Posts: 9430

Post by Webmaster »

Please update to the latest template (Tools -> Update Template) and try again.


aldertdevries
User
Posts: 2

Post by aldertdevries »

wow

THX for this fix. And this fast. This fix is very important to me and my project!!!!


Post Reply