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 H0nger

  1. H0nger

    Speed up "SELECT *" on a table with a MEDIUMTEXT field

    cLFlaVA, Thats what I would do too, but my predecessors thought it would be handy to just dump everything in one table so I'm stuck with this. Thanks anyway, H0nger
  2. H0nger

    Speed up "SELECT *" on a table with a MEDIUMTEXT field

    Rudy, That won't do, i need the MEDIUMTEXT field because i want to examine its contents. But thanks anyway Arnold
  3. H0nger

    Speed up "SELECT *" on a table with a MEDIUMTEXT field

    I'm really at a loss here, so i hope someone can help me. I'm writing an application in VB and i want to search through a database on the server. I have a table called TEST_TABLE, it has three fields: id, name, log "id" is a BIGINT and the primary key "name" is a VARCHAR(128) "log" is a...

Part and Inventory Search

Back
Top