|
-
Nov 4th, 2001, 02:15 AM
#1
Thread Starter
Member
error in datepicker conrol
hi,
I have a form which has controls (like textbox,checkbox,DatePicker) connected to an ADODB.Recordset using the controls Datasource property. The problem is that if the field(from a table) connected to the datepicker control is empty (i.e. Null) i get an error message
"Unable to Bind to Field or DataMember".
Is there a way around this?
-
Nov 4th, 2001, 11:02 AM
#2
PowerPoster
I think this may be caused by having AllowNulls (or similar) set to False for the field in the db. Change it to true and it should solve the problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|