Mar 11, 2005 #1 k5shah Programmer Mar 11, 2005 1 CA Hi, Anyone know how to do the following in C? SELECT a, b from tab1, tab2 WHERE tab1.a = tab2.b
Mar 13, 2005 #2 MarcLodge Programmer Feb 26, 2002 1,886 GB k5shah, I'm struggling slightly to understand your question. Do you just want an example of a C program that makes a DB2 call? If so try: http://www.cas.mcmaster.ca/~cs4eb3/db2/sample_c.txt Hope this helps Marc Upvote 0 Downvote
k5shah, I'm struggling slightly to understand your question. Do you just want an example of a C program that makes a DB2 call? If so try: http://www.cas.mcmaster.ca/~cs4eb3/db2/sample_c.txt Hope this helps Marc