![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TA08-099A: Microsoft Updates for Multiple Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 04-08-2008 04:30 PM |
| TA08-087A: Mozilla Updates for Multiple Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 03-27-2008 05:10 PM |
| TA08-087B: Cisco Updates for Multiple Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 03-27-2008 04:40 PM |
| TA08-079A: Apple Updates for Multiple Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 03-19-2008 02:30 PM |
| TA08-079B: MIT Kerberos Updates for Multiple Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 03-19-2008 02:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
multiple updates
Hi all,
I would like to perform multiple updates within a single database open and close. Box: solaris dB: informix This is how i do perform for single update dbaccess <dbname> -<<EOF update table1 set col1=1 where col2=1 EOF i have the col1 values in a file (some 1000 values) now how do i proceed with an update of 100 values at a time and give a commit. The above sample is time consuming as it has to open and close the database for each and every update done. And between the dbaccess and EOF i cannot read from the file as within them only database operations are allowed and no file manipulation, storing in variables are allowed. Any help would be greatly appreciated. Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|