Click here to Skip to main content
15,893,266 members

Comments by Blue Ocean (Top 10 by date)

Blue Ocean 23-Mar-22 19:48pm View    
Because it seems to make working with the reporting side of things a little less difficult, but seeing as there doesn't seem to be a solution, I will likely work through the coding.
Blue Ocean 23-Mar-22 15:38pm View    
I didn't realize that was a negative thing, my apologies.
Blue Ocean 23-Mar-22 15:12pm View    
Mike thanks for the link, but I am looking specifically for how to add SQLite to the data source list in Visual Studio 2022, Data Source Configuration Wizard.
Blue Ocean 23-Mar-22 13:43pm View    
Mike see my note below to Maciej.
Blue Ocean 23-Mar-22 10:21am View    
Maciej, I think I am asking this question wrong. I understand how to use SQLite in my C# project code (connection strings, commands, data adapters, data readers, command builder, etc) What I am trying to do is figure out how to include the SQLite in the list that is in the Visual Studio 2022 Data Source Configuration Wizard. In Visual Studio\Add New Data Source...\ the Data Source Configuration Wizard opens and asks for
SOURCE TYPE: Database
...then it asks for
SOURCE MODEL: Dataset
...then it asks for
DATA CONNECTION: I select NEW CONNECTION and the CHOOSE DATA SOURCE form opens with a list of sources:
Microsoft Access Database File
Microsoft ODBC Data Source
Microsoft SQL Server
Microsoft SQL Server Database File
<other>

Here is where I need to have SQLite to select from. How do I add SQLite in this list?