Im logging on as an administrator and very new to CE. Im looking to pull a particular report in vb .net. All the samples I have, provide code for the option of selecting several reports from several users. Im to the point where I need an infostore (or do i???) and need to perform a query for the report. What would I query, all the examples have
Select * from CI_INFOOBJECTS where SI_PROGID = 'CrystalEnterprise.Report' and SI_INSTANCE = 0
Can you help me at least with what si_progid, si_instance, and ci_infobjects is so I can translate the query to retrieving one record....Thanks
Select * from CI_INFOOBJECTS where SI_PROGID = 'CrystalEnterprise.Report' and SI_INSTANCE = 0
Can you help me at least with what si_progid, si_instance, and ci_infobjects is so I can translate the query to retrieving one record....Thanks