Search found 17 matches

by Yogi Yang
09.08.2021, 11:29
Forum: ZeosLib 7.2 Forum
Topic: Can I use Zeoslib from FMX?
Replies: 3
Views: 527

Re: Can I use Zeoslib from FMX?

@aehimself and @marsupilami,

Thank you very much for the information.

I will try my hands on Zeos 8.
by Yogi Yang
09.08.2021, 07:32
Forum: ZeosLib 7.2 Forum
Topic: Can I use Zeoslib from FMX?
Replies: 3
Views: 527

Can I use Zeoslib from FMX?

Hello,

Is there a possibility for me to use Zeoslib in my FireMonkey application?

I am planning to develop desktop applications for Windows and Linux.

If yes then what have I to take into consideration for different platforms?

TIA
by Yogi Yang
09.08.2021, 07:28
Forum: ZeosLib 7.2 Forum
Topic: Access encrypted SQLite database
Replies: 2
Views: 490

Access encrypted SQLite database

Hello,

I have managed to access SQLite database I don't know as to how to access encrypted database. What do we have to do to access it?

TIA
by Yogi Yang
07.08.2021, 12:52
Forum: SQLite
Topic: Read Application ID
Replies: 1
Views: 392

Read Application ID

Hello,

I read on a forum not related to ZDB and Delphi that we can read/write Application ID using

Code: Select all

PRAGMA schema.application_id
PRAGMA schema.application_id = integer
But is there a direct way to set and read Application ID using ZDB instead of resorting to PRAGMA?

TIA
by Yogi Yang
07.08.2021, 12:34
Forum: ZeosLib 7.2 Forum
Topic: What is the best way to replicate MySQL DB structure to SQLite DB?
Replies: 3
Views: 492

What is the best way to replicate MySQL DB structure to SQLite DB?

Hello,

Are there any possibilities of being able to replicate the structure of a remote MySQL database to a local SQLite database?

TIA
by Yogi Yang
07.08.2021, 12:32
Forum: SQLite
Topic: How to extract structure of DB?
Replies: 4
Views: 615

How to extract structure of DB?

Hello,

How can we extract the structure of opened database like Tables, Views, etc.

I want to show the list of tables to user and then when the user clicks on a table I want to retrieve/get the table structure and present it to user.

How can we do this?
by Yogi Yang
07.08.2021, 12:17
Forum: SQLite
Topic: How to encrypt a plain SQLite DB with password?
Replies: 1
Views: 599

How to encrypt a plain SQLite DB with password?

Hello,

I have a very large SQLite 3 DB (around 1 GB). I have a need to open the DB and then encrypted it with a password.

How to do this?

I tried to check out Blog post here - viewtopic.php?f=21&t=15029 but the linke provided is dead.

TIA
by Yogi Yang
15.12.2018, 14:09
Forum: ZeosLib 7.3/8.0 Forum
Topic: From where to download ZeosLib for Delphi Rio?
Replies: 1
Views: 2739

From where to download ZeosLib for Delphi Rio?

Hello,

I don't know as to where to post so I am posting here.

From where can we download ZeosLib which is compatible with the latest version of Delphi Rio?

TIA
by Yogi Yang
21.03.2008, 09:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Difference between ZeoxLib and AnyDAC
Replies: 0
Views: 846

Difference between ZeoxLib and AnyDAC

I am just curious as to which should be really adopted. ZeosLib or AnyDAC (http://www.remobjects.com/product/?id=%7B4EEDCAF3-4225-4E1E-A94B-960CD6A739AF%7D). I mean features beyond Price factor. As far as pricing is concerned ZeosLib will win hands down but what about other things. I am asking that ...
by Yogi Yang
20.03.2008, 04:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos & Instant Objects FrameWork
Replies: 7
Views: 1607

sandeep_c24 wrote:Hi Yogi

Add "DBCommonTypes" to uses clause in the unit where you get the error.

Regards

Sandeep
Thanks for the hint.
by Yogi Yang
20.03.2008, 04:39
Forum: User Patches
Topic: [patch_done] Updating Same Record
Replies: 24
Views: 5870

I don't know how Zeos will handle this because FB will never raise concurrency error even if two users will try to update the same record at the same time.
by Yogi Yang
19.03.2008, 14:29
Forum: User Patches
Topic: [patch_done] Updating Same Record
Replies: 24
Views: 5870

I am not a pro, but as far as Fb is concerned I think it maintains versioning of data records (by default) so you should always see the latest updates but can see any other previous updates from 'rdb$database'. I don't know the exact way of seeing previous updates nor do I know as to how many update...
by Yogi Yang
19.03.2008, 14:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos & Instant Objects FrameWork
Replies: 7
Views: 1607

Cannot install DclIOZeosDBO.dpk IOZeosDBO.dpk for InstantObj

I am not able to install the brokers for Instant Objects 2.0.

The error that I am getting is

[Pascal Error] InstantZeosDBO.pas(92): E2003 Undeclared identifier: 'TLoginEvent'

Please help me.

Thanks,

Regards,
by Yogi Yang
18.03.2008, 08:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos & Instant Objects FrameWork
Replies: 7
Views: 1607

Hello Sandeep,
sandeep_c24 wrote:Hi Yogi

Install Zeos and then look in IO folder for Zeos broker. Install that and you should be working with Zeos and IO.

Regards

Sandeep
Thank you for this hint. It did the trick!

Regards,

Yogi Yang