Search button
Go to solution
Solved by vorticalbox,
14 minutes ago, Execute0426 said:with sql connection... sorry
So you want to search a database? If the data is already in the listview then there is no need to connect to the database as you have all the data you need.
You can search a database with
SELECT * FROM Table
WHERE col LIKE '%Thing To Search%';

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now