<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FIREBIRD PT</title>
	<atom:link href="http://firebirdpt.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://firebirdpt.wordpress.com</link>
	<description>Firebird weblog... para utilizadores de Firebird RDBMS - FIREBIRD`IT WITH US</description>
	<lastBuildDate>Thu, 29 Sep 2011 17:54:24 +0000</lastBuildDate>
	<language>pt</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='firebirdpt.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>FIREBIRD PT</title>
		<link>http://firebirdpt.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://firebirdpt.wordpress.com/osd.xml" title="FIREBIRD PT" />
	<atom:link rel='hub' href='http://firebirdpt.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Blog FirebirdPT tem novo endereço</title>
		<link>http://firebirdpt.wordpress.com/2009/03/30/blog-foi-movido-tem-novo-endereco/</link>
		<comments>http://firebirdpt.wordpress.com/2009/03/30/blog-foi-movido-tem-novo-endereco/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 22:26:08 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=125</guid>
		<description><![CDATA[Bem-vindo caro visitante, informamos quer  o blog FirebirdPT tem um novo endereço: www.galhano.com/firebirdpt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=125&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2009/03/30/blog-foi-movido-tem-novo-endereco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Vista, erro ao abrir Control Panel após instalação de Firebird</title>
		<link>http://firebirdpt.wordpress.com/2009/02/01/windows-vista-erro-ao-abrir-control-panel-apos-instalacao-de-firebird/</link>
		<comments>http://firebirdpt.wordpress.com/2009/02/01/windows-vista-erro-ao-abrir-control-panel-apos-instalacao-de-firebird/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 18:42:35 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Truques e Dicas]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=122</guid>
		<description><![CDATA[Depois de instalar Firebird, o aacesso ao control panel comea crashar. Solução: remover ficheiro:  Windows\System32\Firebird2Control.cpl Control PAnel applet Aplication do Firebird &#8220;firebird2control.cpl is a FB2Control belonging to Firebird Control Panel Applet from IBPhoenix&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=122&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2009/02/01/windows-vista-erro-ao-abrir-control-panel-apos-instalacao-de-firebird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>Extrair parte de um campo Data (Datepart em Firebird)</title>
		<link>http://firebirdpt.wordpress.com/2009/01/14/extrair-parte-de-um-campo-data-datepart-em-firebird/</link>
		<comments>http://firebirdpt.wordpress.com/2009/01/14/extrair-parte-de-um-campo-data-datepart-em-firebird/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:24:38 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Truques e Dicas]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=116</guid>
		<description><![CDATA[Select Extract(Day From current_date) , Extract(Month From current_date) , Extract(Year From current_date) from rdb$database; CURRENT_DATE    CURRENT_TIMESTAMP 13.01.2009    13.01.2009 19:28 Select Extract(Day From current_date) &#124;&#124; &#8216;-&#8217; &#124;&#124; Extract(Month From current_date) &#124;&#124; &#8216;-&#8217; &#124;&#124; Extract(Year From current_date) from rdb$database; -&#62;  13-1-2009<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=116&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2009/01/14/extrair-parte-de-um-campo-data-datepart-em-firebird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get the Firebird server date and time?</title>
		<link>http://firebirdpt.wordpress.com/2009/01/14/how-to-get-the-firebird-server-date-and-time/</link>
		<comments>http://firebirdpt.wordpress.com/2009/01/14/how-to-get-the-firebird-server-date-and-time/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:17:59 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Truques e Dicas]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=112</guid>
		<description><![CDATA[There are two variables available, CURRENT_DATE which returns the current date and CURRENT_TIMESTAMP which returns date and time. You can use those in SQL statements: insert into t1 values(10, CURRENT_TIMESTAMP); To query the current time, use this: Select current_date, current_timestamp from rdb$database; You need to select from something and rdb$database is a convenient one-row table [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=112&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2009/01/14/how-to-get-the-firebird-server-date-and-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>How to calculate hours, minutes or seconds between two time values?</title>
		<link>http://firebirdpt.wordpress.com/2009/01/14/how-to-calculate-hours-minutes-or-seconds-between-two-time-values/</link>
		<comments>http://firebirdpt.wordpress.com/2009/01/14/how-to-calculate-hours-minutes-or-seconds-between-two-time-values/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:12:56 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Truques e Dicas]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=110</guid>
		<description><![CDATA[If you have time values, just subtract them, and you&#8217;ll get the interval length in seconds: select end_time &#8211; start_time from &#8230; If you want to get minutes, divide the result by 60, and if you want hours by 3600. If you have timestamps instead of times, the difference is in days, so you if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=110&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2009/01/14/how-to-calculate-hours-minutes-or-seconds-between-two-time-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>Case sintaxe</title>
		<link>http://firebirdpt.wordpress.com/2008/12/04/case-sintaxe/</link>
		<comments>http://firebirdpt.wordpress.com/2008/12/04/case-sintaxe/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:57:19 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Manuais]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=108</guid>
		<description><![CDATA[CASE WHEN &#8230; THEN WHEN &#8230; THEN WHEN &#8230; THEN ELSE END<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=108&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2008/12/04/case-sintaxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>Refreshing a SOAP WSDL import file with Delphi</title>
		<link>http://firebirdpt.wordpress.com/2008/09/13/refreshing-a-soap-wsdl-import-file-with-delphi/</link>
		<comments>http://firebirdpt.wordpress.com/2008/09/13/refreshing-a-soap-wsdl-import-file-with-delphi/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 16:36:53 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Truques e Dicas]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=106</guid>
		<description><![CDATA[I’m consuming a web service from a Delphi desktop app and both the web service and the desktop app are being developed at the same time.   Because the WSDL generated by the web service can change, I need to refresh the service interface code that the Delphi code uses to access the web service.  It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=106&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2008/09/13/refreshing-a-soap-wsdl-import-file-with-delphi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>WSDLImporter erros de acentuação</title>
		<link>http://firebirdpt.wordpress.com/2008/09/13/wsdlimporter-erros-de-acentuacao/</link>
		<comments>http://firebirdpt.wordpress.com/2008/09/13/wsdlimporter-erros-de-acentuacao/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 16:16:57 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Truques e Dicas]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=100</guid>
		<description><![CDATA[Ao consumir em Delphi win32 Webservices escritos em Delphi .Net 1.1(e noutras plataformas também), podem ocorrer erros relacionados com caracteres acentuados e cedilhados. Por exemplo ao tentar enviar este tipo de caracteres, estes podem não ser interpretados e aparecer no seu lugar outros símbolos (??##). Ocorre porque no SOAP interface criado a partir do WSDLImporter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=100&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2008/09/13/wsdlimporter-erros-de-acentuacao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>Recuperar base de dados corrompida por falha de energia</title>
		<link>http://firebirdpt.wordpress.com/2008/09/05/recuperar-base-de-dados-corrompida-por-falha-de-energia/</link>
		<comments>http://firebirdpt.wordpress.com/2008/09/05/recuperar-base-de-dados-corrompida-por-falha-de-energia/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:53:56 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Manuais]]></category>
		<category><![CDATA[Truques e Dicas]]></category>
		<category><![CDATA[GBAK]]></category>
		<category><![CDATA[gfix]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=93</guid>
		<description><![CDATA[gFix: 1º &#8211; gfix -v -full c:\banco\corrompida.fdb -USER SYSDBA -pass masterkey 2º &#8211; gfix -mend c:\banco\corrompida.fdb -USER SYSDBA -pass masterkey -v :v[erbose] -full :validate record fragments, o mesmo que -mend : prepare corrupt database for backup gBak: 3º &#8211; GBAK -backup -V -ignore -garbage -limbo C:\banco\corrompida.fdb C:\banco\corrompida.gBK -USER SYSDBA -pass masterkey 4º &#8211; GBAK  -c [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=93&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2008/09/05/recuperar-base-de-dados-corrompida-por-falha-de-energia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
		<item>
		<title>InterBase and Firebird recovery guide</title>
		<link>http://firebirdpt.wordpress.com/2008/09/05/interbase-and-firebird-recovery-guide/</link>
		<comments>http://firebirdpt.wordpress.com/2008/09/05/interbase-and-firebird-recovery-guide/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:33:35 +0000</pubDate>
		<dc:creator>cgalhano</dc:creator>
				<category><![CDATA[Manuais]]></category>

		<guid isPermaLink="false">http://firebirdpt.wordpress.com/?p=90</guid>
		<description><![CDATA[NOTICE: This document is the chapter from the book &#8220;The InterBase World&#8221; which was written by Alexey Kovyazin and Serg Vostrikov. The chapter from book &#8220;The InterBase World&#8221; devoted to the database repairing. LINK: http://www.ibsurgeon.com/articles/item73 1. The history of this guide The Russian book &#8220;The InterBase World&#8221; was published in September, 2002. Its pressrun was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firebirdpt.wordpress.com&amp;blog=21427&amp;post=90&amp;subd=firebirdpt&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://firebirdpt.wordpress.com/2008/09/05/interbase-and-firebird-recovery-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d67b6f59c690b9f064a6843b4845c60?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firebirdpt</media:title>
		</media:content>
	</item>
	</channel>
</rss>
