Hallo,

>so, ich bin wieder dabei ASP(VBScript) zu programmieren ... gerade mal 2
>Wochen und schon tauchen wieder un�berwindliche Fragen auf.

versuchs mal so:

Set oDataF = Server.CreateObject("ADODB.RecordSet")
sSqlF = "select NavigationID, NavigationText from CS_V_Navigation where
ParentID = " & nOrigin & " and IsVisible = 'Y' and LanguageID = '" & sLangID
& "' and NavigationID in (select distinct NavigationID from CS_Presentation
p, CS_Category c where p.CategoryID = c.CategoryID and c.ReadRight in(" &
Session("strUserRights") & ") and p.PresentationPurposeID=" & PP_HOMEPAGE &
") order by SortNr"
oDataF.cursorlocation = 3
oDataF.Open sSqlF, oDBConn

Gruss

Alex
www.aspintranet.de


| Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/
| [aspdebeginners] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv
| Sie knnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp

Antwort per Email an