Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I have free tables in MySQL?

Status
Not open for further replies.

doloresmonje

Programmer
Apr 17, 2005
9
0
0
CO
Can I have free tables in MySQL?

In Visual FP I have a free table called IDIOMAS thta I can open independently from the database. Can I do the same in MySQL?

Thanks,

CARLOS
 
A table that is not within a container and I can open independently of the main database. In my system I can create a database for each company and it contains all the tables used by each company but I have a so called free table (In VFP) that is common to all the companies I have created so I don't have to create one for each company.
What I am trying to do is transfer my program from VFP to MySQL.

Thanks in advance.

CARLOS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top