‏إظهار الرسائل ذات التسميات PostegreSQL. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات PostegreSQL. إظهار كافة الرسائل

الثلاثاء، ٥ يناير ٢٠١٠

PostgreSQL for Solaris 10


PostgreSQL for Solaris 10 is the open source enterprise database platform of choice, fully integrated into Solaris 10 with comprehensive support offerings from Sun.
Features
Open source, integrated, and included—for free
Performance-optimized and enhanced to take advantage of leading Solaris technologies
Supported by Sun
Reliable and highly available
Built to be secure by default
High performing and scalable under heavy loads

الاثنين، ٢٤ أغسطس ٢٠٠٩

EnterpriseDB


EnterpriseDB:
is a privately-held company that provides enterprise class support for PostgreSQL through its product Postgres Plus Standard Server, an open source relational database management system (RDBMS) built as a superset of PostgreSQL with additional open source packages and targeted for the enterprise market

Benefits of EnterpriseDB
-1
EnterpriseDB is a reliable, accountable company - not a loosely organized community of developers - from which customers can acquire the database and associated services
2-
EnterpriseDB has extended PostgreSQL to enable it to run database applications written for Oracle
3-
EnterpriseDB has significantly increased PostgreSQL's run-time performance
4-
EnterpriseDB provides professional-quality tools for use with the databas.

الخميس، ٢٠ أغسطس ٢٠٠٩

Crystal Report with PostgreSQL




Problem:
I want to create reports from PogreSQL DB, But when I used a crystal report wizard I couldn't find PostgreSQL from available DataSources

Solution:

Check my post @ C# Corner Crystal Report with PostgreSQL using dataset

الأربعاء، ١٠ يونيو ٢٠٠٩

PostgreSQL & PostGIS operations @ codeproject



This is my first post at The Code Project site , You kindly evaluate this post at the following url
http://www.codeproject.com/KB/database/PostgreSQLTasks.aspx
This post is a bout PostgreSQL(open source DB) and PostGIS(spatial DB) to create a backup & load a backup of your DB and convert Esri Shapefile to & from PostGIS

Please if you have any comments don't hesitate and remember that the slogan of my blog is
ConTribUte jUst a coMment

الأحد، ٢٤ مايو ٢٠٠٩

PostgreSQL support Arabic



PostgreSQL:
is an object-relational database management system (ORDBMS). It is released under a BSD-style license and is thus free software. As with many other open-source programs, PostgreSQL is not controlled by any single company, but has a global community of developers and companies to develop it.
Problem:
PostgreSQL cannot support arabic fonts as it used SQL-ASCII Encoding as default.
Solution:
You just choose UTF-8 encoding to enable DB to be arabic.
You can now make a simple C# application that connect to postgre DB to check if it run right or no?You have recourse to simple application of
Adrian Pasik to test