Il 25/02/2011 23.45, Ricardo Borges ha scritto: > Hi Francesco, > > If you are using sql server maybe you can create a view using linked > server, and map it as you want...I don't like linked server, and I > strongly suggest you to avoid it when possible. > > The second option, you can create a replication task to the same database? > > I have the same problem with the F. firebird, but there are no options > for me better than data replication, in my case, it does not bring > business problems. Good luck. > > cheers, > Ricardo > > 2011/2/23 Francesco Belladonna <fra...@mclink.it > <mailto:fra...@mclink.it>> > > Is this possible? > > Player resides on a database and Role resides on another database > > If Player has a BelongsTo Role field, is possible to accesso from > myPlayer.Role to the Role? > > > -- > You received this message because you are subscribed to the Google > Groups "Castle Project Users" group. > To post to this group, send email to > castle-project-users@googlegroups.com > <mailto:castle-project-users@googlegroups.com>. > To unsubscribe from this group, send email to > castle-project-users+unsubscr...@googlegroups.com > <mailto:castle-project-users%2bunsubscr...@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > > > > -- > Ricardo Borges > > -- > You received this message because you are subscribed to the Google > Groups "Castle Project Users" group. > To post to this group, send email to > castle-project-users@googlegroups.com. > To unsubscribe from this group, send email to > castle-project-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en.
I'm using system.data.sqlite, I don't think there is any support for this. Well I think it could give me some problems on the business side, however I can put it as a feature (if someone change global database, new data will be available only to newer database). Are there any other way?I would like to avoid a centralized database (I want a database foreach "document", like a MS Word file), and I can't find any other way except this. Thanks for the answer however -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-users@googlegroups.com. To unsubscribe from this group, send email to castle-project-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.