嵌入式postgresql [英] embedded postgresql

查看:159
本文介绍了嵌入式postgresql的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在开始一个新项目,我打算在我的win32应用程序中使用

嵌入式数据库服务器。

我打算使用VC ++ microsoft studio 6.0作为我的

开发环境。


postgres.org网站似乎正在迎合

有各种要求和平台的人。


1.我在哪里可以找到二进制发行版,以便我可以使用postgres服务器作为嵌入式数据库。

我认为它是.dll


2.另外我想要的文件

显示如何开始&以编程方式停止服务器

并执行sql,创建数据库,使用select

insert,update etc.


3。我没有向任何用户支付

许可证是否正确。

Postgres不仅免费用于开发,而且我还可以包括
它在我的软件包中。


谢谢。


__________________________________________________ ______________________

想立刻聊天和你的在线朋友一起?获取免费的Yahoo!

Messenger http:// mail。 messenger.yahoo.co.uk


--------------------------- (播出结束)---------------------------

提示8:解释分析是你的朋友/>

解决方案

jini us写道:



我我正在开始一个新的项目,我打算在我的win32应用程序中使用嵌入式数据库服务器。
我打算使用VC ++ microsoft studio 6.0作为我的开发环境。
postgres.org网站似乎迎合了各种需求和平台的人们。

1。我在哪里可以找到二进制发行版,以便我可以将postgres服务器用作嵌入式数据库。
我认为它是.dll


否... PostgreSQL是一个数据库服务器,因此您通过TCP / IP

或域套接字(最好是TCP / IP)连接到它。


也是一个仿真层,如因为Cygwin将被要求在Windows上使用PostgreSQL



2.此外,我想要的文档
显示如何启动&以编程方式停止服务器并执行sql,创建数据库,使用select
insert,update etc.
www.postgresql.org 点击文档。


3.我是否正确无需支付任何用户
许可证。
Postgres不仅免费用于开发,而且我可以将其包含在我的软件包中。


是的,这是正确的。


谢谢。


_________________________________________________ _______________________
想与您的在线朋友即时聊天?获取免费的Yahoo!
Messenger http://mail.messenger.yahoo。 co.uk

---------------------------(播出结束)--- ------------------------
提示8:解释分析是你的朋友



-

Command Prompt,Inc。,Mammoth PostgreSQL的主页 - S / ODBC和S / JDBC

Postgresql支持,编程共享主机和专用主机。 />
+ 1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com

Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org


--- ------------------------(播出结束)--------------------- ------

提示4:不要杀死-9''邮政局长




令人遗憾的是,与mysql数据库服务器不同,postgres不能作为一个

嵌入式服务器使用

以a形式出现dll。


但是使用mysql许可证我需要支付


10,000

如果我希望将其包括在内mysql作为嵌入式服务器

在我的应用程序中。

mysql数据库服务器也是一个TCP / IP套接字服务器

是否嵌入式或者其他。


---Joshua D. Drake < jd@commandprompt.com>写道:>

jini us写道:



我正在开始一个新项目打算在我的win32应用程序中使用嵌入式数据库服务器。
我打算用VC ++ microsoft studio 6.0作为我的开发环境。

postgres.org网站似乎为各种要求和


平台的人们提供服务。


1。我在哪里可以找到二进制分发,以便


可以使用postgres服务器作为嵌入式数据库。
我认为它是.dll


不... PostgreSQL是一个数据库服务器,因此您可以通过TCP / IP
或域套接字(最好是TCP / IP)连接到它。
<另外,在Windows上使用PostgreSQL
也需要Cygwin等仿真层。

2。另外我想要文档


显示如何启动&以编程方式停止服务器

并执行sql,创建数据库,使用select
insert,update etc.


www.postgresql.org 点击文档。

< blockquote class =post_quotes> 3。我没有必要支付任何用户的许可证是否正确。
Postgres不仅免费用于开发,而且


可以包括它在我的软件包中。


是的,这是正确的。

谢谢。




_________________________________________________ _______________________

想立即与您的在线朋友聊天?


获取免费的Yahoo!

Messenger http://mail.messenger.yahoo.co.uk

---------------------------(


广播结束)---------------------------

提示8:解释分析是你的朋友



-
命令Prompt,Inc。,Mammoth PostgreSQL的主页 -
S / ODBC和S / JDBC
Postgr esql支持,编程共享主机和
专用主机。
+ 1-503-222-2783 - jd@commandprompt.com -
http://www.commandprompt.com
编辑 - N-Chief - PostgreSQl.Org -
http://www.postgresql.org

---------------------------(广播结束)----- ----------------------
提示4:不要杀死-9''邮政局长




__________________________________________________ ______________________

想立即与您的在线朋友聊天?获取免费的Yahoo!

Messenger http:// mail。 messenger.yahoo.co.uk


--------------------------- (广播结束)---------------------------

提示5:您查看了我们广泛的常见问题解答吗?

http://www.postgresql。 org / docs / faqs / FAQ.html


Hi,

I am starting a new project where I intend to use
embedded database server in my win32 application.
I intend to use VC++ microsoft studio 6.0 as my
development environment.

The postgres.org website seems to be catering for
people with all sorts of requirements and platforms.

1. Where can I find the binary distribution so that I
can use postgres server as an embedded database.
I assume it is a .dll

2. Also I would like to have the documentation which
shows how to start & stop the server programmatically
and execute sql, to create a database, use select
insert , update etc.

3. Is it correct that I do not have to pay any user
licences.
Postgres is free not only for development but also I
can include it in my software package.

Thanks.


__________________________________________________ ______________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

解决方案

jini us wrote:

Hi,

I am starting a new project where I intend to use
embedded database server in my win32 application.
I intend to use VC++ microsoft studio 6.0 as my
development environment.

The postgres.org website seems to be catering for
people with all sorts of requirements and platforms.

1. Where can I find the binary distribution so that I
can use postgres server as an embedded database.
I assume it is a .dll

No... PostgreSQL is a database server, thus you connect to it via TCP/IP
or domain sockets (preferrably TCP/IP).

Also an emulation layer such as Cygwin will be required to use PostgreSQL
on Windows.
2. Also I would like to have the documentation which
shows how to start & stop the server programmatically
and execute sql, to create a database, use select
insert , update etc.
www.postgresql.org click on docs.

3. Is it correct that I do not have to pay any user
licences.
Postgres is free not only for development but also I
can include it in my software package.
Yes that is correct.

Thanks.


_________________________________________________ _______________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend


--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 4: Don''t ''kill -9'' the postmaster



It is a shame that postgres is not available as an
embedded server unlike mysql database server which
comes in the form of a dll.

However with mysql licence I would have to pay


10,000
if I wish to include it in mysql as an embedded server
in my app.

mysql database server is also a TCP/IP socket server
whether embedded or otherwise.

--- "Joshua D. Drake" <jd@commandprompt.com> wrote: >
jini us wrote:

Hi,

I am starting a new project where I intend to use
embedded database server in my win32 application.
I intend to use VC++ microsoft studio 6.0 as my
development environment.

The postgres.org website seems to be catering for
people with all sorts of requirements and


platforms.


1. Where can I find the binary distribution so that


I

can use postgres server as an embedded database.
I assume it is a .dll


No... PostgreSQL is a database server, thus you
connect to it via TCP/IP
or domain sockets (preferrably TCP/IP).

Also an emulation layer such as Cygwin will be
required to use PostgreSQL
on Windows.

2. Also I would like to have the documentation


which

shows how to start & stop the server


programmatically

and execute sql, to create a database, use select
insert , update etc.


www.postgresql.org click on docs.

3. Is it correct that I do not have to pay any user
licences.
Postgres is free not only for development but also


I

can include it in my software package.


Yes that is correct.

Thanks.




_________________________________________________ _______________________

Want to chat instantly with your online friends?


Get the FREE Yahoo!

Messenger http://mail.messenger.yahoo.co.uk

---------------------------(end of


broadcast)---------------------------

TIP 8: explain analyze is your friend


--
Command Prompt, Inc., home of Mammoth PostgreSQL -
S/ODBC and S/JDBC
Postgresql support, programming shared hosting and
dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com -
http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org -
http://www.postgresql.org

---------------------------(end of
broadcast)---------------------------
TIP 4: Don''t ''kill -9'' the postmaster



__________________________________________________ ______________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html


这篇关于嵌入式postgresql的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆