Hi,
I have one job just filling three recodes from the different variables ( from database, from environment variable, from hardcoded etc) and inserting that record in the one of the table in my database. Two record are inserted
properly, but the last one missed the one field( filled with the spaces).
There is three insert call from my C program.
Last one is not working properly.
If i put a simple printf("%s\n", "Amar" before the third insert call, All the record are inserted properly.
Please anyone give me a clue what is happening here.
Regards,
Amar
I have one job just filling three recodes from the different variables ( from database, from environment variable, from hardcoded etc) and inserting that record in the one of the table in my database. Two record are inserted
properly, but the last one missed the one field( filled with the spaces).
There is three insert call from my C program.
Last one is not working properly.
If i put a simple printf("%s\n", "Amar" before the third insert call, All the record are inserted properly.
Please anyone give me a clue what is happening here.
Regards,
Amar