Data Problems

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Am using the VB.NET (Vis Studio 2002) Data Form Wizard.
As soon as I include a checkbox the data form just stops working.
Using SQL Server 2000 and the bit field type.
Any ideas? as am going round in circles :(
 
Have you set the default value of the checkbox? it's a known bug from Microsoft.
Jimmy
Am using the VB.NET (Vis Studio 2002) Data Form Wizard.
As soon as I include a checkbox the data form just stops working.
Using SQL Server 2000 and the bit field type.
Any ideas? as am going round in circles :(

User submitted from AEWNET (http://www.aewnet.com/)
 
Thanks Jimmy
Will check.
Did trawl thro Microsoft and must have missed it!
 
Had good try and still getting problems.
Have tried to alter default value using XML and code.
Have I put my code in the wrong place or am I incorrectly using the
SQLDataAdapter and a DataSet???
Cannot think how Microsoft launched this with such a bug!!
Did they not test it with some data???
Have their developers never seen a Null value before??
Am just round in circles as not sure where, what and how, the mamouth black
boxes deal with the data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top