Search found 278 matches

by gto
03.08.2006, 21:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Table.Delete , Table.Edit / Table.Post
Replies: 2
Views: 908

Hello mparak ! Well, I think this behaviour is normal with tables that have no Keys, duplicated records and the property WhereMode is set to wmWhereKeyOnly . You may try to set this option to wmWhereAll, but, creating a Key and leaving WhereMode set to wmWhereKeyOnly looks more "clear" to ...
by gto
03.08.2006, 17:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Alexandre C Souza
Replies: 3
Views: 1114

Re: Explia em portuga.

alexandrecsouza wrote:Junior,

Vc poderia explicar em português, alguma dúvidas :

Tudo o que vc colocou, principalmente pelo que entendi para baixar novas versões tem que utilizar algum soft, é isso ? no caso alguma coisa com esse SVN ?
PM for you ;)
[]'s
by gto
01.08.2006, 22:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Master/Detail , Firebird & Delphi7
Replies: 1
Views: 1944

Hello Gustavo! I'm Gustavo too :D Take a look here: http://zeos.firmos.at/viewtopic.php?p=2199#2199 This post is from april, and a user asked about master detail relationship. I'm sending you there becouse isn't needed to link the MasterSource property. At least i've never linked it with the master,...
by gto
01.08.2006, 21:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: append error
Replies: 2
Views: 1268

Re: append error

hy i work with zeoslib lazarus .0.9.17 and firebird 1.5 This is my function... Hello! Here's a hint, when posting code (like your function), post it into BBCode "code" tags . It will look like this: function AppendRecord(sTablename: string; SLFieldEntrys: TStringList): boolean; var DbTbl:...
by gto
01.08.2006, 21:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Alexandre C Souza
Replies: 3
Views: 1114

Hello Alexandre ! Welcome to Zeos forum! I'm from Brasil too, but let's keep it clear for everyone posting in english ;) The lastest releases you can get directly from SVN, using this adress: svn://firmos.at/zeos mdaems , an user which is also moderator here, packed some releases and uploaded here: ...
by gto
29.07.2006, 15:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: tzconnection ,adoconnection, Tdatabase
Replies: 3
Views: 1119

KeepConnection, in BDE, is used to allow the application to keep the database connection even if no tables or queries are currently open. Looks like BDE stop the connection if no query/table is open, then reopen when needed. TConnection uses TSession, and here is a borland page explaining more about...
by gto
26.07.2006, 23:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: String escape in Delphi ?
Replies: 9
Views: 4492

the big problem with these functions (CheckScapeString, EscapeCString, QuotedStr) is that they only escape the mostly needed things as quotes, doublequotes and maybe 1 or two other characters. MySQL_real_escape_string is somewhat more complex and would be the best choice. For example it escapes cha...
by gto
25.07.2006, 17:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: strange behave for TZConnection>2 in application
Replies: 1
Views: 470

No problems here. Two servers (or even one server) with two TZConnections, different databases, different tables, different data. Firebird 1.0-1.5/Interbase 6.5. The paths to database and objetcs are correctly linked with the right connections? Stupid question, but we never know :D Sometimes the mos...
by gto
25.07.2006, 17:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery<>TZQuery
Replies: 5
Views: 1658

Well Fabian, it actually is usefull when working with components. That way you can decide at runtime if the user is allowed to update the data or not. If not (because of some rule you programmed) just set the property to false and it's not possible for the user to change the data. Mark Just a compl...
by gto
25.07.2006, 14:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery<>TZQuery
Replies: 5
Views: 1658

Hello Terence :) The main difference between TZReadOnlyQuery and TQuery is that ReadOnly inherits TZAbstractRODataSet (Abstract Read Only Dataset) and normal Query inherits TZAbstractDataSet (Abstract Dataset) which inherits from TZAbstractRODataSet . In other words, the ReadOnly doesn't have the wr...
by gto
19.07.2006, 17:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Check if Table exists
Replies: 15
Views: 4005

TZConnection have a GetTableNames function, which returns the name of all tables.. try it :)
by gto
10.07.2006, 22:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Good stability of testing (SVN) versions and suggestions
Replies: 4
Views: 733

Terence wrote:I also agree to do some rework and structure refreshing for the orion portal.
If you need help here, i am experienced with that - Tx for the good support cback offers ;)
Good point!
if you restructure the orion portal, admins can link zeoslib.sf.net and zeoslib.net here! :)
by gto
10.07.2006, 19:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Good stability of testing (SVN) versions and suggestions
Replies: 4
Views: 733

I also had no problems in MySQL 3.23.x, 5.x and D6, D2006.. Maybe it's time to declare the 6.x versions as stable? What's about the 7 version? How's going? I think the 7 version still far away heh.. About to declare stable.. well, the team can freeze the developement of some release (last testing 7...
by gto
10.07.2006, 14:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Good stability of testing (SVN) versions and suggestions
Replies: 4
Views: 733

Good stability of testing (SVN) versions and suggestions

Hello ! Hm, I have one suggestion: There are "rooms" on the forum which doesn't have one single post or the posts are old, never updated. And there are no places like a "Problems e Suggestions" relative to forum (where this post whould be posted!). I dunno the disponibility to ch...
by gto
04.07.2006, 20:51
Forum: Bug Reports
Topic: [bug_fixed] Error opening Query (ZEOS_TESTING_REV_66)
Replies: 2
Views: 1728

[bug_fixed] Error opening Query (ZEOS_TESTING_REV_66)

Hello there I've tried that version with an already built app. When it reaches the very first query.open (the user authentication table), a Range Check Error popup. The procedure which pops the exception is TZSQLDA.InitFields. On my actual working version of zeos (CVS-13/10/2005, some little mods by...