Hi,
I have a server-client app. The client is written in C and I use the client to connect to server and read data structure from it.
Now, I want to connect this client to sap hana server and send the data read from server directly to sap hana server. I am not sure conceptually
how to go about it. Do I require a gateway or need some sort of connector , if I want to write the code on my own , how should I conceptualize this whole data reading from server and sending it to sap hana. I am a newbie with programming and its concepts, though I understand C and C++ quite well. Some help or suggestion on concept level for how to go about it , will be of great help to me.