From: Soner D. <de...@gs...> - 2004-09-08 12:04:26
Ok,
I found the exact problem. The constraint violation occurs because of
the varchar lenght restriction.
maxLength value of the restriction generated by FillSchema must be equal
to the length of column
in the database. But it is always 0 ! Therefore any attempt to fill the
DataSet throws an exception..
Is this a bug ?