Databinding problem

  • Thread starter Thread starter Bob C.
  • Start date Start date
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)"
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.
 
Back
Top