I am having trouble properly packaging up and distributing some software which interacts with SQLServer 2000 in Labwindows/CVI 8. The strange problem is that the code seems to package up just fine, and it installs fine, however once I've installed the software on another system that does not contain the development software it will start up okay, all of the panels are displayed and the buttons used to run the SQL queries behave in the manner prescribed, however nothing is ever displayed in the lists. Obviously this is not a SQL server misconfiguration as the exact same login information on the exact same domain is being used. It's as if the distribution kit is providing enough information to know there are recognized functions, but not enough to properly perform them. I've beat my head against my desk for two days and haven't been able to come up with a resolution.