Tagged Questions

0
votes
0answers
17 views

Distributed Databases: Calculating page-shipping cost

Hi, I'm looking to know how to calculate shipping cost for sending pages to remote sites of a distributed database. The explanation I have is: "Tuples are shipped in units of one page by waiting for …
2
votes
3answers
75 views

multiple database relationship on field other than primary key in CakePHP

I have a project that necessarily spans several databases. One database has tables: CREATE TABLE device { device_uid integer unsigned not null primary key auto_increment, os varchar(50), …
0
votes
4answers
91 views

Multiple websites running on same codebase?

Hi, We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code. eg: website …
1
vote
2answers
40 views

Subsonic 2.2 InnerJoin Across Two Databases

Can anyone provide an example of how to join across two schemas using subsonic 2.2. This doesn't work: SqlQuery qu = new Select("*") .From(NorthwindLeads.Lead.Schema) …
0
votes
1answer
41 views

Delegate pattern for Rails remote database?

I am working on a Rails application that requires roles-based permissions (let's call it the "Hidden" application), but the application will not be handling user authentication. The Main application …
0
votes
4answers
107 views

Hibernate on Oracle AND SQLServer

I'm introducing a DAO layer in our application currently working on SQL Server because I need to port it to Oracle. I'd like to use Hibernate and write a factory (or use dependency injection) to …
1
vote
5answers
131 views

How to connect to multiple databases in a single PHP page? [closed]

Possible Duplicate: How do you connect to multiple MySQL databases on a single webpage? If I want to connect to one db do some query, and then later do another query from another DB. How do I …
1
vote
1answer
87 views

Handling Multiple databases with NHibernate in a single application

At the moment I define the connection properties in a configuration file and only ever connect to one database. I'd like to be able to at some point have a user login, figure out (via a seperate …
2
votes
2answers
38 views

multiple db connections vs. centralized/redundant db

I have a project to create a dashboard that will connect to existing systems as well as create new features based on combining data from the existing systems. For example, the dashboard will be able …
0
votes
1answer
58 views

performance of parameterized queries for different db’s

A lot of people know that it is important to use parameterized queries to prevent sql injection attacks. Parameterized queries are also much faster in sqlite and oracle when doing online transaction …
6
votes
11answers
281 views

What is the best way to support multiple databases for a .Net product?

Hi, We are designing a product which could support multiple databases. We are doing something like this currently so that our code supports MSSQL as well as MySQL. namespace Handlers { public …
0
votes
1answer
27 views

Multiple Mappers for the same class in different databases

I am currently working on a Wikipedia API which means that we have a database for each language we want to use. The structure of each database is identical, they only differ in their language. The …
0
votes
3answers
474 views

Multiple database connection in Rails

Hi, i m using active_delegate for multiple connection in Rails.Here m using mysql as master_databse for some models,and postgresql for some other models.Problem is that when i try to access the mysql …
0
votes
4answers
450 views

Postgresql PITR backup: best practices to handle multiple databases?

Hy guys, i have a postgresql 8.3 server with many database. Actually, im planning to backup those db with a script that will store all the backup in a folder with the same name of the db, for …
3
votes
2answers
266 views

(Ruby,Rails) Dynamically connecting a model to databases in a running app…?

Hi All, I've read many of the existing questions/threads on this subject, but keep in mind that none of them have directly addressed my issue. Also keep in mind that this is NOT a situation for …

1 2 next
15 30 50 per page