Jump to content

Recommended Posts

Posted

Hey guys,

 

I need a bit of help ... a lot of help really lol.

 

I'm trying to access an Access Database from the Internet. I want to be able to edit/update and delete information in it.

 

The whole things leading to the creation of a 'Ticketing System' for my schools IT services.

 

And I know some of you may say to just buy one but I'd rather learn how to create one for myself.

 

Any useful links or words of wisdom?

Posted
If your creating something from scratch, is there a particular reason for using access? Usually MySQL/HTML would be considered a better solution If it's to be accessed from the Internet. AFAIK Access DB's doesn't run as a server so you'd be basically downloading the DB file locally and running it, then uploading it again. Not sure this is what you'd want. Also, Access DB run from a network share across the internet would be very very slow.
Posted
If your creating something from scratch, is there a particular reason for using access? Usually MySQL/HTML would be considered a better solution If it's to be accessed from the Internet. AFAIK Access DB's doesn't run as a server so you'd be basically downloading the DB file locally and running it, then uploading it again. Not sure this is what you'd want. Also, Access DB run from a network share across the internet would be very very slow.

 

Thanks for the reply!

 

I've read that Access DB's are terrible online. But my MySQL skills are pretty lacking.

 

Do you think it'd be easier doing it with MySQL?

 

Any links to point me in right direction?

Posted

If you want to use the access front end and a propper DB back end look at using MS SQL express 2005. It is free and you can create your database through access by telling access to create the new DB in the server.

 

This means that you can use an access front end to start with (ADP file) which still keeps the data on the server for speed. You can also tie this data into an HTML application at a later date with the same ease as a MySQL DB.

Posted
If you want to use the access front end and a propper DB back end look at using MS SQL express 2005. It is free and you can create your database through access by telling access to create the new DB in the server.

 

This means that you can use an access front end to start with (ADP file) which still keeps the data on the server for speed. You can also tie this data into an HTML application at a later date with the same ease as a MySQL DB.

 

I understand what you mean but I dont know how to do it. :(

 

And I'd definately only want an HTML application to interface with the database.

 

Are there any tutorials out there?

Posted

You may be better going on to somewhere like sourceforge and downloading a free open source one. There are loads of them out there.

 

If you really want to build your own there are lots of languages that you can use, if you download the express version of Visual Web Developer it would be pretty easy to throw something together. This site may help:

Learn : The Official Microsoft ASP.NET Site

 

You could also use any of the open source technologies which also have tutorials scattered around.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...