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 Chriss Miller 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 Grassland

  1. Grassland

    Deleting a contact using first and last name

    I am new when it comes to working with contacts. Here is my code I am using. It only errors when I supply a first and last name. If I supply only a display name it works fine. I am guessing it is something to do with my selection line. private void deleteContact(String...
  2. Grassland

    Dataset wont update my database

    I tried changing the field to a long integer and deleting a record it does update the dataset but still not the database. ' update database Me.Validate() Me.TblContactsBindingSource.EndEdit() Me.TableAdapterManager.UpdateAll(Me.ContactsDataSet)
  3. Grassland

    Dataset wont update my database

    Yes, I have a primary key on the table. It is an autonumber field within a Microsoft Access database.
  4. Grassland

    Dataset wont update my database

    I am new to Visual Studio and I can’t seem to figure out why my database won’t update. I have attach my solution files. Any help is greatly appreciated.http://hanson256.no-ip.org/ContactBookSolution.zip
  5. Grassland

    Semaphore Timeout expired? (SCO UNIX Server)

    Using the 3Com Network supervisor, it says that FTP Service response time is very high and it may be caused by network problems or that i should get another server or buy a better one. It is a: Compaq ProLiant ML350 Pentium 3 1.4Ghz 1GB RAM
  6. Grassland

    Semaphore Timeout expired? (SCO UNIX Server)

    SCO Openserver 5.0.7 VSIFax is the application. I dont know how to check the semaphores?
  7. Grassland

    Semaphore Timeout expired? (SCO UNIX Server)

    I am getting an error on my workstations saying: The Semaphore timeout period has expired! The workstations can not access the server(unix sco server). Its is not always the same workstations that have this problem and it has been happening every week. Any suggestions or solutions?

Part and Inventory Search

Back
Top