Click here to Skip to main content
15,886,963 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Best option for a local/standalone database in a desktop project? PinPopular
Marc Clifton13-Sep-22 1:28
mvaMarc Clifton13-Sep-22 1:28 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Marc Clifton13-Sep-22 1:31
mvaMarc Clifton13-Sep-22 1:31 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Dan Neely13-Sep-22 4:24
Dan Neely13-Sep-22 4:24 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
BryanFazekas13-Sep-22 2:04
BryanFazekas13-Sep-22 2:04 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
CHill6013-Sep-22 5:54
mveCHill6013-Sep-22 5:54 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
BryanFazekas13-Sep-22 6:10
BryanFazekas13-Sep-22 6:10 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Prahlad Yeri13-Sep-22 6:46
Prahlad Yeri13-Sep-22 6:46 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
BryanFazekas13-Sep-22 7:54
BryanFazekas13-Sep-22 7:54 
Prahlad Yeri wrote:
I don't know about sql express but used sqlite extensively. In terms of "tools", a single command line program called sqlite3.exe is typically used though "proper" IDEs like DBeaver come with their own libraries for creating and managing sqlite files.
Thanks for the info. I will consider that in the future.

I suspect the problem with VS/Access interactions is the MS Access team and the VS team don't consider working with each other, as MS pushes SQL Server (in all its varieties) as the DB solution. MS Access appears to be considered a stand-alone product that is self-contained.

Prahlad Yeri wrote:
Regarding working with mdb without MS-Access, I'm thinking DAO which I believe is an ancient library but still ships with most recent windows systems?
Internally MS Access uses AccessBasic, which hasn't changed substantially in 20+ years. That is probably DAO.

In C# I use System.Data, specifically the OleDB provider. This replaced the earlier DAO and ADO (ODBC) libraries, AFAIK.
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Gerry Schmitz13-Sep-22 3:33
mveGerry Schmitz13-Sep-22 3:33 
QuestionRe: Best option for a local/standalone database in a desktop project? Pin
Luschan15-Sep-22 11:06
Luschan15-Sep-22 11:06 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
PIEBALDconsult13-Sep-22 3:37
mvePIEBALDconsult13-Sep-22 3:37 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Edward Aymami13-Sep-22 4:23
Edward Aymami13-Sep-22 4:23 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
RickZeeland13-Sep-22 5:48
mveRickZeeland13-Sep-22 5:48 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
BryanFazekas13-Sep-22 6:49
BryanFazekas13-Sep-22 6:49 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
rnbergren13-Sep-22 6:08
rnbergren13-Sep-22 6:08 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
FreedMalloc13-Sep-22 8:38
FreedMalloc13-Sep-22 8:38 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Davyd McColl13-Sep-22 22:28
Davyd McColl13-Sep-22 22:28 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Ed Kautz14-Sep-22 4:59
Ed Kautz14-Sep-22 4:59 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
DerekT-P13-Sep-22 23:01
professionalDerekT-P13-Sep-22 23:01 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Member 1330167913-Sep-22 23:39
Member 1330167913-Sep-22 23:39 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Dan Neely14-Sep-22 3:53
Dan Neely14-Sep-22 3:53 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Member 1330167914-Sep-22 4:12
Member 1330167914-Sep-22 4:12 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
maze314-Sep-22 0:06
professionalmaze314-Sep-22 0:06 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
gervacleto14-Sep-22 1:29
professionalgervacleto14-Sep-22 1:29 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Thornik14-Sep-22 2:02
Thornik14-Sep-22 2:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.