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

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

    How do I delare a shared function in a class

    I am trying to call a method in a class without instantiating the class. MSDN is telling me to declare as follows: Public Shared Function xxx() as Boolean However when hitting enter the message "identifier expected" is appearing? Do I need any other declarations... Thanks in advance...
  2. caso

    Updating Table Column info using VB

    I am trying to write a VB script that will allow me to update table information at a column level. What I need to do is write a VB script that will add a new column to an existing table with a particular default value. The script has problems creating this default value. Any ideas why??
  3. caso

    Multiple Visual Basic 3 apps

    The problem is : I have two VB3 apps, both connecting to SQL Server 6.5 using ODBC. They both work well independently, but when they are running at the same time get various errors either from SQL Server (Communication Link failure) or GPF's The question being does anyone know of a constraint...

Part and Inventory Search

Back
Top