On Sat, Jun 03, 2000 at 05:37:32PM -0500, Robert J. Sprawls wrote:
> I'm trying to learn embedded SQL in C. However, it's not working
> and reading the documentation is not answering my question(s). Here is my
Please check the test cases in the source tree. They help a little bit.
> #inclu
Hello,
I'm trying to learn embedded SQL in C. However, it's not working
and reading the documentation is not answering my question(s). Here is my
code:
#include
#include
exec sql include sqlca;
int main( int argc, char *argv[] ) {
exec sql whenever sqlerror sqlprint;
exec sql co