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 wOOdy-Soft 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 redrockgrp

  1. redrockgrp

    long array values causing "unterminated string constant" error

    Hi all! I'm passing an ASP string to javascript to create an array: arrRptNum = new Array( <% = strRptNum %> ); My problem is that my string is about 4000 characters long and when the page generates it comes up with an &quot;unterminated string constant&quot; error because its not wrapping...
  2. redrockgrp

    Can procedure support CREATE TABLE and CREATE INDEX?

    Mary,<br><br>You need to use dynamic sql in order to execute DDL within<br>a procedure.&nbsp;&nbsp;If you review the DBMS_SQL package it should give you some examples.<br><br>Hope this helps,<br>--tl

Part and Inventory Search

Back
Top