Search Results

Search: Posts Made By: rahulmittal87
1,835
Posted By rahulmittal87
I want to perform database queries based on...
I want to perform database queries based on Values of A to M. I need to decide the type of query whether insert,update or delete based on the value of B. And, will update the value of database table...
1,835
Posted By rahulmittal87
Thanks! I will try it..... :) ----------...
Thanks! I will try it..... :)

---------- Post updated at 12:24 PM ---------- Previous update was at 12:00 PM ----------

Looks very good!... Thanks a lot.

Just two things:
1. I also need...
1,835
Posted By rahulmittal87
Parse XML For Values
Hi All,
I want to parse XML to extract values of the tags to do further processing. The XML looks like

<?xml version="1.0" encoding="ISO-8859-1"?>
<allinput>
<input A="2389906" B="install">...
3,027
Posted By rahulmittal87
I tried the method you shared by I couldn't...
I tried the method you shared by I couldn't succeed. I will brief out the layout of my code.

mysql -D $MASTER_DB_NAME -h $MASTER_DB_HOST -u $MASTER_DB_USER -p$MASTER_DB_PASSWD << EOD
\!for ((...
3,027
Posted By rahulmittal87
Run Shell Commands after creating MYSQL Connection
Hi,
I am trying to make a Shell Script using which I will update around 10K records in MySQL db each night. For that, I am currently doing the following command in FOR LOOP:

mysql -D...
12,391
Posted By rahulmittal87
Hey thanks Man :) U Solved My Problem! ...
Hey thanks Man :)
U Solved My Problem!

---------- Post updated at 04:18 PM ---------- Previous update was at 03:49 PM ----------

Hey, i am stuck now with something else.
lemme show a part of...
12,391
Posted By rahulmittal87
I am writing a script in which i want to take...
I am writing a script in which i want to take multiple PATHS values in a FOR loop.
The problem is that value for "rahul" will get reset to latest entered value on each "i" variable traverse.
what i...
12,391
Posted By rahulmittal87
How to accept multiple input in a same variable
Hi All,



I am trying to write a script in which I need to accept multiple value in the same variable.

The case Is that I have put a FOR loop and inside the FOR loop I am accepting a...
Showing results 1 to 8 of 8

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