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 Shaun E 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: *

  • Users: ngabordh
  • Content: Threads
  • Order by date
  1. ngabordh

    Object initialization.

    Is it possibile to initialize an object`s properties, with a simple action? I mean I have a class with 5 properties. For example: class CClass { $one; $two; $three; $four; $five; function CClass() { $array = array(1,2,3,4,5); ... } } And I`d like to initialize the properties, with the...
  2. ngabordh

    How to delet all records ADODC

    Hi What is the most effective way to delet all records from a table with the ADO Data Control? How can i execute SQL statements with ADODC? Thanks.

Part and Inventory Search

Back
Top