Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO Error

Status
Not open for further replies.

sbind77

Programmer
Oct 2, 2001
29
US
Hi

i m getting this error
when i try to insert a record to a table

My code is very simple
con.BeginTrans
con.Execute(mdebstr)
con.Execute(mschstr)
if err.number=0 then
con.CommitTrans
else
con.RolbackTrans
end if


Err.number - 2147467259

err.description - Cannot create new connection because in manual transaction mode

Pl help me to come out of this problem
Thank You
sbind77
 
If possible could you post the string that is send in the execute statement?
 
I was kind of hoping you would send over the entire page. Since the error is actually being thrown on the con.Open method which we can't see here.

ToddWW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top