Click here to Skip to main content
16,005,467 members
Home / Discussions / Web Development
   

Web Development

 
QuestionASP/JScript cookies...? Pin
alex.barylski18-Apr-02 15:37
alex.barylski18-Apr-02 15:37 
AnswerRe: ASP/JScript cookies...? Pin
Glenn Kees19-Apr-02 4:13
Glenn Kees19-Apr-02 4:13 
AnswerRe: ASP/JScript cookies...? Pin
Brian V Shifrin19-Apr-02 4:40
Brian V Shifrin19-Apr-02 4:40 
Generalie6 image toolbar... Pin
l a u r e n18-Apr-02 12:23
l a u r e n18-Apr-02 12:23 
GeneralRe: ie6 image toolbar... Pin
Shog918-Apr-02 12:49
sitebuilderShog918-Apr-02 12:49 
GeneralRe: ie6 image toolbar... Pin
l a u r e n18-Apr-02 20:56
l a u r e n18-Apr-02 20:56 
GeneralRe: ie6 image toolbar... Pin
Nick Parker22-Apr-02 6:46
protectorNick Parker22-Apr-02 6:46 
GeneralDatabase Transactions Pin
18-Apr-02 8:08
suss18-Apr-02 8:08 
I am developing an application using ASP which updates a SQL server 2000 database on the back-end.

I currently have a bunch of HTML forms acting as the UI. Each form collects specific information that is stored in a different table, but I want all table inserts within the session to be part of one transaction (i.e. all or nothing).

I have tried a lot of things, but I still can't get a rollback to occur when a session times-out.

I've tried specifying -

"<%@ TRANSACTION=Requires_New Language=vbscript%>"

on the asp file with no success. I even tried explicitly calling the "ObjectContext.SetAbort" method.

My hosting company swears they have transactions enabled on thier servers, so I'm thinking it must be an error from my end.

I'll appreciate any help anyone could offer me. My question is how to handle transactions with multiple

Thank you
Generalweb page scroll bars... Pin
l a u r e n17-Apr-02 22:33
l a u r e n17-Apr-02 22:33 
GeneralRe: web page scroll bars... Pin
Nick Parker18-Apr-02 2:58
protectorNick Parker18-Apr-02 2:58 
GeneralRe: web page scroll bars... Pin
l a u r e n18-Apr-02 7:15
l a u r e n18-Apr-02 7:15 
GeneralI use asp to access object i create, encounter error Pin
chq1217-Apr-02 11:10
chq1217-Apr-02 11:10 
GeneralRe: I use asp to access object i create, encounter error Pin
Philip Patrick18-Apr-02 9:34
professionalPhilip Patrick18-Apr-02 9:34 
GeneralRe: I use asp to access object i create, encounter error Pin
Gavin Taylor20-Apr-02 8:28
professionalGavin Taylor20-Apr-02 8:28 
GeneralRe: I use asp to access object i create, encounter error Pin
23-Apr-02 12:00
suss23-Apr-02 12:00 
GeneralCustomising Tracing Pin
Kevin McFarlane17-Apr-02 6:15
Kevin McFarlane17-Apr-02 6:15 
General.Net Server-side controls Pin
MS le Roux17-Apr-02 2:25
MS le Roux17-Apr-02 2:25 
GeneralRe: .Net Server-side controls Pin
Kevin McFarlane17-Apr-02 6:20
Kevin McFarlane17-Apr-02 6:20 
GeneralUsing session state in SQLServer mode Pin
Senkwe Chanda16-Apr-02 22:22
Senkwe Chanda16-Apr-02 22:22 
GeneralRe: Using session state in SQLServer mode Pin
Michael P Butler16-Apr-02 22:34
Michael P Butler16-Apr-02 22:34 
GeneralRe: Using session state in SQLServer mode Pin
Senkwe Chanda17-Apr-02 1:02
Senkwe Chanda17-Apr-02 1:02 
GeneralRe: Using session state in SQLServer mode Pin
James T. Johnson17-Apr-02 1:37
James T. Johnson17-Apr-02 1:37 
GeneralRe: Using session state in SQLServer mode Pin
Senkwe Chanda17-Apr-02 2:17
Senkwe Chanda17-Apr-02 2:17 
GeneralRe: Using session state in SQLServer mode Pin
Senkwe Chanda17-Apr-02 23:14
Senkwe Chanda17-Apr-02 23:14 
GeneralRe: Using session state in SQLServer mode Pin
James T. Johnson18-Apr-02 22:53
James T. Johnson18-Apr-02 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.