>
> On Wed, 17 Jun 1998, Egon Schmid wrote:
>
> > Make the first column with the current table headers. In the second column
> > the content.
>
> You lost me on that one...the way I'm reading it, you are suggesting going
> further across the screen? Or do you mean do one site per table, each
>
Just escape the apostrophe with a backslash.
Byron
[EMAIL PROTECTED] wrote:
> Is there any way of having an apostrophe in a data field?
> It is a problem because the apostrophe is the same character as the single
> quote, so the database gets a parser error when a name such as "O'Brian"
> is en
the escape character brings up the help menu, thinking that \' is not a
valid option.
On Wed, 17 Jun 1998, Brett W. McCoy wrote:
> On Wed, 17 Jun 1998, Amos Hayes wrote:
>
> > > Is there any way of having an apostrophe in a data field?
> > > It is a problem because the apostrophe is the same ch
On Wed, 17 Jun 1998, Amos Hayes wrote:
> > Is there any way of having an apostrophe in a data field?
> > It is a problem because the apostrophe is the same character as the single
> > quote, so the database gets a parser error when a name such as "O'Brian"
> > is entered.
>
> Have you tried dou
On Wed, 17 Jun 1998 [EMAIL PROTECTED] wrote:
> Is there any way of having an apostrophe in a data field?
> It is a problem because the apostrophe is the same character as the single
> quote, so the database gets a parser error when a name such as "O'Brian"
> is entered.
Have you tried doubling
On Wed, 17 Jun 1998, Egon Schmid wrote:
> Scrolling horizontally isn't as good as scrolling vertical. I would
> suggest to have one entry over the next so I can see all information all
> together on the scren. And of course leave out rows with no content.
I, personally, do not like the i
Is there any way of having an apostrophe in a data field?
It is a problem because the apostrophe is the same character as the single
quote, so the database gets a parser error when a name such as "O'Brian"
is entered.
There must be a work-around, but I can not find any solution.
thank you for y
Scrolling horizontally isn't as good as scrolling vertical. I would
suggest to have one entry over the next so I can see all information all
together on the scren. And of course leave out rows with no content.
-Egon
On Wed, 17 Jun 1998, The Hermit Hacker wrote:
> On Wed, 17 Jun 1998, Egon Schmi
On Wed, 17 Jun 1998, Egon Schmid wrote:
> Make the first column with the current table headers. In the second column
> the content.
You lost me on that one...the way I'm reading it, you are suggesting going
further across the screen? Or do you mean do one site per table, each
table vertical fro
Make the first column with the current table headers. In the second column
the content.
-Egon
On Wed, 17 Jun 1998, The Hermit Hacker wrote:
> On Wed, 17 Jun 1998, Egon Schmid wrote:
>
> > Hi, is it possible to reduce the number of columns to two or three. It
> > doesn't fit very well in netsca
On Wed, 17 Jun 1998, Egon Schmid wrote:
> Hi, is it possible to reduce the number of columns to two or three. It
> doesn't fit very well in netscape
If you wish to suggest a good layout that will allow for the same amount
of information in less columns, I'm all ears...I couldn't figure out one
:
Hi, is it possible to reduce the number of columns to two or three. It
doesn't fit very well in netscape
-Egon
On Wed, 17 Jun 1998, The Hermit Hacker wrote:
>
> Just added some more entries to the User Gallery located at
> http://www.postgresql.org/user_gallery...
>
> We're up to a grand tota
Just added some more entries to the User Gallery located at
http://www.postgresql.org/user_gallery...
We're up to a grand total of 18 sites that are using PostgreSQL...and I
thought we had so many more then that :)
Hi,
I have a pice of code which does basiccaly this:
$query = "fetch in T";
while (($res = PQexec($PG_CONN, $query)) &&
($PGRES_TUPLES_OK == PQresultStatus($res)) &&
(PQntuples($res) == 1)) {
do_stuff();
PQclear($res);
}
As you see I'm still using the old perl-interface :).
No
15 matches
Mail list logo