Page 1 of 1

Add another database

PostPosted: Wed Apr 08, 2009 2:04 pm
by TBriggs
Okay, I've got Xataface up and running (beautifully) on my site.

But now I've added another table (in another database for security reasons) and I need a front-end for this table.
What do I have to duplicate in order to do this? Can I use the majority of the already-installed Xataface code?

(It's been a while since I set up the original interface so my memory's a bit fuzzy now!)

Thanks for any help with this.

PostPosted: Wed Apr 08, 2009 5:20 pm
by fongchun
If you want to have that table show up in the same xataface application as your other tables then I don't think that is possible...

You'll have to create a separate xataface application for that database. Each xataface application is built on top of ONE database. With that said, you don't need to like create another copy of xataface base code. Just when you create your xataface application, point to the original folder with all the xataface base code and config the conf.ini to point to the database you want.