Обсуждение: where can i find documentation of odbc api

Поиск
Список
Период
Сортировка

where can i find documentation of odbc api

От
"saurabh agarwal"
Дата:
Hi all,
I want to use ODBC for connecting to Postgres can i find consolidated
ODBC api (soft copy) somewhere.
Preferably PDF or html.

Plesae help.
Thanks\
Saurabh Agarwal

--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


Re: where can i find documentation of odbc api

От
Chris Gamache
Дата:
I'd love to help, but need a few more bits of information...

Are you wanting to improve the ODBC component, or are you wanting to access
back-end data stored in a PostgreSQL database from your application?

If its the former, I can't help you there... Coding at that level is magical to
me.

If it is the latter, it depends on your development environment. For a
Microsoft environment you can use ADO, which uses ODBC transparently to access
back-end data. For a Perl Environment you can use DBI, which can access
PostgreSQL natively, or through ODBC. Delphi has native access and ODBC access.
The list goes on and on...

HTH,

CG


--- saurabh agarwal <saurabhagarwal@post.com> wrote:
> Hi all,
> I want to use ODBC for connecting to Postgres can i find consolidated
> ODBC api (soft copy) somewhere.
> Preferably PDF or html.
>
> Plesae help.
> Thanks\
> Saurabh Agarwal
>
> --
> ___________________________________________________________
> Sign-up for Ads Free at Mail.com
> http://promo.mail.com/adsfreejump.htm
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings





__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover

Re: where can i find documentation of odbc api

От
"saurabh agarwal"
Дата:
Hi,
i need to access backend database postgres with c++ on solaris platform.
I am new to databse and i have an impression that odbc is a api which
is same over all platforms am i wrong about that ,and if i am correct where can
i find list of all functions.
thanks



----- Original Message -----
From: Chris Gamache <cgg007@yahoo.com>
Date: Fri, 7 May 2004 14:27:43 -0700 (PDT)
To: saurabh agarwal <saurabhagarwal@post.com>,pgsql-odbc@postgresql.org
Subject: Re: [ODBC] where can i find documentation of odbc api

> I'd love to help, but need a few more bits of information...
>
> Are you wanting to improve the ODBC component, or are you wanting to access
> back-end data stored in a PostgreSQL database from your application?
>
> If its the former, I can't help you there... Coding at that level is magical to
> me.
>
> If it is the latter, it depends on your development environment. For a
> Microsoft environment you can use ADO, which uses ODBC transparently to access
> back-end data. For a Perl Environment you can use DBI, which can access
> PostgreSQL natively, or through ODBC. Delphi has native access and ODBC access.
> The list goes on and on...
>
> HTH,
>
> CG
>
>
> --- saurabh agarwal <saurabhagarwal@post.com> wrote:
> > Hi all,
> > I want to use ODBC for connecting to Postgres can i find consolidated
> > ODBC api (soft copy) somewhere.
> > Preferably PDF or html.
> >
> > Plesae help.
> > Thanks\
> > Saurabh Agarwal
> >
> > --
> > ___________________________________________________________
> > Sign-up for Ads Free at Mail.com
> > http://promo.mail.com/adsfreejump.htm
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 7: don't forget to increase your free space map settings
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs
> http://hotjobs.sweepstakes.yahoo.com/careermakeover
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match

--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


Re: where can i find documentation of odbc api

От
Jeff Eckermann
Дата:
--- saurabh agarwal <saurabhagarwal@post.com> wrote:
> Hi,
> i need to access backend database postgres with c++
> on solaris platform.
> I am new to databse and i have an impression that
> odbc is a api which
> is same over all platforms am i wrong about that
> ,and if i am correct where can
> i find list of all functions.
> thanks
>
>

http://msdn.microsoft.com/library/en-us/odbc/htm/dasdkodbcoverview.asp

Not all functions are supported by the pgsqlodbc
driver; I am not aware of any documentation which
definitively states which.  I suggest that you test
before relying on any.

>
> ----- Original Message -----
> From: Chris Gamache <cgg007@yahoo.com>
> Date: Fri, 7 May 2004 14:27:43 -0700 (PDT)
> To: saurabh agarwal
> <saurabhagarwal@post.com>,pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] where can i find documentation
> of odbc api
>
> > I'd love to help, but need a few more bits of
> information...
> >
> > Are you wanting to improve the ODBC component, or
> are you wanting to access
> > back-end data stored in a PostgreSQL database from
> your application?
> >
> > If its the former, I can't help you there...
> Coding at that level is magical to
> > me.
> >
> > If it is the latter, it depends on your
> development environment. For a
> > Microsoft environment you can use ADO, which uses
> ODBC transparently to access
> > back-end data. For a Perl Environment you can use
> DBI, which can access
> > PostgreSQL natively, or through ODBC. Delphi has
> native access and ODBC access.
> > The list goes on and on...
> >
> > HTH,
> >
> > CG
> >
> >
> > --- saurabh agarwal <saurabhagarwal@post.com>
> wrote:
> > > Hi all,
> > > I want to use ODBC for connecting to Postgres
> can i find consolidated
> > > ODBC api (soft copy) somewhere.
> > > Preferably PDF or html.
> > >
> > > Plesae help.
> > > Thanks\
> > > Saurabh Agarwal
> > >
> > > --
> > >
>
___________________________________________________________
> > > Sign-up for Ads Free at Mail.com
> > > http://promo.mail.com/adsfreejump.htm
> > >
> > >
> > > ---------------------------(end of
> broadcast)---------------------------
> > > TIP 7: don't forget to increase your free space
> map settings
> >
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Win a $20,000 Career Makeover at Yahoo! HotJobs
> >
> http://hotjobs.sweepstakes.yahoo.com/careermakeover
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 9: the planner will ignore your desire to
> choose an index scan if your
> >       joining column's datatypes do not match
>
> --
>
___________________________________________________________
> Sign-up for Ads Free at Mail.com
> http://promo.mail.com/adsfreejump.htm
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
>     (send "unregister YourEmailAddressHere" to
majordomo@postgresql.org)





__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover