fsuorange2 Posted March 14, 2005 Posted March 14, 2005 hello i am trying to add a new row to my dataset but one of my collumns in the dataset has an autonumber in it. So when i try to add a new row there is an error that says that the autonumber doesn't accept nulls. How can i insert a new row without having to type in the auto number? Quote
michael_hk Posted March 15, 2005 Posted March 15, 2005 For MySQL, you can simply put a 0 in that field. Don't know whether it works for other db. Quote There is no spoon. <<The Matrix>>
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.