Search found 21 matches

by Petya
20.10.2006, 08:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSSQL cross-database Queries
Replies: 4
Views: 1345

Success

Problem solved, thank you !

:-))
by Petya
19.10.2006, 23:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSSQL cross-database Queries
Replies: 4
Views: 1345

With other words :

Can I access two (or more) databases with a single ZConnection component ? How ?
by Petya
19.10.2006, 23:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MSSQL cross-database Queries
Replies: 4
Views: 1345

MSSQL cross-database Queries

Hi again folks, Today I wrote a query that references another database - other than the one in TZConnection.Database SELECT Rendszam,FszgA,FszgB,CI FROM Online FULL OUTER JOIN BUSDATADKV.dbo.Jarmu ON (BUSDATADKV.dbo.Jarmu.FSZGA=Online.CI) OR (BUSDATADKV.dbo.Jarmu.FSZGB=Online.CI) WHERE CI=999 OR BUS...
by Petya
13.10.2006, 15:07
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

Confirmed

Confirmed.
Build 113 eliminated both errors.
Thank you again.

Cheers,

Peter
by Petya
10.10.2006, 17:15
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

I download the last version of ZeosLib and I think i found the problem. You have to modify ZDbcDbLibMsSqlMetadata.pas at line : 1599 [TableNamePattern] into [AQSNull(TableNamePattern)] from the : with GetStatement.ExecuteQuery(......, [TableNamePattern]) do into the : function TZMsSqlDatabaseMetada...
by Petya
09.10.2006, 16:36
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

SUCCESS !!!

Hi Rautgigi, Congrats ! You have solved the mem leak problem. TO ALL : Please include this patch in the next release. Hereby I confirm that Rautgigi's suggestion to Dispose variables instead of StringList elements eliminated the problem. Thank you very much. For the other problem I raised : Now I mu...
by Petya
08.10.2006, 12:28
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

Use the source ... :-)

Next week I must dig myself deep into Zeos' source's internal structure, if I don't get any advice in a reasonable time - the thing I've never done before. Neither with Zeos, nor with any other third-party or native Borland component. I give myself a 20-30 % chance to succeed. As far as I know, tryi...
by Petya
05.10.2006, 23:31
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

I use MySQL 4.0 as I mentioned above, but it's no matter from the problem's point of view.
by Petya
05.10.2006, 23:15
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

Client DLLs

Well, it also occured to my mind that the client dll tricks me. For Microsoft SQL Server 2000 I use one of two files : - ntwdblib.dll 290816 bytes, 2005.05.04, VarFileInfo 2000.080.2039.00 - MSVCR71.dll, one is a renamed version of the ebove, another is - MSVCR71.dll, 348160 bytes, 2003.02.21, VarFi...
by Petya
05.10.2006, 15:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Migrate to 6.5.1
Replies: 6
Views: 1258

Tom,

Never change something that works good without the NEED for change.
In my native language there's a good-old proverb saying the same. My culture has the habit of collecting centuries' wisdom in proverbs. It's a commonplace here that you can trust them without any doubt.

Cheers,
Peter
by Petya
05.10.2006, 14:41
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

Today news

So, I looked after this issue a bit. The first thing I did was trying another database server. My assumpion was correct, there's no problem at all if I connect to MySQL 4.0 with the same program, without restarting it. I ported the corresponding tables fine. Today I dl'ed the newest CVS build Mark p...
by Petya
04.10.2006, 19:47
Forum: Bug Reports
Topic: [bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL
Replies: 14
Views: 7592

[bug_fixed] Another memory leak MSSQL2000 TZQuery.ExecSQL

Hi All ! I have ZeosDBO 6.5.1-alpha build at 2004-11-14 03:26:23 - well, not the newest (just looked for the version right now) on Delphi 5 Enterprise. I connect to MSSQL server 2000 via Zeos. Connection is fine. Each time I load a query to TZQuery's SQL property, when I issue an ExecSQL statement f...
by Petya
16.06.2006, 13:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Exception firing logic
Replies: 0
Views: 682

Exception firing logic

Hello folks, I found that if the SQL server cannot execute a query and reports an error ZQuery sometimes throws EDatabaseError, sometimes the generic Exception. I haven't got time yet to investigate when does it throw which exception, but I'd like to reserve the general type for other errors than da...
by Petya
16.06.2006, 13:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem under Delphi 5
Replies: 6
Views: 3601

Hello Mark, There has been another thread discussing the same theme where you suggested me, and I promised you to try the SVN repository about a month before. I've lost that other topic because of the forum movement, but I can give you good news that your changes you made then are working for me ! S...
by Petya
28.04.2006, 12:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem under Delphi 5
Replies: 6
Views: 3601

16. Changed the end of ZDbc.dpk from : ZDbcSqLiteStatement in '..\..\src\dbc\ZDbcSqLiteStatement.pas', ZDbcSqLiteResultSet in '..\..\src\dbc\ZDbcSqLiteResultSet.pas', ZDbcSqLiteMetadata in '..\..\src\dbc\ZDbcSqLiteMetadata.pas'; <<<--- ZDbcASAUtils in '..\..\src\dbc\ZDbcASAUtils.pas', ZDbcASAMetadat...