Re: Some way/tool to do this with database scripts backups

2008-04-11 Thread dr_pompeii
DEN OUWELAND', ciudad='OTHER CITY' WHERE idCliente='000273999' UPDATE cliente SET razonCliente='I HAVE A NEW NAME', ciudad='AREQUIPA' WHERE idCliente='00454507' . maybe i would need create a C.sql in this way UPDATE cliente SET ciudad=&#

RE: Some way/tool to do this with database scripts backups

2008-04-06 Thread dr_pompeii
ed > warranties or liabilities. To the extent you are relying on this > information, you are doing so at your own risk. If you are not the > intended recipient, please notify the sender immediately by replying to > this message and destroy all copies of this message and any attac

RE: Some way/tool to do this with database scripts backups

2008-04-05 Thread Martijn van den Burg
Hi, > if i have for example > a simple table call person > > with 'id' and 'name' how columns > > i can do a backup and get some file (A.sql) > with all the inserts statements > > here, all fine > > but > how i can do this? Have a look at the 'mysqldump' command line utility. It goes somethin

Some way/tool to do this with database scripts backups

2008-04-04 Thread dr_pompeii
w B.sql, with update statements its possible do this? even worst, if a have a table with 20 columns i need the way to generate the same B.sql but with my desired columns to update thanks in advanced -- View this message in context: http://www.nabble.com/Some-way-tool-to-do-this-with-data