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!

Recent content by ngabordh

  1. ngabordh

    Object initialization.

    Thank you. It helped me a lot!
  2. 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...
  3. ngabordh

    How to delet all records ADODC

    Thank you guys for the excellent answers!!
  4. 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