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!

Search results for query: *

  1. Gilles

    replication to oracle from ms sql

    hi Thanks for the white paper ,but is there anything on sql 6.5 to oracle 8i. Or can i use sql 7 from 6.5 to oracle 8i Regards Gilles
  2. Gilles

    replication to oracle from ms sql

    hi Has any one ever replicated from ms sql to a oracle database Any tips or commects will be welcome
  3. Gilles

    How to deallocate an array of pointers ?

    Sorry, but i indexes don't appear in my previous <br>message as they are interpreted as italic signals.<br>Here is a new version :<br><br>Thank you Pete,<br>Actually, my code looks more like :<br><br>char** pbuf = new char*[100];<br>short&nbsp;&nbsp;k;<br><br>for(k=0; k&lt;100...
  4. Gilles

    How to deallocate an array of pointers ?

    Thank you Pete,<br>Actually, my code looks more like :<br><br>short&nbsp;&nbsp;i;<br>char** pbuf = new char*[100];<br><br>for(i=0; i&lt;=100; i++)<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;pbuf<i> = new char[100];<br>}<br><br>for(i=0; i&lt;=100; i++)<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;delete []...
  5. Gilles

    How to deallocate an array of pointers ?

    In a dll I allocate memory for an array of char* :<br>ppChar = new char*[ y ];<br>When I try to free it I get an error :<br>delete [] ppChar;<br>What is my mistake ? Thank you.<br>

Part and Inventory Search

Back
Top