Frank Lee schrieb:
I use a database of packages, computers and licences - XML files are
built up from a query or two which makes things a bit more manageable.
could you tell your "secret" :) and describe us how you do it?
(...)
Foreach Host in tbl_Computers {
print <profile "id=Host.Name">
Foreach SoftwareItem in (tbl_Licences INNER JOIN tbl_Software ON
tbl_Licences.SoftwareID=tbl_Software.SoftwareID
WHERE tbl_Licences.Host=Host) {
print <package package-id="SoftwareItem.packageid" /> >>profiles.xml
}
}
That's an outline - I'm happy to provide more details (scripts, MySQL
table definitions, even my MS Access frontend if people would like such
things).
that'd be nice.
if you can, send me all these off-list (or give a link to it); I'll put
it on a website?
--
Tomek
http://wpkg.org
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users