live from new jersey – it’s sunday morning!

โ€”

by

in

live from new jersey – it’s sunday morning!

Well, I got back today and worked a lot, then took a short break and went out
to see "The Exorcist". The movie is – well, it’s a bad 70’s movie…
but it was well worth seeing on the big screen.

Tatsumi is crashed
after doing some serious Flash
work and Kimiko
has been working hard on other stuff, I have been putting yet more ASP
together… enjoy the sample:

<%
set rsUserLogin = Server.CreateObject("ADODB.Recordset")
rsUserLogin.ActiveConnection = "dsn=RTG_DB;uid=*****;pwd=******;"
rsUserLogin.Source = "SELECT id, UserName, NickName, AccountGroup,
FlagValid FROM tblUserAccounts WHERE UserName='" + Replace(rsUserLogin__strUserName,
"'", "''") + "' AND Passwd='" + Replace(rsUserLogin__strPasswd,
"'", "''") + "'"
rsUserLogin.CursorType = 0
rsUserLogin.CursorLocation = 2
rsUserLogin.LockType = 3
rsUserLogin.Open
rsUserLogin_numRows = 0
%>

Sleep now. See ya all in the afternoon!