Skip to content Skip to sidebar Skip to footer
Showing posts with the label C

Sqlite3 C/c++, Get The Table Names Involved Int An Aggregate Query

I am using sqlite in a C++ project and I would like to be able to get the table names involved in a… Read more Sqlite3 C/c++, Get The Table Names Involved Int An Aggregate Query

Use Of Sqlite3_exec

I have the next SQLITE3 commands that generates a file with more than 60 million records: .mode csv… Read more Use Of Sqlite3_exec

How Can I Use Sqlite3.c In A C++ Project?

I am attempting to use sqlite3 in a C++ project in Eclipse and have found a great deal of advice on… Read more How Can I Use Sqlite3.c In A C++ Project?

Sqlite3_open - Problems Checking If A File Is A Sqlite3 Database

I'm working with sqlite3 for the first time, and cannot get it to properly check a file before … Read more Sqlite3_open - Problems Checking If A File Is A Sqlite3 Database

Check For Zero Rows In Select Query

My C program has an embedded sql query. This program runs on windows and queries the oracle databas… Read more Check For Zero Rows In Select Query

How To Prevent Sigint In Child Process From Propagating To And Killing Parent Process?

I've recently learned how to do the whole fork/exec/wait thing and ended up writing some code t… Read more How To Prevent Sigint In Child Process From Propagating To And Killing Parent Process?