| andrewgowland | Apr 19th, 2005 11:24 am | |
| Frontend HTML, Backend MS Access Database?? Hi everyone, im really stuck! I need to create a front end web site with a back end access database for my module at university. i have no idea how to do it!! do i create the web page and then create forms within the page and then link it to access?????
Any help would be greatly appreciated |
| DanceInstructor | Apr 19th, 2005 6:03 pm | |
| Re: Frontend HTML, Backend MS Access Database?? Is it required that you use access? |
| rhenerlau | Apr 20th, 2005 2:22 pm | |
| Re: Frontend HTML, Backend MS Access Database?? Access is not the best choice for this kind of application. Unless you are required to use access (part of a class assignment or something) you would be better off looking into either Oracle or Microsoft Structured Query Language (SQL) Server. Those applications are built for large scale databases, Access is built to handle small-scale applications. Hope this helps!
Richard |
| andrewgowland | Apr 22nd, 2005 2:55 pm | |
| Re: Frontend HTML, Backend MS Access Database?? Quote: Originally Posted by DanceInstructor Is it required that you use access? | Thanks for replying, yes it is...thats the problem. i would have used SQL if i was alowed, any suggestions? |
| andrewgowland | Apr 22nd, 2005 2:56 pm | |
| Re: Frontend HTML, Backend MS Access Database?? Quote: Originally Posted by rhenerlau Access is not the best choice for this kind of application. Unless you are required to use access (part of a class assignment or something) you would be better off looking into either Oracle or Microsoft Structured Query Language (SQL) Server. Those applications are built for large scale databases, Access is built to handle small-scale applications. Hope this helps!
Richard | Thanks for replying, yes i have to use access, its a nightmare, i would have used SQL but they want us to use Access only. andy suggestions? |
| jwshepherd | Jun 16th, 2005 12:20 pm | |
| Re: Frontend HTML, Backend MS Access Database?? I use asp , but this will get you connected to the database from then on its standard sql language (just about )
Set cnDatabase = Server.CreateObject("adodb.connection")
cnDatabase.Open "DBQ=" & "C:\InetPub\wwwroot\Database\db.mdb" & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;", "username", "password"
set rsRecordset = cnDatabase.Execute("Select Count(*) AS RecCount From Tips")
numRec = rsRecordset("RecCount")
set rsRecordset = nothing |
| All times are GMT -4. The time now is 9:28 am. | |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC