we have tried a tutorial in youtube and it didn't work.. can anyone give a codes that can connect ADODB in list view pls help!
Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- Hotel Reservation System (478)
- Hotel Reservation System (VB.NET) (438)
- Payroll System (431)
- Library Management Software (426)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (420)
- Students Information System (418)
- How to Add/Update/Delete Record using MS Access Database (408)
- Free Hotel Management System Manual (355)
- Sending SMS using AT Commands via GSM Modem/GSM Phone (receiving SMS-updated) (319)
- Library System Source Code (261)
- 1 of 204
- ››
Random Post
- Lending system user account (4,118)
- Crystal Reports Tutorial Update (10,641)
- Hotel Reservation System Reusable Code (3,986)
- java basic calculator (2,030)
- Civil Registry Information System (10,625)
- ReportViewer: Mailing Labels Using RDLC Report in VB.NET 2010 (2,450)
- Console Menu Version 1.0 (3,067)
- Student Grading System Version 1.0 (6,271)
- Hotel Reservation Check-in (1,712)
- thanks (1,126)
- 1 of 133
- ››
I know a code but it's a listbox ^_^
hello!
try to this code...
sub list ()
dim strCriteria as String
listview1.listitems.clear
set rs = ADODB.Recordset
with rs
strCriteria = "Select * from tblSample order by ItemDescription asc"
.open strCriteria, conn, 3, 3
listview1.ListIems.add, , "collumn", 1, 1
End with
set rs = nothing
End Sub
Form_Load
list
End sub
kinulangan q yung codes........
uhmp...try to study the codes by line......discover your self.........happy coding! gud lck!
you can download Code Storagre V1.0.0, there's a function Fill Listview there you can use
download Code Storage, there's a function FillListview that you can use.
http://cad3dmdd.ucoz.com
http://www.cad3dmdd.com
Pages
Add new comment