how to put data from a sql server table into spss format?

how to put data from a sql server table into spss format?

am 26.12.2007 18:20:35 von mark

Hi,

i need to export data from a table in sql server into SPSS format. Can it
happen with asp.net code in a similar way as exporting data to excel with
this line:

SqlDataSource1.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data
Source = c:\inetpub\wwwroot\myapp\excel\data.xls; Extended
Properties=""Excel 8.0""" ?

Thanks for help
Mark