Re: [GENERAL] Using embedded SQL.

2000-06-06 Thread Michael Meskes
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

[GENERAL] Using embedded SQL.

2000-06-03 Thread Robert J. Sprawls
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