User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 397,749 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,619 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser:
Views: 16377 | Replies: 5
Reply
Join Date: Apr 2005
Posts: 3
Reputation: andrewgowland is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
andrewgowland andrewgowland is offline Offline
Newbie Poster

Frontend HTML, Backend MS Access Database??

  #1  
Apr 19th, 2005
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2005
Posts: 354
Reputation: DanceInstructor is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 12
DanceInstructor's Avatar
DanceInstructor DanceInstructor is offline Offline
Posting Whiz

Re: Frontend HTML, Backend MS Access Database??

  #2  
Apr 19th, 2005
Is it required that you use access?
Clear Mind Hosting and Web Design

If I've helped you please consider adding to my reputation.
Reply With Quote  
Join Date: Apr 2005
Posts: 5
Reputation: rhenerlau is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
rhenerlau rhenerlau is offline Offline
Newbie Poster

Re: Frontend HTML, Backend MS Access Database??

  #3  
Apr 20th, 2005
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
Reply With Quote  
Join Date: Apr 2005
Posts: 3
Reputation: andrewgowland is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
andrewgowland andrewgowland is offline Offline
Newbie Poster

Re: Frontend HTML, Backend MS Access Database??

  #4  
Apr 22nd, 2005
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?
Reply With Quote  
Join Date: Apr 2005
Posts: 3
Reputation: andrewgowland is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
andrewgowland andrewgowland is offline Offline
Newbie Poster

Re: Frontend HTML, Backend MS Access Database??

  #5  
Apr 22nd, 2005
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?
Reply With Quote  
Join Date: Jun 2005
Location: Texas
Posts: 120
Reputation: jwshepherd is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 5
jwshepherd's Avatar
jwshepherd jwshepherd is offline Offline
Junior Poster

Re: Frontend HTML, Backend MS Access Database??

  #6  
Jun 16th, 2005
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
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Database Design Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Database Design Forum

All times are GMT -4. The time now is 3:20 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC