<%
Option Explicit
Dim RSUser
Gconn.open "ASPBook", "sa", "twoje_haslo"
set RSUser = Sconn.Execute("select * from Users")
%>
