i am having a problem regarding embedded sql in cshell.
i run a sql query and obtain the data in a file. then the data obtained in the file needs to be parsed in order to do proper function.
is there a way by which i can run a sql query and the data abtained be stored in variables which can...
is there any utility in unix which converts a flat file into XML file.
i am actually reading data from oracle database table with embedded SQL in UNIX into a flat file now this data needs to be converted into XML format.
consider the following example:
string1=dogs
string2 = animalsdogscatsdogs
now i need to find the starting position of string1 within string2 specified from a given position.
if d = [string1,string2]
then the value of d will be 8 as dogs starts from the 8th position in string2
now if d =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.