- Posts: 5
- Thank you received: 0
×
CodeTyphon Linux OS Development, discussions and problems
Question sqldb
- Vlad Wilhelm
- Topic Author
- Offline
- New Member
-
Less
More
1 year 6 months ago #15281
by Vlad Wilhelm
sqldb was created by Vlad Wilhelm
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.
{$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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 6 months ago #15282
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic sqldb
Yes Sir
please zip and attach the new ibase60.inc file here
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.
- Vlad Wilhelm
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
1 year 6 months ago #15297
by Vlad Wilhelm
Replied by Vlad Wilhelm on topic sqldb
easy and casual!
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 6 months ago - 1 year 6 months ago #15298
by Sternas Stefanos
We put your patch to LAB CT
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic sqldb
PilotLogic Architect and Core Programmer
Last edit: 1 year 6 months ago by Sternas Stefanos.
The following user(s) said Thank You: Vlad Wilhelm
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 6 months ago #15302
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic sqldb
Sir
My suggestion is to use/test and
codetyphon/fpcsrc/packages/firebird/src/firebirddyn.pp
this FPC pkg exist only to CT-FPC
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.
- Vlad Wilhelm
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
1 year 6 months ago #15309
by Vlad Wilhelm
Replied by Vlad Wilhelm on topic sqldb
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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 6 months ago #15313
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic sqldb
Please Sir
Can you give us a working for you firebird.inc
to put in the LAB CT ?
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.
- Vlad Wilhelm
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
1 year 6 months ago #15316
by Vlad Wilhelm
Replied by Vlad Wilhelm on topic sqldb
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.
- LuZZZZi
- Offline
- Junior Member
-
Less
More
- Posts: 63
- Thank you received: 0
1 year 5 months ago #15318
by LuZZZZi
Replied by LuZZZZi on topic sqldb
Hi guys,
I'm missing the TSQLTransaction component in the sqldb package.
Raspberry Pi 4, aarchx86_64
Thx
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.
- Matis A.
-
- Offline
- Moderator
-
1 year 5 months ago #15321
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic sqldb
Try to install lz_sqldb pkg to TyphonIDE
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.