05-03-2022 07:08 PM
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.
Solved! Go to Solution.
05-04-2022 09:04 AM - edited 05-04-2022 09:35 AM
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.
05-04-2022 07:30 AM
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.
Peter
05-04-2022 09:04 AM - edited 05-04-2022 09:35 AM
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.