Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How do I get the database folder path?
Wed, Jun 27 2012 10:53 PMPermanent Link

Kong Aw

How do I get the database folder path?  I can see it in ElevateDB Manager but I need to be able to do it in code.
Thu, Jun 28 2012 2:03 AMPermanent Link

Hershcu Sorin

Hello

Just run the query:

SELECT Path FROM Databases WHERE Name = QuotedStr(myDatabaseName)

Sorin



<Kong Aw> wrote in message
news:804A82C0-6D3F-4370-BD87-006D2253D1E8@news.elevatesoft.com...
> How do I get the database folder path?  I can see it in ElevateDB Manager
> but I need to be able to do it in code.
>

Thu, Jun 28 2012 4:33 AMPermanent Link

Kong Aw

Thanks.
Image