simon.proctor has asked for the wisdom of the Perl Monks concerning the following question:
Dim rs,last_ID Set rs = Server.CreateObject("ADODB.Recordset") rs.Open "NOTICE", db_connection, adOpenKeySet, adLockPessimist +ic, adCmdTable rs.AddNew rs("title").Value = title rs("message").Value = message rs("date_raised").Value = Date &" "& Time rs("project_ID").Value = projectID rs("issuer_ID").Value = userID rs("notice_type").Value = ntype rs.Update last_ID = rs("ID") rs.Close
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A Question on ADO and a comment on Microsoft
by rchiav (Deacon) on Jul 20, 2001 at 16:16 UTC | |
by simon.proctor (Vicar) on Jul 20, 2001 at 16:32 UTC | |
by rchiav (Deacon) on Jul 20, 2001 at 21:17 UTC | |
by simon.proctor (Vicar) on Jul 21, 2001 at 01:39 UTC | |
by simon.proctor (Vicar) on Jul 21, 2001 at 02:38 UTC | |
by thpfft (Chaplain) on Jul 20, 2001 at 17:00 UTC |