|
-
Jul 14th, 2018, 06:09 AM
#6
Re: How can I show a MessageBox when a database has certain text using SQLite?
I see. So you're saying that there's nothing in the data itself but you want to check whether each URL in that data is contained in a text file of your own? In that case, read the file into an array by calling File.ReadAllLines. You can then just loop through your data and call Contains on the array, passing the URL.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|