Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dkvin

  1. dkvin

    Find out number of updated records

    try to get <b>@@rowcount</b> variable <p>Dmitry Vinokurov<br><a href=mailto:dkvin@mail.ru>dkvin@mail.ru</a><br><a href= > </a><br>
  2. dkvin

    New to Sybase and PowerBuilder.

    Hi!<br>It must be<br><FONT FACE=monospace><br>string firstname_var<br>string surname_var<br>Integer age_var<br><br>SELECT firstname, age , surname<br>INTO :firstname_var, :age_var, :surname_var<br>FROM employees WHERE surname = :surname_var; <br><br>sle_firstname.text = firstname_var...
  3. dkvin

    I urgently need to solve this problem.

    May be it's due to the parameters' datatype.<br>In manual:<br><i>Syntax<br>ISNULL ( expression, expression [ , ... ] )<br>Parameters<br>expression - The numeric expression passed into the function...</i><br><br>So, parameters must be the numeric expression. You need to convert varchar to numeric.

Part and Inventory Search

Back
Top