?? db.inc
字號:
<!-- #include file="adovbs.inc" -->
<%
'--------------------------------------------------------------------
'
' Constants added for shopping cart
'
' (c) 1999 Katrien De Graeve
'
' http://www.URLogy.com
'--------------------------------------------------------------------
Const maxCartItems = 10
Const cartAttributes = 5
'--- Shopping cart attributes ----
Const cProductid = 1
Const cProductCode = 2
Const cProductname = 3
Const cQuantity = 4
Const cUnitPrice = 5
%>
<%
Dim dbc
Dim strConn
Dim strpath
strConn = "Driver={Microsoft Access Driver (*.mdb)};DBQ=c:\inetpub\wwwroot\a.shopKart10\admin\scart.mdb"
Set dbc = Server.CreateObject("ADODB.Connection")
dbc.open strConn
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -