PlusAsp.Com

  Home Contact Hosting E-Commerce Web Design FAQs

 

 

NameSpaces

 
  In order to access certain objects in ASP+ you must use namespaces in your pages. You will be using these for ADO+ Objects, FileSystemObjects, etc...

FileSystemObject
<%@ IMPORT Namespace="System.IO" %>
Databases
<%@ IMPORT Namespace="System.Data" %>
- for use of advanced ADO.NET Objects. Read More

<%@ IMPORT Namespace="System.Data.OleDb" %>
- for use of ADO Database Objects Read More

<%@ IMPORT Namespace="System.Data.SQLClient" %>
- for use with SQL Server Read More

Coming Soon
<%@ IMPORT Namespace="System.Data.Oracle" %>
- I assume this will be the name. There will be a provider for Oracle. Read More
XML
<%@ IMPORT Namespace="System.Data.XML" %>
<%@ IMPORT Namespace="System.Data.Exchange" %>
assuming this will be the name. There will be a namespace specifically for Exchange.
Mail
<%@ Import Namespace="System.Web.Mail" %>
 


Copyright © PlusAsp.com 2002