Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIs and databases

Status
Not open for further replies.

mmarkym

Programmer
Mar 23, 2002
54
US
Hi,
I just started using IIS as a server to practice my ASP. I need to work with ADO and databases. Can you create databases in IIS? If so How, and what would the Connection string be?

mark
 
Database are not created in IIS. you can create databases as:

-Flat Text Files
-MS SQL Database
-Access Database
-Oracle Databases

etc..

From there you can create a System DSN within your control panel for the appropriate type of database or create a DSNless connection via ASP.

For quick connection scripts check out:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top