Insert Recordset Issue


before last upgrade dreameweaver, when created recordset looked , worked great:

<%
dim rsadmin
dim rsadmin_numrows

set rsadmin = server.createobject("adodb.recordset")
rsadmin.activeconnection = mm_sylar_string
rsadmin.source = "select * sylar032805.admin order adminid asc"
rsadmin.cursortype = 0
rsadmin.cursorlocation = 2
rsadmin.locktype = 1
rsadmin.open()

rsadmin_numrows = 0
%>

but in latest version looks , not work:

<%
dim rsclient
dim rsclient_cmd
dim rsclient_numrows

set rsclient_cmd = server.createobject ("adodb.command")
rsclient_cmd.activeconnection = mm_connsylar2007_string
rsclient_cmd.commandtext = "select * sylar032805.[admin]"
rsclient_cmd.prepared = true

set rsclient = rsclient_cmd.execute
rsclient_numrows = 0
%>

...any words of wisdom appreciated designer got along quite before dreamweaver's help...but totally banging head on wall!

jennifer



More discussions in Develop server-side applications in Dreamweaver


adobe

Comments

Popular posts from this blog

Thread: PKI Client 5.00 install (for eToken Pro)

ATmega2560-Arduino Pin Mapping

Crossfader Arduino Tutorial