Dreamweaver and databases

hi

is it possible to call a database made in ACCESS into Dreamweaver.?

cheers

You will need to use a server-side language for that… Although i usually reccomnd PHP, if you’re using access then i think ASP would be a better match :slight_smile:

if your planning on having a widely used database with alot of data it mite be worth looking into sql databases as another option , i persoanlly use php within flash linkin to a mysql database, althought it abit tricky to get to grips with

thanks guys

yes, you can do that in dreamweaver. If you use MX you have more than 6 choices for dynamic pages. ASP / Javascript or ASP /vbscript are good, easy choices.