Home General

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.