Re: Help on using curl on IBM AIX thru C Programs

2019-10-22 Thread spdev31 via curl-library
Simple advice, but try out the example programs. Build it, run it, understand what it's supposed to accomplish, then check the code. Each time you see a curl API function in the code read the docs on that function to understand it. Repeat. Then write your own code and confirm your understandin

Re: Help on using curl on IBM AIX thru C Programs

2019-10-21 Thread KrishnaSagar S via curl-library
Thanks for the reply. Here's the situation, we have a system developed long back on IBM AIX machine and using the C Programs with Embedded SQL statements and they are of extensions sqc/ccs. The same programs are used to send/receive data to/from Mainframe too. Now there is another central system

Re: Help on using curl on IBM AIX thru C Programs

2019-10-18 Thread Igor Korot via curl-library
Hi, On Fri, Oct 18, 2019 at 5:25 PM KrishnaSagar S via curl-library wrote: > > Hello All, > I'm new to this curl and seeking help from any one of you who can help me on > developing programs on IBM AIX machine using C/C++/Embedded SQL Programs. In order to help you we need more information from