ADO DefaultDatabase Property
Complete Connection Object Reference
The DefaultDatabase property sets or returns a string value that is the default database
for a
specific server-side connection.
Syntax
Example
<%
set conn=Server.CreateObject("ADODB.Connection")
conn.DefaultDatabase="northwind"
set rs=Server.CreateObject("ADODB.Recordset")
rs.Open "customers",conn
....
rs.Close
conn.close
%>
|
Complete Connection Object Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|