If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > how to connecting to access without asp or php?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-11, 22:08
dvdljns dvdljns is offline
Registered User
 
Join Date: Jul 2004
Posts: 3
Question how to connecting to access without asp or php?

Is there a way to connect to access without or with limited use of serverside script? I am trying to change an asp website. my db connection is in a ssi with an asp extension but there should be another way to make this connection. Or at least use it. I am studying xml, which I understand can eventaully replace the db. maybe I can even use xml for just the db? I think the db asp file could be rewrote to run like a normal asp file If a js file could be used to run it. The db connection would to persist in memory for the whole session? Please someone help me, I know nothing about databases.
Reply With Quote
  #2 (permalink)  
Old 04-05-11, 18:58
SimonMT SimonMT is offline
Registered User
 
Join Date: Sep 2006
Posts: 265
For a start you can declare the connection to the database in the global.asa file if you are using asp or global.asax in .Net. I have tried xml but is really traslating a database into a text file and you have to ask yourself - why. XML is fine as a standard but it gets really tricky using the xsl style files.

Simon
Reply With Quote
Reply

Tags
access, asp, database, iis, php

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On