Bonjour , je voudrais disposer d’un champ pour inserer la date du jour entre autre dans des rapports.
Je suis passé à Firebird et je suppute qu’il y a un problème.
J’ai compulsé les diverses FAQ et la solution semble résider dans l’emploi d’une instruction SQL.
j’ai une table “Liste” contenant un champ au format DATE nommé “dernier_controle” j’ai donc tapé la ligne SQL (menu Outils / SQL) suivante ALTER TABLE “Liste” ALTER COLUMN “dernier_controle” SET DEFAULT CURRENT_DATE et j’ai l’erreur suivante:
1: firebird_sdbc error:
*Cursor is not open
caused by
‘isc_dsql_fetch’
at /home/iurt/rpmbuild/BUILD/libreoffice-7.4.3.2/connectivity/source/drivers/firebird/Util.cxx:69
j’ai essayé aussi : INSERT INTO “Liste”.“dernier_controle” VALUES CURRENT_DATE
c’est pas mieux !
Apparemment SQL bloque sur "CURRENT_DATE, pourtant cette fonction figure bien dans la liste de firebird.
Est qu’un SQLISTE chevroné pourrait m’éclairer un peu?
Par avance merci
je suis revenu à HSQL grace a mon ancienne version et là çà marche à tous les coups !
il y a donc bien un pb avec Firebird, mais comment s’y prendre ???
Hello, I would like to have a field to insert the current date among other things in reports.
I switched to Firebird and I suspect there is a problem.
I checked the various FAQs and the solution seems to lie in the use of an SQL statement.
I have a “List” table containing a field in DATE format named “last_control” so I typed the following SQL line (Tools / SQL menu): unamused: ALTER TABLE “List” ALTER COLUMN “last_control” SET DEFAULT CURRENT_DATE and I have the following error:
1: firebird_sdbc error:
*Cursor is not open
caused by
‘isc_dsql_fetch’
at /home/iurt/rpmbuild/BUILD/libreoffice-7.4.3.2/connectivity/source/drivers/firebird/Util.cxx:69
I also tried: INSERT INTO “List”. “last_control” VALUES CURRENT_DATE
it’s not better!
Apparently SQL hangs on 'CURRENT_DATE, yet this function is listed in firebird.
Could a seasoned SQLISTE enlighten me a bit?
Thank you in advance
I came back to HSQL thanks to my old version and there it works every time!
there is therefore a pb with Firebird, but how to go about it ???