anyone has info on this?
Thanks in advance!
Although not tutorials, these links may(?) help:
Embedded SQL Programming
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/rzajp/rzajpkickoff.htm
CLI API
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/cli/rzadpkickoff.htm
C and C++ PDF docs (may want to download)
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/rzahg/rzahgcandcplus.htm
(see ILE Concepts, ILE C/C++ Programmer's Guide)
Porting Central
https://www-03.ibm.com/servers/enable/site/porting/iseries/overview/portingtopics.html
--
Karl Hanson
The following document describes imbedded SQL programming using the SQL
precompilers. This book is for V6R1 but the book exists in prior
releases as well. Look in the IBM i Info Center, Programming,
Programming Languages, SQL.
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/rzajp/rzajp.pdf
The _R functions (_Ropen(), _Rclose(), _Rreadn(), _Rwrite(), etc.)
declared in the <recio.h> header file can be used to do 'raw access' to
a database file. They are documented within the ILE C/C++ Runtime
Library Functions manual (V6R1 -
http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/topic/apis/sc415607.pdf).
Thank you both for you kinds responses, looks like a lot of
information!