Search found 56 matches

by jjeffman
06.12.2012, 15:50
Forum: 6.6 - stable
Topic: [solved] ZeosLib version and SQLite error
Replies: 7
Views: 1079

I have found the problem, at runtime the column name "password" is not permited although it runs perfectly at design time. Perhaps it is a component bug because SQLite allows naming a column as "password". Is there a way around of this without changing the column name ? Like MySQ...
by jjeffman
06.12.2012, 14:57
Forum: 6.6 - stable
Topic: [solved] ZeosLib version and SQLite error
Replies: 7
Views: 1079

Thank you for answering. Yes I did. Parameter "pwd" should may have a null value, and it works at design time. QAppLogin->Close(); QAppLogin->ParamByName("pwd")->Clear(); QAppLogin->ParamByName("usrname")->AsString = cAppUser; if(cAppPwd.Length() > 0) QAppLogin->ParamBy...
by jjeffman
06.12.2012, 14:16
Forum: 6.6 - stable
Topic: [solved] ZeosLib version and SQLite error
Replies: 7
Views: 1079

[solved] ZeosLib version and SQLite error

Hello. I am posting this topic in this forum because I do not know how to check which ZeosLib version I have installed on C++Builder 6.0 Professional Edition. I have chosen sqlite-3 Protocol for the TZConnection component. The SQL select command bellow raises an EZSQLEception (SQL logic error or mis...
by jjeffman
20.05.2007, 23:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: C++ BDS 2006...working!
Replies: 11
Views: 4368

Instaling 6.6.x Beta on Borland's Turbo C++ 2006

We've succeeded on installing ZeosDbo 6.6.x Beta on Borland's Turbo C++ 2006. Here goes what Mr. Lucas Lorensi has done: 1)Open the ZeosDbo.bpg file placed in the "ZEOSDBO-6.6.0-beta\packages\cbuilder6\" folder; 2)It'll prompt you a message telling it was upgraded to version 10.0 ; 3) Crea...
by jjeffman
11.05.2007, 01:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: C++ BDS 2006...working!
Replies: 11
Views: 4368

Borland Turbo C++ 2006 and Zeos DBO

Helo, I would like to install a stable version on Borland Turbo C++ 2006, wich has not the Delphi identity, is there any way of doing that ? It claims for the dcu files ... Is it to hard to modify a Zeos version to work on Turbo C++ 2006 ? It compiles .pas files, but do not make dcu's ... Thanks a l...
by jjeffman
28.04.2006, 13:39
Forum: Announcements
Topic: Reasons for being temporarily unavailable ...
Replies: 7
Views: 7437

Welcome Back

8) I hope this time we may work on having a good documentation on Zeos Database Objects, at least a help file. ;-)

Jayme.
by jjeffman
30.11.2005, 20:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Working with multiple database systems.
Replies: 2
Views: 1093

I am not having any problem with this version of Zeos database components.
I am just feeling the lack of a "TZConnection::InTransaction" property, which I have implemented in the instalation I have made in my computer.
by jjeffman
30.11.2005, 20:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection::AutoCommit
Replies: 3
Views: 3084

The way you described is just the way I use with other database components like ODAC (www.crlab.com) . If you have a look at the code of the TZConnection component you will see that you "must" be in auto-commit mode to call the StartTransaction method. That is what seems to me very strange.
by jjeffman
29.11.2005, 14:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection::AutoCommit
Replies: 3
Views: 3084

TZConnection::AutoCommit

I would like some information on how to control the database transactions using the TZConnection Zeos component. I might be wrong but for me is a very strange behavior having to set up AutoCommit to true for calling StartTransaction, Commit and Rollback. All other components I have been working with...
by jjeffman
29.11.2005, 14:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Working with multiple database systems.
Replies: 2
Views: 1093

Working with multiple database systems.

In my software house we need to work with multiple database systems like PostgreSQL, Oracle, Sybase and others. The solution we have done to this problem was to make a different datamodule to every database system, and keep the same forms. So we have as many projects and datamodule folders as databa...
by jjeffman
25.08.2005, 12:55
Forum: 6.1.5
Topic: Documentation
Replies: 1
Views: 1478

Documentation

I wonder when we will be able to get Zeos database components help files and / or documentation to help programmers to do their job.

Jayme. :(