BEA Logo BEA WebLogic Server Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

Technical FAQ: Questions about jDriver for Informix

FAQ Index

Using Unicode character sets with jDriver for Informix

Q How do I use multibyte character sets with jDriver for Informix?

A Currently, multibyte character sets are not supported for the jDriver for Informix driver. Support may be added in a future release. For more information, see Using WebLogic jDriver for Informix.

Top of the page

Using jDriver for Informix in an applet

Q I have tested the sample SocketApplet in JDBC. It works fine in the AppletViewer, but when I use Internet Explorer, I get the following message:

  50002:sun.applet.AppletSecurityException:checkconnect.newworkhost1.

How can I make my applet run in a browser?

A The most common cause of this problem is that the applet is trying to connect to a different server than the one from which it was downloaded. When testing an applet, make sure that your applet isn't loading classes locally. For tips on troubleshooting applet problems, see Troubleshooting applet security problems.

Top of the page

Setting locks in an Informix database.

Q I am getting errors 271(Could not insert new row into the table) and 243 (Could not position within a table table-name) when running a multi-user application using the WebLogic jDriver for Informix driver. How can I allow multi-user access to my Informix database?

A First, confirm that your table file is not corrupted or truncated by using the bcheck or secheck utilities. If you have verified the file's integrity, then the most likely cause of your problem is that you have locked your table file or a record within the table. This is a normal event in multi-user programs; generally you can recover by rolling back the current transaction, waiting a short time, and then re-executing the transaction. Here are some specifics:

For interactive SQL, redo the operation.

For C-ISAM programs, review the program logic and make sure that it can handle this situation. You can obtain exclusive access to a table by passing the ISEXCLLOCK flag to ISOPEN.

For SQL programs, review the program logic and make sure that it can handle this situation. The easiest way to handle this error is to use the statement SET LOCK MODE TO WAIT. For bulk updates, see the LOCK TABLE statement and the EXCLUSIVE clause of the DATABASE statement.

 

Copyright © 2000 BEA Systems, Inc. All rights reserved.
Required browser: Netscape 4.0 or higher, or Microsoft Internet Explorer 4.0 or higher.
Last updated 03/08/1999