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...
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.