I am fairly new at C#, but I already have two similar programs working, retrieving data from a SQLite file. Now I am working on a third, but despite the fact that I am following the same path, Visual Studio 2015 Community Edition won't accept my code.
In all cases I have used the Nuget manager to install System.Data.SQL ite, and added "using System.Data.SQL ite;".
But in the latest program, when I get to the point of...
User Profile
Collapse
-
C# SqliteConnection problem
-
I would love to have used this SELECT INTO construction, but in the absence of any useful information that I could find on the net, and with no response here, I tried a less elegant program solution - retrieving lines of data and saving them one at a time to a text file. It takes ages but it works.
Does anyone know where I can find further info on this use of SELECT INTO to create a text file, as promoted by Microsoft MVP Paul, who... -
Use SELECT INTO in C# to export Access table to csv file
At this topic "https://bytes.com/topic/visual-basic-net/answers/530817-convert-access-table-text-file-using-vb" is the following Q&A:
=============== =============== ========
"I have a MS access table and I want to export it to comma delimited
¤ text file. How do I do this programmaticall y using VB.NET or C#?
¤
¤ Thanks for any help in advance.
You can do this rather easily... -
Thanks very much.
Yes, you understand my question correctly, and it would seem that you're saying that my approach is the right one, which is comforting.
I think those of us who access the website URL I posted to look at and download for free the well over a million aircraft photos which we contribute gratis would be surprised that you classify them as a commercial site. They are first and foremost a portal/resource...Leave a comment:
-
Granting table permissions to anonymous users
Newbie warning: please be gentle with me... I've never had to worry about permissions before, all my dbs have been single-user.
I want to set up a PHP/MySQL based website to display photos listed in a table, which any visitor can interrogate (read-only) without a username or password; <link removed> is the sort of thing I'm aiming at, if you want an example. My webspace provider has all the right stuff, and I can do the coding...
No activity results to display
Show More
Leave a comment: