SPSS and PHP/MySQL Integration

后端 未结 2 1481
清酒与你
清酒与你 2021-02-09 02:45

I apologize up front for the broadness of this question, but I\'m wondering if anyone has any suggestions/pointers.

A friend\'s company uses SPSS for statistical data, s

2条回答
  •  失恋的感觉
    2021-02-09 03:24

    SPSS has ODBC capabilities, as does MS SQL. Using ODBC you should be able to import all the appropriate tables to your MySQL db and hack away. A generic file dump (SPSS can export to a variety of file formats) would also work, but just includes a few extra steps.

    In SPSS the gui for data export will be different depending on the version. Here is an example setup: http://www.indiana.edu/~statmath/stat/all/odbc/4.html#4b

提交回复
热议问题