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 Wanet Telecoms Ltd 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: Brando32
  • Content: Threads
  • Order by date
  1. Brando32

    Declare Variant or Object?

    When using a pointer to point to a Form or a Class or a Module ... which is better to use .... a pointer declared as a Variant or as an Object ??? (And why?) Thanks! (I originally posted this in the wrong area - my apologies)
  2. Brando32

    Code Re-use in user-defined classes?

    When you create a VB 6 class and then create many instantiations of this class during run-time - is the code part of the class shared among all the instantiations or is it re-created seperately each time? (I ask because I am debating whether to use this class as a base data type for say, a...
  3. Brando32

    Problem accessing folder using Scripting.FileSystemObject

    Hey VB Gurus .... this code snippet yields an error and I am baffled as to why. As I type the line "oFolder.Files.Item(i).Name" each part of it appears for you to select so I know it is valid syntactically, but it yields an error when run. I tried starting i at 1 and at 0, but still...
  4. Brando32

    Open connections only when you need them??

    I am fairly new to VB-SQL Server programming. Exactly how resource intensive is opening and closing a connection VERSUS keeping connections open longer in order to do several recordset-related tasks before closing the connection. I ask because I know in general tech-books say to minimize the...

Part and Inventory Search

Back
Top