The Pirc Defence is a highly flexible and double-edged opening with which Black can avoid premature simplification and go for the full point. By first developing his Kingside he waits to see how White will deploy his own forces before striking back in the most effective way. The top exponents of the Pirc include Mikhail Gurevich, Alexander Chernin, Jan Timman, Yasser Seirawan, Jonathan Speelman, Zurab Azmaiparpashvili and Alexander Belyavsky; in the past it was a great favourite of Mikhail Botvinnik and Tony Miles. Here Nigel Davies explains the ideas and backs this up by showing exactly how Black should react to Whites different formations. Video running time: 7 hours.System requirements: Pentium-Processor at 300 Mhz or higher, 64 MB RAM, Windows Vista, Windows XP, DVD drive, mouse, soundcard.Introduction
We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml?The reason is xml is faster,is a standard and well documented.
REQUESTING XML DATA FROM FILEMAKER PRO
Syntax:
http://xyz.com:591/FMPro?-db=myDB.fp5&-format=-fmp_xml&-max=all&-find
The above syntax specifies the protocol that is needed to communicate with the server.When we need to use FileMaker Pro over the Web,the protocol has to be http, the hypertext transfer protocol.
Let us now discuss the parts in detail:
the host: xyz.com
This describes the name or IP address of the server on which FileMaker Pro is running on.
the port: 591
Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web
server say Apache or WebStar, then in that case you have to choose a different port.
the file path: /FMPro
This tells the server which file to serve.When using the FileMaker Web Companion as your server to
serve XML,this is always /FMPro.
the query string: -db=myDB.fp5&-format=-fmp_xml&-max=all&-find
CHOOSING A FILEMAKER PRO XML GRAMMAR
so there are three different XML vocabularies.
These are:
The FMPDSORESULT grammar
The FMPXMLRESULT grammar
The FMPXMLLAYOUT grammar
From the main menu file you can choose file-> export records->choose xml grammar-> export choose
file-> import records->select file->import
XML export does not support exporting container field data.
FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.
The following is an example of XML in the FMPDSORESULT grammar.
The FMPDSORESULT grammar
This grammer is obsolete and hence not used.The better term is deprecated means the designer of the
grammar is discouraging you to use xml grammar.
FMPXMLRESULT grammar
The FMPXMLRESULT grammar contains additional information about the database that is not in the
FMPDSORESULT grammar, such as the number of records, field types, and field formats.
FMPXMLLAYOUT - A GRAMMAR FOR LAYOUTS
FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.
While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT
describes the layout of the fields.
Conclusion
This article provides a better insight into the integration of xml in Filemaker.
I am working with Mindfire Solutions(http://www.mindfiresolutions.com), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes VB6.0, VB.NET, ASP.NET, ORACLE 8i, SQL SERVER 2K and Filemaker pro 8 advance etc. You can reach me at manjushreed@mindfiresolutions.com
software computer store
No comments:
Post a Comment