Click here to Skip to main content
15,915,164 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: backup and restore Pin
Christian Graus8-Jan-08 18:42
protectorChristian Graus8-Jan-08 18:42 
GeneralRe: backup and restore Pin
Tony Rose Victorino8-Jan-08 18:52
Tony Rose Victorino8-Jan-08 18:52 
GeneralRe: backup and restore Pin
Dave Kreskowiak9-Jan-08 3:51
mveDave Kreskowiak9-Jan-08 3:51 
Generalauto email generation Pin
chandra_778-Jan-08 11:46
chandra_778-Jan-08 11:46 
GeneralRe: auto email generation Pin
Nilesh Hapse8-Jan-08 21:49
Nilesh Hapse8-Jan-08 21:49 
GeneralRe: auto email generation Pin
Dave Kreskowiak9-Jan-08 3:42
mveDave Kreskowiak9-Jan-08 3:42 
QuestionHow to add and edit records in datatable and save back to database by vb.net Pin
ejaz_pk8-Jan-08 9:47
ejaz_pk8-Jan-08 9:47 
GeneralRe: How to add and edit records in datatable and save back to database by vb.net Pin
Dave Kreskowiak9-Jan-08 3:41
mveDave Kreskowiak9-Jan-08 3:41 
You would need to supply the code to read/write the data back to the database. If I understand your implementation (you're leaving out a lot of information!), you would possibly have a Customers collection class that holds these Customer (???) objects. This Customers class would be responsible for iterating over the items in its collection and updating the database with any changes, as well as retrieving customer records from the database and creating new Customer object from it.

This has nothing to do with data binding, which means that controls are bound to a data collection, like a DataTable or some other collection.

Or did I miss the point of the question??



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: How to add and edit records in datatable and save back to database by vb.net Pin
Mark Churchill9-Jan-08 21:28
Mark Churchill9-Jan-08 21:28 
QuestionVB.net 2005 and Oracle 8.0.5 Pin
ejaz_pk8-Jan-08 9:26
ejaz_pk8-Jan-08 9:26 
GeneralRe: VB.net 2005 and Oracle 8.0.5 Pin
Christian Graus8-Jan-08 13:38
protectorChristian Graus8-Jan-08 13:38 
QuestionRe: VB.net 2005 and Oracle 8.0.5 Pin
ejaz_pk9-Jan-08 9:37
ejaz_pk9-Jan-08 9:37 
GeneralAuto Typing to an external program such as MS Word Pin
mykingdomforanewusername8-Jan-08 6:16
mykingdomforanewusername8-Jan-08 6:16 
QuestionWriteAttributeString xmlWriter Pin
schlumpfger8-Jan-08 5:05
schlumpfger8-Jan-08 5:05 
GeneralRe: WriteAttributeString xmlWriter Pin
John_Adams8-Jan-08 6:52
John_Adams8-Jan-08 6:52 
QuestionCan I read the physical drive sectors in hex? Pin
Big Ralph8-Jan-08 4:21
Big Ralph8-Jan-08 4:21 
AnswerRe: Can I read the physical drive sectors in hex? Pin
Dave Kreskowiak9-Jan-08 3:33
mveDave Kreskowiak9-Jan-08 3:33 
QuestionHow to recognise words and split who have no space like "helloworld" should be "hello " and "world" Pin
Rizwan Bashir8-Jan-08 2:22
Rizwan Bashir8-Jan-08 2:22 
AnswerRe: How to recognise words and split who have no space like "helloworld" should be "hello " and "world" Pin
Steven J Jowett8-Jan-08 2:38
Steven J Jowett8-Jan-08 2:38 
Generali need help with webbrowser download visual basic 6 Pin
MEIRB1118-Jan-08 2:15
MEIRB1118-Jan-08 2:15 
GeneralRe: i need help with webbrowser download visual basic 6 Pin
Dave Kreskowiak9-Jan-08 3:28
mveDave Kreskowiak9-Jan-08 3:28 
GeneralRe: i need help with webbrowser download visual basic 6 Pin
MEIRB11110-Jan-08 1:20
MEIRB11110-Jan-08 1:20 
GeneralRe: i need help with webbrowser download visual basic 6 Pin
Dave Kreskowiak10-Jan-08 2:27
mveDave Kreskowiak10-Jan-08 2:27 
GeneralControl Selection & Resizing at Runtime Pin
for12068-Jan-08 1:26
for12068-Jan-08 1:26 
GeneralRe: Control Selection & Resizing at Runtime Pin
Dave Kreskowiak9-Jan-08 3:26
mveDave Kreskowiak9-Jan-08 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.