Search Results

Search: Posts Made By: dazdseg
3,752
Posted By Reboot
You can use similar to following : ...
You can use similar to following :



#!/usr/bin/bash

printf "ENTER THE FULL NAME OF FIRST DIRECTORY : "
read d1
echo
printf "ENTER THE FULL NAME OF SECOND DIRECTORY : "
read d2
echo...
1,802
Posted By pludi
Could you edit your first post to correct any...
Could you edit your first post to correct any typos you might have made? Or, if needed be, post the code without typos as an reply? That way we wouldn't be hunting down typos instead of errors.
...
12,961
Posted By clx
You don't even need variable if that is the case....
You don't even need variable if that is the case.

bcp is an stand alone utility which has command line switched for database details.
you don't need to interact with database directly. ( << thing...
12,961
Posted By clx
No, I was talking about the ending label. ( the...
No, I was talking about the ending label. ( the second one)


isql -U${S_USER} -S${S_SERV} -w100 -b -h0 <<ENDSQL | sed -e "s/Password://"
${S_PWD}
set nocount on
go
...
12,961
Posted By clx
ending ENDSQL MUST be in the beginning of the...
ending ENDSQL MUST be in the beginning of the line.

I understood, you wish to take queries from an input file instead writing.
that's why I suggested -i option.

from the sybase man page ( I...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy