Jeff Corder
Jeff Corder

Reputation: 3

Accessing Multiple QB Companies

I have a client with 5 stores set up as 5 companies in QB Enterprise. I have been asked to write a program (C# MVC) which includes the ability to transfer inventory between stores. This would require access to more than one store (QB Company).

I'm struggling with how to provide this, since the QBFC connection to a running copy of QB isn't going to let me access all the stores readily. While it would be possible to switch to access Store #2 (I think), I will have other computers still accessing store #1.

Is there a way for my program to access all 5 stores? I would like to have one site running and serving all the stores.

If I'm out to lunch (and out of luck), any better ideas?

Upvotes: 0

Views: 49

Answers (2)

Karl Irvin
Karl Irvin

Reputation: 105

You can open a QB file and extract data from it and then open a different QB file and import the data. We have 2 programs that work in this manner.

Upvotes: 0

William Lorfing
William Lorfing

Reputation: 2656

You can access individual QB company files by specifying the company file when you first connect.

However, you can only have one open at a time and the UI can not be open to another QB company file when you are trying to do this on that system.

Upvotes: 2

Related Questions