DataSet Schema

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello to all, I have the following problem: I change a field of the data base, changes it of char(10) to char(15). The field is display in a datagrid control. When I record the information, the field only accepts the 10 characters that the field initially had, how can I do to the field of the data base takes the 15 characters that I define.
 
* =?Utf-8?B?Q2FybWVu?= said:
hello to all, I have the following problem: I change a field of the
data base, changes it of char(10) to char(15). The field is display in a
datagrid control. When I record the information, the field only accepts
the 10 characters that the field initially had, how can I do to the
field of the data base takes the 15 characters that I define.

Windows Forms data binding questions go here:

<URL:
Web interface:

<URL:http://msdn.microsoft.com/newsgroups/?dg=microsoft.public.dotnet.framework.windowsforms.databinding>
 
Hi Carmen,

I do not know this problem, however I assume you are using the designer to
create your connection and dataadapter, did you regenerate your stronly
typed dataset using that by rightclicking on the datagrid icon in your
designer?

Cor
 
Back
Top