On Oct 31, 12:45 pm, david snbl <[email protected]> wrote: > Hello, > > See if anyone can help me. I need to design a web application upload to > a server that works with a database hosted on the PC user logged. This > means that when a user logs on, the application configures the > connection to a database hosted on your PC. Is it possible to RoR? Is it > possible with Java,. Net, php ...?
It is *possible* to do this - it's not well-documented, but there used to be a version of Intuit's Quickbooks API that would allow a user to sign into a website and grant access to that user's LOCAL copy of Quickbooks. On the other hand, that solution required additional custom software on the user's machine and was tricky to set up under the best of circumstances. I'd recommend you think hard about *why* you're trying to do such a thing before heading down that road... --Matt Jones -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

