Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Rename TppDBPipeline

Hello!

I must rename some Pipelines and UserName in our App (see below). Is there a way to convert the customers reports to the new pipename and UserName?

pipeData: TppDBPipeline;
pipeData.UserName := 'DataOld';
pipeData.Name := 'pipeDataNew';
pipeData.UserName := 'DataNew';

Comments

Sign In or Register to comment.