深圳升蓝软件
数据库开发 .Net技术  |  ASP技术 PHP技术 JSP技术 应用技术类   
Hiblue Software

在ASP里建表


March 25,2004
可以看一下BOOK ONLINE里的帮助信息,具体的不多说了,:)

请看代码:

<%
'建立连接
Dim conn
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "DSN=blah"

Dim strSQL
strSQL = "CREATE TABLE test (name varchar(50), age int)"
conn.Execute strSQL
%>

希望能对你有所帮助
       
Copyright © 2001-2008 Shenzhen Hiblue Software Team All rights reserved