Hi Miguel,
Please refer to the link below to insert the values in the Tags table. You
will have to specify the firsl column value as newid(), which will create a
new value for the TagID field.
http://technet.microsoft.com/en-us/library/ms190348.aspx
Regards,
Manish
www.ComponentOne.com
> Hello,
>
[quoted text clipped - 25 lines]
> Thanks,
> Miguel
shapper - 06 Feb 2008 14:00 GMT
> Hi Miguel,
>
[quoted text clipped - 36 lines]
> > Thanks,
> > Miguel
But please look at the code I posted:
TagID uniqueidentifier not null
default NewID()
In fact this works fine with an SQL Query.
But when I am using the ListView and LinqDataSource this does not
work.
Any idea?
Thanks,
Miguel