Subject Re: Parameter in select statement possible?
Author patrick_marten
Hi Karol,

> question is where are you using this?
> stored proc ..

I need(ed) it for a simple query. The table stores relative paths, i.e. the part after a certain base directory, so that the data doesn't depend on that base directory. When accessing it, I need the full path though, so I was thinking about the possibility to pass in the base directory as parameter and get the full paths as result without using a calculated field or something like that.

Best regards,
Patrick