Hi, i have a the actuell Version of GalleryCollection installed on DW6CS and have a normal recordset for test:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="../Connections/DB_AKi203.asp" --> <% Dim rsTEST Dim rsTEST_cmd Dim rsTEST_numRows
Set rsTEST_cmd = Server.CreateObject ("ADODB.Command") rsTEST_cmd.ActiveConnection = MM_DB_AKi203_STRING rsTEST_cmd.CommandText = "SELECT * FROM dbo.T_CIB_I" rsTEST_cmd.Prepared = true
Set rsTEST = rsTEST_cmd.Execute rsTEST_numRows = 0 %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unbenanntes Dokument</title> </head>
<body> </body> </html> <% rsTEST.Close() Set rsTEST = Nothing %>
after this i put the courser in the BODY TAG and Startet
Serverbehavior -> DWZone -> GalleryCollection -> AnithingSlider
and want to make a DATABASE insert. But the BUTTON "Recordset" will Show anytime "None" and not "rsTEST".
the button short and Long descrption will find the Recordset ????? What is wrong here ?????
Regards Andreas Heise
|
|
|