Questions about INSERT INTO!

From: "Anna Langer" <anna_langer(at)hotmail(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Questions about INSERT INTO!
Date: 1999-05-25 00:54:52
Message-ID: 19990525075452.36056.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi!

Thanks for all help. It worked very well.

We still have some problems with inserting a datetime into the database.

If we write like this the database accept it:

PQexec(conn, "INSERT INTO test VALUES('23/01/1999 12:03:30');

When we are inserting other values in the database we write like this:

sprintf(command, "INSERT INTO octets VALUES(%d, %d)", a, b);

Now we wonder if we can put the date in to the database in the same way that
we did with the integers? We have tried to make the date to a string, but it
doesn't take it. The errormessage say that the database is of type datetime
and the string is of type int4.

Is there anyone who can help us with this?

Thanks!

Anna and Maria

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Harvey 1999-05-25 03:12:28 ANNOUNCE: unixODBC Beta 1.0.4
Previous Message Tom Lane 1999-05-25 00:11:49 Re: [INTERFACES] dynamic IPs