<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.e-ecology.nl/index.php?action=history&amp;feed=atom&amp;title=File%3AConnect_flysafe.doc</id>
		<title>File:Connect flysafe.doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.e-ecology.nl/index.php?action=history&amp;feed=atom&amp;title=File%3AConnect_flysafe.doc"/>
		<link rel="alternate" type="text/html" href="https://wiki.e-ecology.nl/index.php?title=File:Connect_flysafe.doc&amp;action=history"/>
		<updated>2026-04-06T13:18:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.e-ecology.nl/index.php?title=File:Connect_flysafe.doc&amp;diff=29&amp;oldid=prev</id>
		<title>Bart: uploaded a new version of &quot;Image:Connect flysafe.doc&quot;: 
&lt;!-- 

Connecting to the FlySafe database via Access or other relational database
programs
Judy Shamoun-Baranes
Last updated: December 11, 2007


General Information


The Flysafe database is a spatial postgreSQL (http://www.postgresql.org/).


PGAdmin can be used to browse and query data.  If you use pgadmin you do
not need to set up an ODBC connection.

Database can also be called from other programs by installing an ODBC
driver for postgreSQL  and establishing a &quot;User Data Source&quot;
http://www.postgresql.org/ftp/odbc/versions/msi/

In order to access the database your IP address must be sent to Bart
Heupers who will provide a user name and password. For organizations an IP
range can also be given.

Flysafe server information

server : flysafe-pps.grid.sara.nl
         port 5432
         ssl required

The tracking data can be found in schema &quot;gps&quot;. However these instructions
can be followed for any of the data included in the flysafe database.


Setting up an ODBC connection

ODBC (Open Database connectivity) is a standard method of sharing data
between databases and other programs. ODBC drivers use SQL to gain access
to data from sources outside the program.  Therefore, in order to connect
between your database and other programs you must set up an ODBC
connection.
Step 1: Download and install an ODBC driver for postgreSQL.
http://www.postgresql.org/ftp/odbc/versions/msi/
Step 2: Set up ODBC connection


Do the following:
   1. go to start | Control panel | Administrative tools | Data sources
      (ODBC)
   2. go to User DSN (first tab in Data sources)
   3. click ADD
   4. in window create new data source select PostgreSQL ANSI click FINSH
   5. The ODBC Driver setup window opens. Data source name: give your data
      source a name (eg GPS).  Keep it simple, easily identifiable, this is
      the name you will use to identify your database from other
      applications, this will be the ODBC driver name.
   6. In the same window fill in the following information: database
      flysafe, Server  flysafe-pps.grid.sara.nl, User Name your user name,
      SSL Mode require, Port 5432, Password your password. When the window
      is completed click SAVE
   7. Back in the User DSN window you should now see your ODBC driver you
      just named, click OK
After completing these steps many other programs will now recognize your
database and be able to communicate with it

Connecting to Access

You can now connect to the database via access. You have two options. One
is to import the data, once this is done your database is not automatically
updated but does not require a link to the database.

The second option (described below) is to create a dynamic link to the
database (you must be connected to the network) in this case you are always
viewing data that is in the actual SARA database.

   1. Open a new database in Access
   2. go to file | Get external data | Link tables
   3. in files of type select ODBC databases
   4. in select data source click on tab Machine Data Source
   5. select the data source name you created when setting up the ODBC
      connection (eg GPS) click OK
   6. Select the tables you want to import click OK

You now have access to your selected tables in the database. Have fun.

 --&gt;
&lt;!-- 
 --&gt;</title>
		<link rel="alternate" type="text/html" href="https://wiki.e-ecology.nl/index.php?title=File:Connect_flysafe.doc&amp;diff=29&amp;oldid=prev"/>
				<updated>2008-05-06T11:49:51Z</updated>
		
		<summary type="html">&lt;p&gt;uploaded a new version of &amp;quot;&lt;a href=&quot;/index.php/File:Connect_flysafe.doc&quot; title=&quot;File:Connect flysafe.doc&quot;&gt;Image:Connect flysafe.doc&lt;/a&gt;&amp;quot;:  &amp;lt;!--   Connecting to the FlySafe database via Access or other relational database programs Judy Shamoun-Baranes Last updated: December 11, 2007   General Information   The Flysafe database is a spatial postgreSQL (http://www.postgresql.org/).   PGAdmin can be used to browse and query data.  If you use pgadmin you do not need to set up an ODBC connection.  Database can also be called from other programs by installing an ODBC driver for postgreSQL  and establishing a &amp;quot;User Data Source&amp;quot; http://www.postgresql.org/ftp/odbc/versions/msi/  In order to access the database your IP address must be sent to Bart Heupers who will provide a user name and password. For organizations an IP range can also be given.  Flysafe server information  server : flysafe-pps.grid.sara.nl          port 5432          ssl required  The tracking data can be found in schema &amp;quot;gps&amp;quot;. However these instructions can be followed for any of the data included in the flysafe database.   Setting up an ODBC connection  ODBC (Open Database connectivity) is a standard method of sharing data between databases and other programs. ODBC drivers use SQL to gain access to data from sources outside the program.  Therefore, in order to connect between your database and other programs you must set up an ODBC connection. Step 1: Download and install an ODBC driver for postgreSQL. http://www.postgresql.org/ftp/odbc/versions/msi/ Step 2: Set up ODBC connection   Do the following:    1. go to start | Control panel | Administrative tools | Data sources       (ODBC)    2. go to User DSN (first tab in Data sources)    3. click ADD    4. in window create new data source select PostgreSQL ANSI click FINSH    5. The ODBC Driver setup window opens. Data source name: give your data       source a name (eg GPS).  Keep it simple, easily identifiable, this is       the name you will use to identify your database from other       applications, this will be the ODBC driver name.    6. In the same window fill in the following information: database       flysafe, Server  flysafe-pps.grid.sara.nl, User Name your user name,       SSL Mode require, Port 5432, Password your password. When the window       is completed click SAVE    7. Back in the User DSN window you should now see your ODBC driver you       just named, click OK After completing these steps many other programs will now recognize your database and be able to communicate with it  Connecting to Access  You can now connect to the database via access. You have two options. One is to import the data, once this is done your database is not automatically updated but does not require a link to the database.  The second option (described below) is to create a dynamic link to the database (you must be connected to the network) in this case you are always viewing data that is in the actual SARA database.     1. Open a new database in Access    2. go to file | Get external data | Link tables    3. in files of type select ODBC databases    4. in select data source click on tab Machine Data Source    5. select the data source name you created when setting up the ODBC       connection (eg GPS) click OK    6. Select the tables you want to import click OK  You now have access to your selected tables in the database. Have fun.   --&amp;gt; &amp;lt;!--   --&amp;gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:49, 6 May 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bart</name></author>	</entry>

	<entry>
		<id>https://wiki.e-ecology.nl/index.php?title=File:Connect_flysafe.doc&amp;diff=19&amp;oldid=prev</id>
		<title>Bart: How to connect to the Flysafe database</title>
		<link rel="alternate" type="text/html" href="https://wiki.e-ecology.nl/index.php?title=File:Connect_flysafe.doc&amp;diff=19&amp;oldid=prev"/>
				<updated>2008-04-29T09:46:57Z</updated>
		
		<summary type="html">&lt;p&gt;How to connect to the Flysafe database&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;How to connect to the Flysafe database&lt;/div&gt;</summary>
		<author><name>Bart</name></author>	</entry>

	</feed>