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 wOOdy-Soft 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: aardvark92
  • Content: Threads
  • Order by date
  1. aardvark92

    new job is (surprise!) less than full time

    I've recently started a new job at a web development company. It's a small company, about 10 full-time employees (including 4 programmers). During the interview, I asked a few questions to get an idea of whether the company was bringing in steady work, and was given reassuring answers. And they...
  2. aardvark92

    Favorite PostgreSQL-based tools

    What are your favorite PostgreSQL-based tools? I'm not really asking for advice on what I should use -- my needs might be different from yours. I'd just like to get an idea of the different ways people are using Postges.
  3. aardvark92

    difference between echo and print

    I've been wondering about this for a while. . . What, practically speaking, is the difference between the print() and echo() constructs? According to php.net, print returns a value (always 1), while echo does not. Also, print outputs a string, while echo outputs one or more strings. So I...
  4. aardvark92

    Does PostgreSQL have an enum data type?

    I'm moving to PostgreSQL after using MySQL for a few years. One of MySQL's features is an enum data type, which is used to select from a list. For example, I might declare a field rating ENUM("good","fair","poor") to limit it to those three values. I haven't found an exact equivalent in...
  5. aardvark92

    file locking over a network

    I'm not sure if this is the best place for this question. We've run into an unusual situation here. We have several users running Access 97. The database files are stored on a network drive so they can be accessed by whoever needs them. Recently, several databases have begun locking up during...

Part and Inventory Search

Back
Top