I am using a ListView control in my VB Form and I want to save all the data in my ListView control. It has 2 columns and the number of rows can keep increasing depending on the user. Please help me with this query. Thanks in advance.

Recommended Answers

All 4 Replies

I think you need to use database to save the data not SaveSetting.

Can you help me in doing that( I'm a newbie ), please give me a sample code.

You need to create tables in desired database.
Use ADO to connect VB to database.
Store data from front end application into database.

programming 101

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.