Hi,
I am having a ASP page that uses transaction (@TRANSACTION at the top of the page.) When I encounter the
statement, I get an error
. But when I remove the
directive, it passes the
successfully.. But gives another error that reads something like... @TRANSACTION directive should be given... or something of this sort.
My Backend is Access2000 and I am using Interdev 6 with SP5 and I am running it on WinNT server, Win2000 as my development machine.
Can you help me fix this problem ? Very Desperate...
in advance, Thanks!
RR
I am having a ASP page that uses transaction (@TRANSACTION at the top of the page.) When I encounter the
Code:
cn.Open myConnectionString
Code:
No such interface is supported
Code:
@TRANSACTION
Code:
cn.Open
My Backend is Access2000 and I am using Interdev 6 with SP5 and I am running it on WinNT server, Win2000 as my development machine.
Can you help me fix this problem ? Very Desperate...
in advance, Thanks!
RR