Home
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
[done] SQL files and SAS Libraries (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: [done] SQL files and SAS Libraries
#15532
hulllc (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
[done] SQL files and SAS Libraries 5 Months ago Karma: 0  
I use SAS enterprise guide to analyze my survey data. I can open an ODBC connection from SAS to the SQL database, and have access to all of the tables. Which is great. However, if I try to set up a SAS library, I cannot see the old (deactivated) survey files. I suspect that that names are too long for SAS (over 32 characters). I can, however, add the active survey files to the library. But, when I try to open an active survey, SAS does not like the column names starting with a number (the survey ID). So I can't set up a library link to the survey results. I can set up a library link to the other tables, like lime_questions and lime_answers. In SAS, this is a safer way to set up a connection than ODBC.

I was thinking of adding a character to the beginning of the column names, and shortening the deactivated file names. How dangerous is this? Is there a reason why the column names start with a number (other than the obvious survey ID link)? Since I can get at my data through the ODBC route, I don't need to make any changes unless it is relatively easy.

Version 1.53

Thanks.
 
Logged Logged  
 
Last Edit: 2008/07/07 15:06 By Mazi.
  The administrator has disabled public write access.
#15673
Mazi (Moderator)
Moderator Lime
Posts: 3344
graph
User Online Now Click here to see the profile of this user
Re:SQL files and SAS Libraries 4 Months, 3 Weeks ago Karma: 28  
Columns in lime_survey_12345 start with numbers because this are codes that are used to connect answers to questions, see manual -> SGQA identifier.

Adding a character will probably break limesurvey!
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
#15674
Mazi (Moderator)
Moderator Lime
Posts: 3344
graph
User Online Now Click here to see the profile of this user
Re:SQL files and SAS Libraries 4 Months, 3 Weeks ago Karma: 28  
A solution might be to clone the original limesurvey database and set up a new one where you edit the column names for SAS usage while keeping the original database untouched.
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
Go to top