MSAccess
MSAccess
- Subject: MSAccess
- From: Romeo Mariani <email@hidden>
- Date: Fri, 9 May 2003 16:25:15 +0200
What about MSAccess and WO5.2?
NT 2000 sp3, MSAccess 2000. ODBC bridge.
We can fetch data into EOModeler but an error is returned when we try
to do it from the application.
This is part of the NSLog aoutput:
=========================
[2003-05-07 09:35:58 CEST] <WorkerThread0> Using JDBCPlugIn
'com.webobjects.jdbcadaptor.OdbcPlugIn' for JDBCAdaptor@5965234
[2003-05-07 09:35:58 CEST] <WorkerThread0> connecting with dictionary:
{plugin = ""; username = ""; driver = "sun.jdbc.odbc.JdbcOdbcDriver";
password = "<password deleted for log>"; URL = "jdbc:odbc:Documenti"; }
[2003-05-07 09:35:58 CEST] <WorkerThread0> === Begin Internal
Transaction
[2003-05-07 09:35:58 CEST] <WorkerThread0> evaluateExpression:
<com.webobjects.jdbcadaptor.JDBCExpression: "SELECT t0.Descrizione,
t0.IDPadre, t0.IDSezione, t0.News, t0.NomeComponent, t0.Posizione FROM
Sezioni t0 WHERE t0.IDPadre is NULL ORDER BY t0.Posizione ASC">
[2003-05-07 09:35:58 CEST] <WorkerThread0> 7 row(s) processed
[2003-05-07 09:35:58 CEST] <WorkerThread0> === Commit Internal
Transaction
[2003-05-07 09:35:58 CEST] <WorkerThread0> connection disconnected.
[2003-05-07 09:35:58 CEST] <WorkerThread0> connecting with dictionary:
{plugin = ""; username = ""; driver = "sun.jdbc.odbc.JdbcOdbcDriver";
password = "<password deleted for log>"; URL = "jdbc:odbc:Documenti"; }
[2003-05-07 09:35:58 CEST] <WorkerThread0> === Begin Internal
Transaction
[2003-05-07 09:35:58 CEST] <WorkerThread0> evaluateExpression:
<com.webobjects.jdbcadaptor.JDBCExpression: "SELECT t0.Descrizione,
t0.IDPadre, t0.IDSezione, t0.News, t0.NomeComponent, t0.Posizione FROM
Sezioni t0 WHERE t0.IDPadre is NULL ORDER BY t0.Posizione ASC">
[2003-05-07 09:35:58 CEST] <WorkerThread0> 7 row(s) processed
[2003-05-07 09:35:58 CEST] <WorkerThread0> === Commit Internal
Transaction
[2003-05-07 09:35:58 CEST] <WorkerThread0>
<com.webobjects.appserver.WODirectAction>: Exception in
performActionNamed() on the action "default" with the message:
com.webobjects.jdbcadaptor.JDBCAdaptorException: Unable to close
ResultSet after completing fetch:
Next exception:SQL State:null -- error code: 0 -- msg: ResultSet is
closed
[2003-05-07 09:35:58 CEST] <WorkerThread0>
com.webobjects.jdbcadaptor.JDBCAdaptorException: Unable to close
ResultSet after completing fetch:
Next exception:SQL State:null -- error code: 0 -- msg: ResultSet is
closed
=========================
Thank's in advance
Romeo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.