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 > Data Access, Manipulation & Batch Languages > ASP > ASP codes to connect to the DB without the use of IIS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-04, 23:55
devonnicious devonnicious is offline
Registered User
 
Join Date: Mar 2004
Posts: 18
ASP codes to connect to the DB without the use of IIS

Hi im doing ASP using microsoft access for my database and i would like to know where theres any ASP codes which can connect to the database without the use of ODBC or IIS.

Thanks alot
Reply With Quote
  #2 (permalink)  
Old 07-02-04, 20:19
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Yes and No.

Yes - To connect to a DB, you can either have a DSN or DSN-less connection. DSN requires you to set it up on the server ahead of time. DSN-less creates the connection to the DB on the fly from the ASP code.

No - You cannot have ASP without IIS (well, there are some offshoots of IIS.. chilisoft, or something, has an ASP-like language, but I'm not familiar with it). Without it you're not gonna get anything. IIS receives the request for a page, checks to see if it's there, checks its security, executes the code for it, then serves the results back to the client. But IIS is not required for a dynamic website. There are other web servers such as Apachi, WebLogic, WebSphere, and many more, but ASP is pretty much unique to IIS.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 07-03-04, 01:08
meteor73 meteor73 is offline
Registered User
 
Join Date: Jul 2004
Posts: 2
If your server's OS is Linux, Unix, Java, Apache or Solaris, please see the following website for the plug-in to enable ASP coding:
http://wwws.sun.com/software/chilisoft/index.html
http://shell4.tdl.com/ASP/
Reply With Quote
  #4 (permalink)  
Old 07-07-04, 00:24
devonnicious devonnicious is offline
Registered User
 
Join Date: Mar 2004
Posts: 18
yap i got it working guys.
thanks alot !
Reply With Quote
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On