In VB program, I got message as " No Transaction is
Active" , Backend database is Oracle, This message is
coming some user's PC and Not all user's PC

Please help me to resolve this issue

Answers were Sorted based on User's Feedback



In VB program, I got message as " No Transaction is Active" , Backend database is Oracle..

Answer / rocky

After the connection string code, include
conn.BeginTrans

so it starts the transaction such that you can add or delete or perform any actions with database.

Is This Answer Correct ?    1 Yes 0 No

In VB program, I got message as " No Transaction is Active" , Backend database is Oracle..

Answer / bilal muslim

Seems you would need SSLv3 Active X.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PCC-02360: This array type is invalid for use with ARRAYLEN statement

1 Answers  


ORA-38405: quotes not allowed in the attribute set name

1 Answers  


TNS-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor

1 Answers  


ORA-02808: Allocation of memory of open files array failed.

1 Answers  


ORA-09744: smsget: mmap returned an error.

1 Answers  






NZE-29224: Cannot locate matching certificate request.

1 Answers  


ORA-12051: ON COMMIT attribute is incompatible with other options

1 Answers  


ORA-01002: fetch out of sequence

1 Answers  


RMAN-08586: output filename=string tag=string recid=string stamp=string

1 Answers  


PCC-02327: struct or struct pointer required

1 Answers  


PCC-00124: COMMON_NAME option is specified too late

1 Answers  


ORA-12005: may not schedule automatic refresh for times in the past

2 Answers  


Categories