[Bug 272681] Re: Inserting into a database

2008-09-21 Thread mcas
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs .

** Changed in: ubuntu
   Status: New => Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+question/45819

-- 
Inserting into a database
https://bugs.launchpad.net/bugs/272681
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272681] Re: Inserting into a database

2008-09-21 Thread adithya
i was given an option of :- 
replacing

awk ''if(rno==$1)
 {
  print $1>"tem"
   }'DATA
with

 awk -v rno=$rno 'rno == $1 {print $1 > "tem"}' DATA

i.e no 'if' needed

also, further down, change

if test flag -ne 1

to

if test $flag -ne

..but this also din't work..

-- 
Inserting into a database
https://bugs.launchpad.net/bugs/272681
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 272681] Re: Inserting into a database

2008-09-21 Thread adithya

** Attachment added: "db.sh"
   http://launchpadlibrarian.net/17788625/db.sh

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/17788626/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/17788627/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/17788628/ProcStatus.txt

-- 
Inserting into a database
https://bugs.launchpad.net/bugs/272681
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs