Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Handling date fields from Visual FoxPro
Message
From
07/07/2006 20:52:34
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01129644
Message ID:
01134617
Views:
17
>
>
>        if (mmType.IsEmpty(this.txtBirthDate.Text))
>            dsPersonnel.Tables[0].Rows[0]["birthdate"]= DBNull.Value;
>
>

Hi Linda:

I might be out in left field here, but do you only have a single row in the data table? You are pointing to the first row of data in the table. If you have more than one, you need to make the adjustment.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform