About transaction of ADODB

QuestionsAbout transaction of ADODB
Chao Shun Jenq asked 11 years ago

Can phpgrid support the transaction of ADODB?
if yes , how to do it ?

1 Answers
Abu Ghufran answered 11 years ago

Yes, you can use transactions if your DB engine supports it (e.g. innodb)

Lets say, you have
$g = new jqgrid();

so,

$g->con is the ADO connection object.

and you can transaction functions using ADO documentation.
phplens.com/lens/adodb/docs-adodb.htm

Your Answer

2 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?