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
 
Herfried,

I am curious what was your idea that this had to do with binding?

Cor
 

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