PC Review


Reply
Thread Tools Rate Thread

Will Change in the Backend Table affects dataset automatically

 
 
Bibin
Guest
Posts: n/a
 
      25th Jul 2003
Dear All..

I'm in the development of a CRM application in VB DotNet. So after creating
the Dataset for a
particular table, If i'm changing the table structure in the database
according to the clients need,
will it automatically reflects in the Dataset.Structural changes means
adding one more key to the
combination primary key, or changing the order of the fields in the table or
adding one more field.
If the change will not reflectes automatically what i have to do for
getting the latest changes in the
dataset which is already created for that table.

Thangs & rgds
Bibin.


 
Reply With Quote
 
 
 
 
CT
Guest
Posts: n/a
 
      28th Jul 2003
Since your DataSet is disconnected and has no idea of what your database is
doing, it won't know of any changes made to the schema or data in the
database. You'll need to refresh/repopulate the DataSet to retrieve the
latest schema and/or data from the database.

--
Carsten Thomsen
Enterprise Development with Visual Studio .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
"Bibin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dear All..
>
> I'm in the development of a CRM application in VB DotNet. So after

creating
> the Dataset for a
> particular table, If i'm changing the table structure in the database
> according to the clients need,
> will it automatically reflects in the Dataset.Structural changes means
> adding one more key to the
> combination primary key, or changing the order of the fields in the table

or
> adding one more field.
> If the change will not reflectes automatically what i have to do for
> getting the latest changes in the
> dataset which is already created for that table.
>
> Thangs & rgds
> Bibin.
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add Data Rows to Table, but DataSet say No Change ?? =?Utf-8?B?YW5kcmV3Y3c=?= Microsoft C# .NET 0 13th Mar 2006 05:07 AM
Re: Can a child table be automatically filled in a DataSet with a DataRelation? Ignacio Machin \( .NET/ C# MVP \) Microsoft C# .NET 0 30th Aug 2005 02:04 PM
Copying table in Backend to another Backend =?Utf-8?B?cmRoMWE=?= Microsoft Access Form Coding 3 16th Dec 2004 05:25 PM
A change to Win Exp affects all folders - HELP! Jann Windows XP Help 0 29th Aug 2004 09:02 PM
A change to Win Exp affects all folders - HELP! Jann Windows XP General 0 29th Aug 2004 09:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:10 AM.