Developing a robust database at one co. then using it at another c

B

BoaMan10

Are there any legal implications of using the type of database listed above
to perform similar functions for another company? The 2 company's are in 2
totally different industries and the new database will have to be modified to
fit the requirements for the industry it is in. The database was developed at
the old company.
 
A

a a r o n _ k e m p f

there is no such thing as a robust Jet database.

Move to SQL Server if you want to build a solution that will work for
the next decade.

Jet is and always has been depecrated
 
J

Jerry Whittle

I can't see what is listed above. It's truncated after the word 'another' at
least using the web interface.

But I'll guess. Who paid for the development of the database? For the most
part, they own it unless you made arrangements to keep ownership of the
source code. for example, I created a database for a car towing business and
the owner of that business sold copies of it to other companies. If I were to
create a database for another towing company, I'd start from a clean slate.
That isn't to say that memory banks wouldn't remember a few things plus I
keep a lot of things in a Utility module that I often plug into every
database that I create.
 
S

Sylvain Lafontaine

It depends on what ground you have made this work for the first company. In
most countries, the ownership of the copyright rely on the working
relationship status (employee or consultant) and on the presence or absence
of any provision about the ownership of the copyright in the contract
between you and the (first) company.

If you were a full time paid employee with full social advantages, the first
company probably owns all the legal rights to the database and copying it -
even partially - might be construed as a copyright violation. However, if
you redo it from scratch, you're probably on the safe side because what you
will remember will probably be seen as an acquired competency.

If you were working as an external consultant, you have the full legal
rights to this database unless there was an explicit mention to the contrary
in your contract. Is this is the case, then you can use it in whatever way
you want; even using an identical copy for a direct competitor. This might
look strange but it's based on the fact that usually, the laws consider that
there is no difference between a consultant and a company and when a company
develop a product for another company, the developing company retains by
default all the right unless there is a provision for the contrary in the
contract.

So, the question is, what was your exact status with the first company; an
employee or a consultant and in the second case, was there any provision
about the ownership of the copyright in the contract?

BTW, the determination of the status of beeing either an employee or a
consultant will often be very difficult to make and will depend on the local
laws and on many things like the type of contract, its duration, the access
to social advantages and the use of hardwares and softwares owned either by
you or by the company.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Blog/web site: http://coding-paparazzi.sylvainlafontaine.com
Independent consultant and remote programming for Access and SQL-Server
(French)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top