Hallo,
>
> <% Set RS=Server.CreateObject("ADODB.Recordet")
> StrConn = "....."
> StrSQL = "Select * From MyTbl"
> RS.Open StrSql, StrConn
> While not rs.eof
> Response.write RS("MeinFeld")
> Rs.movenext
> Wend
> Rs.Close
> %>
>
> Wie m��te das in ASP.net aussehen?
> Welche Bibliotheken mu� ich einbinden?
>
asp.net 1.1:
http://samples.gotdotnet.com/quickstart/aspplus/
"Server-Side Data Access"
asp.net 2.0:
http://beta.asp.net/QuickStartv20/aspnet/doc/data/default.aspx
Gruss
Alex
_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse