Re: How set a



Amartya wrote:


Hi all,
i have a problem with "where clause" event, i want se it as
variable
to update a database. It's possible?
I tried this script but nothing
"
whereclause = ['where Price =' ,SI(1,1)]
update(conn, 'datain', colnames, exdata, whereclause )
"
Thanks all in advance
Amartya

What datatype is your variable. You might need to use num2str or a
similar function.
.



Relevant Pages

  • Re: How set a
    ... Amartya wrote: ... i have a problem with "where clause" event, ... to update a database. ... is a numeric data, ...
    (comp.soft-sys.matlab)
  • RE: SSIS: exporting SQL tables to Access on scheduled basis
    ... script window. ... Create a backup of your 'production' database using a script. ... has the "REPLACE" clause. ...
    (microsoft.public.sqlserver.dts)
  • How set a "where clause" as variable to update.
    ... i have a problem with "where clause" event, i want se it as variable ... to update a database. ... I tried this script but nothing ... update(conn, 'datain', colnames, exdata, whereclause) ...
    (comp.soft-sys.matlab)
  • Re: DB Architecture Questions (for joe celko)
    ... So a deck of punch cards or a mag tape is just like an SQL Schema to ... a table has a name in the database. ... OCCURS clause. ... This rule would be enforce by a REFERENCES clause on the Orders table ...
    (microsoft.public.sqlserver.programming)
  • [NEWS] IBM Informix Web DataBlade Local Root by Design
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... that ease development of "intelligent", interactive, Web-enabled database ... person who has access to change the Perl script. ...
    (Securiteam)

Loading