Connecting to a Base Database with C++

Discuss the database features
Post Reply
Josheirm
Posts: 1
Joined: Sun Jun 02, 2019 8:51 pm

Connecting to a Base Database with C++

Post by Josheirm »

I am trying to connect and use queries with a MS Access database using the programming language C++. Will an OO Base database saved as an MS Access type work as a substitute of an Access database for my C++ code? I think it will.

Thank you,
JoshEirm
Open Office 4.1.4
Windows 10
User avatar
Villeroy
Volunteer
Posts: 31269
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Connecting to a Base Database with C++

Post by Villeroy »

No.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
User avatar
Parth
Banned
Posts: 1
Joined: Sat Sep 21, 2019 4:44 pm

Re: Connecting to a Base Database with C++

Post by Parth »

Connect to SQL Database using C and C++


The only caveat here is that ODBC does use an old C-style API.
Step 1: Creating your Azure SQL Database. ...
Step 2: Get connection string. ...
Step 3: Add your IP to the firewall. ...
Step 4: Connecting from a Windows C/C++ application. ...
Step 5: Connecting from a Linux C/C++ application.
OpenOffice 3.1 on Windows Vista
User avatar
Villeroy
Volunteer
Posts: 31269
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Connecting to a Base Database with C++

Post by Villeroy »

And the answer to the original question remains "No".
Or should I say "Mu"? https://en.wikipedia.org/wiki/Mu_(negative).
Or since we try to talk about databases: NULL because any operation with NULL returns NULL.
Last edited by MrProgrammer on Mon Sep 23, 2019 6:42 pm, edited 1 time in total.
Reason: Added [url] tags
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply