cs_estelou
Messages postés1Date d'inscriptionmardi 27 mai 2003StatutMembreDernière intervention 1 juillet 2003
-
1 juil. 2003 à 14:32
seyni1966
Messages postés3Date d'inscriptionmercredi 22 avril 2009StatutMembreDernière intervention17 octobre 2011
-
17 oct. 2011 à 15:11
Salut !
Je voulais tester Interbase manière de voir si pour mon appli cela conviendrait, je me suis donc rendu sur http://info.borland.com/devsupport/interbase/opensource/ et là je découvre ceci:
InterBase_WI-V6.0.1-client.ZIP & InterBase_WI-V6.0.1-server.ZIP
Soucieux de tout savoir (et oui je suis curieux ;) ), je voudrais connaître la raison d'exister de ces deux versions. Je croyais que Interbase gérait le client/serveur alors pourquoi séparer les deux ?
Que dois-je télécharger ?
Excusez moi d'avance de mon ignorance mais c mon premier contact avec Interbase :blush)
Merci
seyni1966
Messages postés3Date d'inscriptionmercredi 22 avril 2009StatutMembreDernière intervention17 octobre 2011 17 oct. 2011 à 15:11
je cherche à créer une connexion interbase interclient avec java et il me renvoie une erreur comme suit:
Exception in thread "AWT-EventQueue-0" java.lang.VerifyError: (class: interbase/interclient/ErrorKey, method: <clinit> signature: ()V) Expecting to find object/array on stack
at interbase.interclient.JDBCNet._$125439(JDBCNet.java:97)
at interbase.interclient.JDBCNet.(JDBCNet.java:74)
at interbase.interclient.Connection._$45044(Connection.java:317)
at interbase.interclient.Connection.(Connection.java:285)
at interbase.interclient.Driver.connect(Driver.java:204)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at ish.courrier.ecrans.fenetrebdd.(fenetrebdd.java:153)
at ish.courrier.ecrans.jfmprincipal$1.actionPerformed(jfmprincipal.java:66)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
help!