Re: Query Fails

From: "Chandra ASGI Tech" <chandraasgi(at)gmail(dot)com>
To: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Query Fails
Date: 2008-07-01 09:21:57
Message-ID: fbf9dcc60807010221g7d2ccfa3q74ce9a8b1be89796@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Also please check the number of attributes (columns) in the table and their
datatype - ensure that your Insert query handles them properly. Better would
be if you can give the details like the table structure, the error output.

Also, verify if the error is something related to VC++, rather than
postgres.

regards,
ChandraASGI

On Tue, Jul 1, 2008 at 4:12 AM, A. Kretschmer <
andreas(dot)kretschmer(at)schollglas(dot)com> wrote:

> am Mon, dem 30.06.2008, um 20:38:08 +0000 mailte Sheikh Salman Ahmed
> folgendes:
> >
> > Hallo Fellows
> >
> > I am a new User of postgresql.I have installed it on window XP.I feel it
> little
> > complicated on Window.I have already connected it with visual c++
> 2005,but when
> > i wanted to insert some data in my databank,then it fails and shows sytax
> error
> > or doesn't recognise my table, but connection to data it shows.
> > i am using this code to insert data.
> >
> > res = PQexec (conn, "INSERT INTO public.Person values
> (121,'xxx','yyy')");
> >
> > It will be grateful,if u ppl can help me.
>
> Please provide more details such the table-definition and the error
> message.
>
>
> Regards, Andreas
> --
> Andreas Kretschmer
> Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
> GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message lbarcala 2008-07-01 09:32:29 Re: multi-word expression full-text searching
Previous Message Clemens Schwaighofer 2008-07-01 09:18:36 Re: php + postgresql website ?