Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Multiple Schemas

Post Reply
dataman101
Posts: 5
Joined: Sat Aug 14, 2010 2:43 pm
Location: Colorado USA

Multiple Schemas

Unread post by dataman101 »

Hello

I have just started using nuBuilder and I think its a great tool!

I would like to have nuBuilder access multiple mysql schemas located in the same mysql database/server.
Ex: Setup nuBuilder in schema 1 and manage my tables located in schema 1 and schema 2 using nuBuilder.

Is there any way to prefix the table names to use the `schema`.`table` format.
I have tried setting FORM field "Table" and "SQL 'to use the follow but both return an SQL error:
Could not execute : --
SELECT merchant_id, order_id FROM smaw_prod.Order_Detail LIMIT 0, 27

Could not execute : --
SELECT merchant_id, order_id FROM `smaw_prod`.`Order_Detail` LIMIT 0, 27

Code: Select all

Setup / Forms / General Tab Fields:

TABLE                                           SQL
schema1.table                              SELECT * FROM schema1.table
`schema1`.`table`                          SELECT * FROM `schema1`.`table`
Thanks in advance
steven
Posts: 369
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 52 times
Been thanked: 52 times

Re: Multiple Schemas

Unread post by steven »

dataman101,

Sadly Multiple Schemas can't be used at this point.

Steven
A short post is a good post.
Post Reply