19.08.2013 Views

BES DATABASE API

BES DATABASE API

BES DATABASE API

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

}<br />

print "";<br />

# Print out all known fixlets<br />

{<br />

print "Known Fixlets";<br />

print "";<br />

print "SitenameIDName";<br />

my $sth = $dbh->prepare("select Sitename, ID, Name from <strong>BES</strong>_FIXLETS");<br />

$sth->execute();<br />

my @row;<br />

while(@row = $sth->fetchrow_array){<br />

print "";<br />

print join("", @row);<br />

print "";<br />

}<br />

}<br />

print "";<br />

BigFix, Inc. Headquarters<br />

6121 Hollis Street<br />

Emeryville, California 94608<br />

[t] 510 652-6700<br />

[f] 510 652-6742<br />

[e] enterprisesupport@bigfix.com<br />

Copyright © BigFix, Inc. 2004. Page 4 of 4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!