REP0530: File too long
Hi Guru's
I have a sql that I am trying import into the rdf file, but am getting the REP0530: File too long error. Now I understand the problem... the code has too many characters!
I am thinking of three possible solutions:
1. Build a view and write the code in the rdf to read off the view
2. Split the code into multiple queries under the data model
3. Lexical parameters
My questions are:
1. What would be the best solution?
2. What is easiest solution?
3. How would I build this view and ensure the view is always updated regularly
4. If I split the code into multiple queries how are the different queries tied together?