Database links to back end on SQL

Status
Not open for further replies.

slinky

New Member
Messages
3
Reaction score
0
Points
0
Hi all,

I have been reading through the forums but i can't seem to find anything on this.

I am new to SQL and currently i have a microsoft access database stored on a local server. I want this database to read/write information that will be stored on your server. So that any one will be able to load the front end of the database on any computer within the network or off the network say at home and always be able to view this information.

At the moment i have the database split into two parts. 1st part is the cosmetic (eg. forms and reports the 2nd part is the back end which would be the tables.) This is currently stored on a local server which works fine. However i would like to store this back end on the net. I think you can do this with SQL.

Is this at all possible?

Regards,

James
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
SQL doesn't have forms like you find in MSAccess, you'd have to use PHP or something similar to manipulate the data in SQL.
 
Status
Not open for further replies.
Top