|
Posted by Michael Vilain on 05/28/07 06:30
In article <f36r73$97c$1@solaris.cc.vt.edu>,
"Ray Wallace" <raymondw@vt.edu> wrote:
> Does anyone have a way to connect to a SAS dataset using PHP?
>
> Ray
How does SAS work? Is it a program that manages it's own data or does
it use an underlaying DBMS? If the latter, then you'll have to build
php to use that DBMS and know the table layout for your data. If the
former, you're probably out of luck being able to access it directly.
Rather, you'll have to export it to a delimited format like CSV. Perl
might better for this as it's got extensive CPAN modules for all sorts
of data manipulation.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
Navigation:
[Reply to this message]
|