Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: update db problem

by pajout (Curate)
on Jun 15, 2010 at 07:39 UTC ( [id://844805]=note: print w/replies, xml ) Need Help??


in reply to update db problem

It is trivial error:
$cmd = $connString."update [dbname].[record] set record = 7\nGO\nquit\ +n"; $cmd = $connString."select * from [dbname].[record]\nGO\nquit\n"; $result = `$cmd`;
=> $cmd does NOT contain any update, just connstring and select...

Replies are listed 'Best First'.
Re^2: update db problem
by mybend (Initiate) on Jun 15, 2010 at 12:32 UTC
    The "Update" query is one above it
      But it never gets executed.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://844805]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 02:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found