| | |
ListView Help..
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
Hi i'm new to VB6 and i just wanted to ask how to save the columns in a ListView to an Access DB... The format i use to save individual textbox to an Access DB is....
I just wanted to know how to do somthing like this with a ListView..
Thank You!
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
With adorecordset .Fields!Name = Text1.Text .Fields!Address = Text2.Text .Fields!Phone = Text3.Text End WIth
I just wanted to know how to do somthing like this with a ListView..
Thank You!
Last edited by bad_robot; Feb 9th, 2007 at 8:48 pm.
Its me again i figured out how to save a row in a ListView into an ACCESS DB its something like this...
...but this only saves the first row.... i want to save all the rows at the same time with just one click of the command button..... Hope someone could help me..... Thanks.... Maraming Salamat :mrgreen:
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
Private Sub Command2_Click() With adoRecordSet .AddNew .Fields!Name = itemToAdd.SubItems(1) .Fields!Address = itemToAdd.SubItems(2) .Fields!Phone = itemToAdd.SubItems(3) .Update End With
...but this only saves the first row.... i want to save all the rows at the same time with just one click of the command button..... Hope someone could help me..... Thanks.... Maraming Salamat :mrgreen:
![]() |
Similar Threads
- ListView in VB.Net (VB.NET)
- Listview (Visual Basic 4 / 5 / 6)
- ListView (VB.NET)
- Listview Scroll (C#)
- Add an item to a listview using API (Visual Basic 4 / 5 / 6)
- ListView Doubt ? (C)
- Adding controls into a ListView (Visual Basic 4 / 5 / 6)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Help Please, how do i read from text file into array?
- Next Thread: Please help me in making code for browsing button
Views: 1827 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for Visual Basic 4 / 5 / 6
* 6 429 2007 access activex add age append application basic beginner birth bmp c++ calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver struct subroutine table tags textbox timer urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





