How to connect a page to a database

colemauro

Registered User.
Local time
Today, 17:44
Joined
Aug 12, 2008
Messages
25
Hi

I'm pretty much done on my database..

Just need to work on some reports, but it's about 90% ready.

I have a couple questions:

1 - I want to create a single page, with the principal menu, with all the buttons that give you access to everything else, but i want it to be separeted from the database.
How do i do this? How do i create a form/page (whateve) and then connect it's buttons to the database ??
I want to do this to protect the database and to be able to run updates on it.

2 - I fotgot the other thing i wanted to ask..i'll ask it later :)

Best regards
 
Last edited:
The way to split a database is with a data table only back-end and a front-end that includes all other objects. You can replace the front-end without interfering with the back-end data. Segregating a single form doesn't really do anything for you.
 

Users who are viewing this thread

Back
Top Bottom