This is a discussion on "Access database, Dreamweaver and a noob" within the Classic ASP section. This forum, and the thread "Access database, Dreamweaver and a noob are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Access database, Dreamweaver and a noob
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Access database, Dreamweaver and a noob
Hey all
Dunno if you go on the other forum pages so if not hey Right firsly I am doing a dissertation creating a e-commerce website usuing Access Database and Dreamweaver MX. The website is only a prototype so it doesnt need to fully work but does need the quailty of a well designed website. To be honest I am sooo new to this and have little knowledge. I am looking for some one to point me in the right direction or to tell me how to 1) Connect a Access Database to Dreamweaver MX 2) Insert the right code in tables to pull only the required record and record data necessary. Or do you think I should abandon it and convert my Access Database into SQL and try usuing PHP? |
|
|
|
#2
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
This is only personal preference but PHP/Mysql and apache was easier to work with than ASP.NET
Pat |
|
#3
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Quote:
cool so I have been hearing. Am more worried about pulling the information from my database. Rather than list all records and fields in a table I will be wanting to pull out select records and select details about that record. Is that easy to do? |
|
#4
|
||||
|
||||
|
Re: Access database, Dreamweaver and a noob
With an Access db you'll be (usually) using asp, not asp.net. It seems this dissertation would only succeed if you were discussing how technology changes and this is the 'old school'. Of course you'd then need need to conduct experiments with the more usual php/mysql(or ms sql) and then asp.net (which is awesome in the right hands). At best you may be able to export sql statements from access to provide a basis for other db's.
The way I see it: asp/access = home novice. php/mysql = novice/designer/developer. asp.net/* sql = developer.
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Your claims of ASP are quite outrageous, I have been developing on the platform for 10 years and am the Web Manager of a Local Authority and we run a load of applications using ASP/SQL Server including Multilingual CMS's CRM and a host of other back office and forward facing apps.
|
|
#6
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Quote:
You don't connect a database to your Dreamweaver You connect your database to interact with your page (ASP or PHP) I know what you mean by "Connect a Access Database to Dreamweaver MX" You are talking about the Server Behaviors function in DW right? I am suggesting that you do a manual hand written code to connect to your database (MSSQL or MySQL). It' damn easy once you know the trick Here is some sample..
As shown in the above SQL statement:
Question 3 I have use ASP with MySQL and found it is as easy as with MSSQL. My recommendation is to switch to PHP/MySQL. They are a great couple! Cheers...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#7
|
||||
|
||||
|
Re: Access database, Dreamweaver and a noob
Quote:
But kudos to Monie, keeping this on track
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
Last edited by frinkky; Mar 18th, 2008 at 09:29. |
|
#8
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Quote:
Could you just help me understand this more thanks. Understanding Answer 1 From my understanding of what you wrote. I keep my Database in Access and use MySQL to get the database and dreamweaver to interact? Understanding Answer 2 "SELECT * FROM Customers WHERE status = Married" Thank you for this code, I assume it would create a table of all the people who were married with all the fields such as 'picture' 'personID' 'Name' 'age' 'sex' 'material status' 'etc' 'etc' 'etc' . What am stuck on is pulling more specific detail on selected records with selected fields. A)On the above list lets say I only wanted to pull out all the people who are 'married' but only display their picture, name, age and material status? B) The same as above but only a specific person. It is hard to explain but in question two. I would like the indavidual fields to show in the tables i have created in dreamweaver. I have attached a picture of an example table I would set out. |
|
#9
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Quote:
I just didn't want nobody to get the wrong idea about ASP. Additionally, I likewise commend Monie for keeping on track. |
|
#10
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Quote:
Please let me know..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#11
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
awww thanks mate that is great.
"SELECT picture, name, age, status FROM Tablename WHERE status = 'Married' and Username = 'John'" Would i identify this usuing ID rather than name incase more than one person is called john. once this information is pulled am I okay to select where I want to put it in tables? Thank you so much for taking the time to do this for me |
|
#12
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Yeah sure, you can use ID instead of the Username
and you can place them anywhere you want in your table... <%=rs("picture")%> Cheers...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#13
|
|||
|
|||
|
Re: Access database, Dreamweaver and a noob
Quote:
ASP can achieve what PHP can do! It all depends on how good you are in programming world. About the database, I agree ACCESS is for begineer and MySQL is for advance user Cheers...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| updating websites only with access to ftp and dreamweaver | niblo | Web Page Design | 11 | May 21st, 2008 12:48 |
| using access database ? | saadi babar | Classic ASP | 13 | Mar 19th, 2008 09:45 |
| Microsoft Access Database Help? | crackafaza | Databases | 10 | Dec 7th, 2007 04:04 |
| Access Database | benjamjon | Databases | 1 | Mar 8th, 2007 20:19 |
| Access database on the Web | redkyna | Databases | 7 | Aug 2nd, 2004 20:25 |