Bob
Tue Jul 27 16:58:13 CDT 2004
Thank you for the reply, yes I did try adding false as the default value for
each boolean data type column in the xsd file. It worked for the
OleDbDataAdapter, command .. etc type but not the sqlDataAdapter,
sqlConnection ..etc type.
I gave up on the sql type and now I am using the OleDb type instead. I know
it's better to use Sql type since it performs better in SQL server
environment but I am running out of time without a solution to the problem
reported. Thank you for your help.
<Vijay Sachan>; "MCP (ASP.NET)"
<VijaySachanMCPASPNET@discussions.microsoft.com> wrote in message
news:2750C239-EA5A-4360-BCAB-BA267B4A57B3@microsoft.com...
> Hi Bob,
>
> I tried this and it is working fine. Have you entered a default value for
contract element in xsd schema file by clicking on view schema on dataset
designer.
>
> enter false as default value for element contract.
>
>
> --
> Vijay Sachan
> MCP - ASP.NET
>
>
> "Bob C." wrote:
>
> > Hello,
> >
> > I have problem that was described under the link below
> >
> >
http://support.microsoft.com/default.aspx?scid=kb;EN-US;321504
> >
> > I did follow the steps described in the artice with no success. Does
anyone
> > know a solution for the problem listed or should I just give up and
follow a
> > different method? Thank you for your help.
> >
> >
> >
> >