List of Projects Katsuhisa Ohfuji is involved in

Programming Language ADP

ADP (Another Data Processor) is a programming language is designed for Web database programing. It is a scripting language and a lightweight programming language in which it is possible to mix SQL easily. It is easy to install.

C++/STL ODBCライブラリ

カンマ演算子のオーバーロードを行うことにより、自然な形でC++/STLコードにSQLを含めることが出来ます。 kz_odbc db("Driver=Microsoft Access Driver (*.mdb); DBQ=test.mdb",true); kz_stmt stmt(&db); stmt, "INSERT I...