Skip to main content



      Home
Home » Archived » BIRT » Changing the DatabaseURL
Changing the DatabaseURL [message #79589] Thu, 06 October 2005 14:13 Go to next message
Eclipse UserFriend
Can I change the DatabaseURL for one on my Data Sources in the Data Source
beforeOpen method? If so, what's the variable name for that?

Thanks,

floor
Re: Changing the DatabaseURL [message #79632 is a reply to message #79589] Thu, 06 October 2005 16:32 Go to previous messageGo to next message
Eclipse UserFriend
floor,
Its in the wiki I believe.
Try
extensionProperties.odaUser = "sesame";
extensionProperties.odaPassword = "open";
extensionProperties.odaURL = "jdbc:my_data_source:....";
extensionProperties.odaDriverClass = "com.mycompany.jdbc.Driver";

Jason Weathersby
BIRT PMC

"floor" <floorflux@hotmail.com> wrote in message
news:di3pj4$1ts$1@news.eclipse.org...
> Can I change the DatabaseURL for one on my Data Sources in the Data Source
> beforeOpen method? If so, what's the variable name for that?
>
> Thanks,
>
> floor
>
Re: Changing the DatabaseURL [message #79647 is a reply to message #79632] Thu, 06 October 2005 16:47 Go to previous message
Eclipse UserFriend
You're absolutely right, it is in the wiki. Sorry about that!

--floor

"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:di41kn$cr8$1@news.eclipse.org...
> floor,
> Its in the wiki I believe.
> Try
> extensionProperties.odaUser = "sesame";
> extensionProperties.odaPassword = "open";
> extensionProperties.odaURL = "jdbc:my_data_source:....";
> extensionProperties.odaDriverClass = "com.mycompany.jdbc.Driver";
>
> Jason Weathersby
> BIRT PMC
>
> "floor" <floorflux@hotmail.com> wrote in message
> news:di3pj4$1ts$1@news.eclipse.org...
>> Can I change the DatabaseURL for one on my Data Sources in the Data
>> Source beforeOpen method? If so, what's the variable name for that?
>>
>> Thanks,
>>
>> floor
>>
>
>
Previous Topic:Setting jdbc connection properties when embedding BIRT?
Next Topic:printing
Goto Forum:
  


Current Time: Fri May 09 13:10:46 EDT 2025

Powered by FUDForum. Page generated in 0.03148 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top