Click here to Skip to main content
15,912,493 members

Comments by RedDk (Top 200 by date)

RedDk 2 days ago View    
Go online and search for "conio.h" ... see what anyone says in the returns. Also a suggestion: try to capitalize first person pronouns (always) and don't forget to start your sentences with words that are similarly capitalized.
RedDk 1-May-24 13:54pm View    
The solution is exactly as RMC states; as you hint though, note that with 20000 records, a better placement for the formula cell would be somewhere south of D2:D20001. Say ... D2:D20114.
RedDk 15-Apr-24 11:53am View    
Here's a wrapper on GITHUB. There are a couple of .sln files. Try one of these before you do anything else. When you get those, manage to convert your present problem.

https://github.com/zelloptt/kompex-sqlite-wrapper
RedDk 12-Apr-24 13:56pm View    
I saw this post of yours yesterday and thought I'd provide this link as an answer: https://stackoverflow.com/questions/6649363/microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine. But did not.
RedDk 22-Mar-24 15:32pm View    
Well, as per the SQL Server "not found" error issued, if this happened to me, the first thing I'd do is check, in Computer Management console under Services and Applications/Services, whether an instance of SQL Server even exists. Once I've scrolled down to the "S" and seen the name "SQL Server (SQLEXPRESS)" instance, I'd wonder why a thing that is normally a Startup Type AUTOMATIC (and "Running") wasn't doing just that. Just for starters.