Welcome, Guest
Username: Password: Remember me
CodeTyphon Linux OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

sqldb 3 years 4 months ago #15281

  • Vlad Wilhelm
  • Vlad Wilhelm's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 2
is it possible to change the text of ibase60.inc to:
{$IFDEF Unix}
{$DEFINE extdecl:=cdecl}
const
gdslib = 'libgds.'+sharedsuffix; // Needs completion ?
libfc = 'libfbclient.'+sharedsuffix;
libem = 'libfbembed.'+sharedsuffix;
v2 = {$ifndef darwin}'.2'{$else}''{$endif};
v21 = {$ifndef darwin}'.2.1'{$else}''{$endif};
v25 = {$ifndef darwin}'.2.5'{$else}''{$endif};
v251 = {$ifndef darwin}'.2.5.1'{$else}''{$endif};
fbclib2 = libfc+v2;
fbembedlib2 = libem+v2;
fbclib21 = libfc+v21;
fbembedlib21 = libem+v21;
fbclib25 = libfc+v25;
fbembedlib25 = libem+v25;
fbclib251 = libfc+v251;
fbembedlib251 = libem+v25;
// Set default here
fbclib = fbclib2;
fbembedlib = fbembedlib251;
{$ENDIF}

Firebird 2.5.1 has long since sunk into oblivion. and in the third version, the client kept the index 2.

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15282

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Yes Sir
please zip and attach the new ibase60.inc file here
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15297

  • Vlad Wilhelm
  • Vlad Wilhelm's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 2
easy and casual!
Attachments:

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15298

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
We put your patch to LAB CT
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Vlad Wilhelm

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

sqldb 3 years 4 months ago #15302

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir
My suggestion is to use/test and
codetyphon/fpcsrc/packages/firebird/src/firebirddyn.pp

this FPC pkg exist only to CT-FPC
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15309

  • Vlad Wilhelm
  • Vlad Wilhelm's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 2
I tried to upgrade to version 7.2, but due to bugs in working with the firebird (you separated the interbase and the firebird, but only the old technology works) I could not use it and returned to using version 6.3.

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15313

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Please Sir
Can you give us a working for you firebird.inc
to put in the LAB CT ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15316

  • Vlad Wilhelm
  • Vlad Wilhelm's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 34
  • Thank you received: 2
in the new version of sqldb, the errors were in the body of the library. I didn't bother to figure it out and rolled back to the old version of the studio.

Please Log in or Create an account to join the conversation.

sqldb 3 years 4 months ago #15318

  • LuZZZZi
  • LuZZZZi's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 78
  • Thank you received: 1
Hi guys,

I'm missing the TSQLTransaction component in the sqldb package.
Raspberry Pi 4, aarchx86_64


Thx

Please Log in or Create an account to join the conversation.

sqldb 3 years 3 months ago #15321

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
Try to install lz_sqldb pkg to TyphonIDE
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1