作者ck2shine (夏天过了~)
看板Visual_Basic
标题[ASP ] ASP连结SQL sever问题
时间Sat Nov 11 15:51:12 2006
ODBC设置应该是没有问题
程式码
<%
set conn = server.createobject("adodb.connection")
set rs = server.createobject("adodb.recordset")
conn.open "log", "test" , "test"
RS.open "table" , Conn, "1", "3"
RS.addNew
RS("account") = Request("account")
set conn = Nothing
set RS = Nothing
%>
会出现以下错误
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]关键字 'table' 附近的语法不正确。
显示RS.open "table" , Conn, "1", "3"
这一行错误了
试了好久都不行..
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.231.51.9