Click here to Skip to main content
15,886,873 members
Articles / Mobile Apps

Generate PDB files in C#

Rate me:
Please Sign up or sign in to vote.
4.20/5 (13 votes)
10 Jan 2006GPL32 min read 152.9K   1.6K   30  
This article shows how to create a .pdb file to use as database on Palm devices.
<?xml version="1.0" encoding="iso-8859-1" ?>
<ClinicalData>
	<First>
		<Table1 value="A" category="1" />
		<Table1 value="B" category="2" />
		<Table1 value="C" category="3" />
		<Table1 value="D" category="4" />
		<Table1 value="E" category="5" />
	</First>
	<Second>
		<Table2 value="F" category="6" />
		<Table2 value="G" category="7" />
		<Table2 value="H" category="8" />
		<Table2 value="I" category="9" />
		<Table2 value="J" category="10" />
	</Second>
</ClinicalData>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Web Developer
Pakistan Pakistan
I'm working as Software Engineer at ISF (Islamabad Software Factory) in Pakistan and involves in multiple products having different languages in different phases. My favourite areas are PDA's, Palm's, .Net and webservices......

Comments and Discussions