Code samples from GolfStream

dbeavon
Contributor

I have now managed to retrieve the golfstream zip.

I need some sample code that is in there (ActivityClassListing_PLP).

Can I get at that without installing the application?  I've attached the SQL database via SSMS, but I'm stuck.  Our onestream admins don't currently have a server where they would like to host this reference application.

1 ACCEPTED SOLUTION

Sai_Maganti
Contributor II

The SQL for ActivityClassListing_PLP is stored in the application database tables with table name "DataAdapters". If you can mount the mdf files in the zip file to SQL Server, you can then access it from there.

act_list_plp.png

View solution in original post

2 REPLIES 2

PeterFu
Contributor

Hi,

 

No, you cannot get that out of the Reference application without installing it because what you have are the database files. I have located what you have specified above. It's a data adapter in the People Planning solution containing a SQL-query. See print screens below. I hope this solves your problem.

 

PeterFu_0-1651663811459.png

 

PeterFu_1-1651663822418.png

 

Peter

Sai_Maganti
Contributor II

The SQL for ActivityClassListing_PLP is stored in the application database tables with table name "DataAdapters". If you can mount the mdf files in the zip file to SQL Server, you can then access it from there.

act_list_plp.png