February 15th, 2011

You are currently browsing the articles from Techno Oracle written on February 15th, 2011.

Using SQL statements in C

The Standards for C,C++ and  SQL were designed to enable  Application portability.To achieve this portability it is necessary that both platforms must confirm to the international standards.The SQL/2 standard supports embedding sql statements in other languages.Oracle’s embedded SQL environment is called Pro*C.This Tutorial shows how to embed sql statements in C or C++. A C [...]

Written by admin on February 15th, 2011 with comments disabled.
Read more articles on Pro *C.