Hello, Could you please let me know hte command to transfer files from one server to another server through TELNET? Thanks,
Hello, I need sample application for DataBase connection with below operations, 1] Connect to DB 2] Get data from EMP table 3] Set data for EMP...
Hi, I have a folder (C:\shellprg\input\) containing .CSV, .zip, .gz files. 1] I want to find all .zip/.gz files from folder...
Hi, I had a input file containing, Code:...
Hello, I had written a shell script that accepts input file as cmd line argument and process this file. if [ $# -eq 1 ]; then if [ -f $1 ]; then...
Hi, Can any one help me out in writting korn shell script with DDL statements to create database table having 3 columns. I am using AIX with...
Hi, Input date is in mm/dd/yyyy format and I want to write a function to change the date format in yyyy-mm-dd format. Thanks in advance.
Hi, I want to use OnDemand Content Server as database in C on AIX. I want to connect to DB and search for folder, for that i used...
Hi, I am creating/opening a file using, FILE *file = fopen(" C:\\ABC\\Poo.txt","w+"); if(file == NULL) printf("un sucessful"); else...
Hello, I am using xlc_r compiler version 8.0 on AIX. I had created a sample application in c. For compilation and execution on unix, i created...
Hello, I had created a makefile for my simple C application. I am able to create object and library file through makefile sucessfully. I had...
Hi I need to do the date comparision in plain C. one is the char Date_1[8] and other is #defined constant "DATE2" I want to use most recent...
Hi, I had created makefile to compile and create .exe file of C++ code. but while executing makefile i am receiving following error I am able to...
Hi, How can I search any file in Unix from home directory? File is in sub directory. Search a file in dir and sub dir. Thanks in advance.
Hi, I am using C++ under Unix environment. I had created 2 files xyz.h and xyz.cpp, I want to compile them on unix server. How can I do it?...
I want to read a file and from some location i need to copy the contents and write into another file. E.g. Oldfile.txt contents, ABC987;26/09/2006...
Separate names with a comma.