Search found 20 matches

by guyvdb
11.10.2006, 10:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2798

Mark,



I installed version .102 (so with the patches) with zcomponent*.* from version .98.
Today, i gonna install the full version of .102 with the necessary changes.


Guy
by guyvdb
11.10.2006, 08:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2798

Hi Mark, The issue is fixed. We did some tests yesterday and there were no more problems with the new version. Nevertheless, there are some changes (and problems) with the packages in version .102: ZComponent.dpk and ZComponentDesign.dpk. What is the reason? I installed the packages in this order: z...
by guyvdb
23.08.2006, 08:50
Forum: MS SQL Server
Topic: sqlserver 2005
Replies: 5
Views: 5118

Don't misunderstand me. ms sql server 2000 is still widely used in combination with dblib, because this was the standard protocol in the previous versions. And there are still patches for this version. Please don't stop support for dblib. Nevertheless, the latest versions of zeoslib don't work anymo...
by guyvdb
22.08.2006, 13:45
Forum: MS SQL Server
Topic: sqlserver 2005
Replies: 5
Views: 5118

sqlserver 2005

Hi, Anyone who uses delphi 7/sql server 2005/ado/latest version zeoslib? Till now, we use delphi 7/sql server 2000/dblib/zeoslib 6.5.1 (nov 2004). Because you can't buy sql server 2000 any longer, we gonna upgrade to sql server 2005. This version doesn't support dblib, so we gonna use ado. Greetz, Guy
by guyvdb
28.07.2006, 09:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2798

Anyone who is working with the latest version of zeoslib in combination with dblib (sql server 2000)? It does not work for me. A simple select crashes because zeos interpretes the tablename as a fieldname. As I said, we are still working with an old version (6.5.1 nov 2004). Here it works fine. We w...
by guyvdb
12.07.2006, 10:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2798

Hi Mark, Heb eveneens getest met veldnamen in select. Probleem blijft. Heb gisteren ongeveer alle mogelijkheden getest, en krijg steeds dezelfde fout: de naam van de tabel wordt beschouwd als een veld. Heb een klein testproject gemaakt om snelheid te testen. Dit werkt prima met de versie van nov. 20...
by guyvdb
12.07.2006, 07:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2798

Hi Terence,

We are using delphi 7 in combination with sqlserver 2000 (dblib).
'SELECT FIELD FROM TABLE' results in the same error.

Off course in our production environment, we never define a select like 'SELECT * FROM TABLE'.
I only wanted to compare the speed between the old and the newer version.
by guyvdb
11.07.2006, 12:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dblib
Replies: 11
Views: 2798

dblib

We use Zeoslib 6.5.1 (release nov. 2004) in our project. It works fine, except the speed (open query) is slow. I was currious about the newer version if it is faster. So, i installed it this morning. But with the latest versions (revison 66 and 79), we are unable to run a select. Test: Drop a connec...
by guyvdb
03.02.2006, 13:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MICROSOFT SQL SERVER 2005 EXPRESS EDITION
Replies: 1
Views: 995

Microsoft no longer support DBLIB in the latest version of SQL SERVER (2005).
You can only connect using ADO
by guyvdb
07.10.2005, 15:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZQuery opens slow
Replies: 5
Views: 1971

Hello,

we did also some tests and came to the same conclusion.
'qry.open' is very slow with ZEOS.

Speed is significantly better with 'ADO' and 'SQLDirect'
Disabling the debug define in zeos.inc doesn't change anything.
by guyvdb
29.09.2005, 13:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: resume broken connection
Replies: 9
Views: 3001

resume broken connection

Hi, We have a customer who uses a wireless laptop in combination with our application. Sometimes the connection is broken, and the program crashes. Is there a manner to resume the connection automatically without crashing the program? We are using delphi 7 sp 1, zeoslib 6.5.1, sql server 2000 sp4 an...
by guyvdb
26.09.2005, 07:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZQuery - query problem
Replies: 5
Views: 2052

don't use recordcount (z.recordcount)!
It is slow.

In place create a function e.g. 'getRecCount(q: TZQuery): integer'

select statement: 'select count(*) from courses'
by guyvdb
16.09.2005, 11:05
Forum: 6.1.5
Topic: Connection to MSSQL
Replies: 10
Views: 4930

if you use ADO, you need mdac 2.x. (website microsoft)
if you use dbLIB (old driver SQLSERVER), you need ntwdblib.dll (search on the internet)

Both are supported by ZEOS.

dblib = protocol TZConnection = mssql
ado = protocol TZConnection = ado
by guyvdb
15.09.2005, 12:58
Forum: 6.1.5
Topic: Connection to MSSQL
Replies: 10
Views: 4930

do you have installed mdac?
for sqlserver you can use ado or dblib.
dblib is the old driver and is also included in mdac 2.x
you can install it from the microsoft site.
by guyvdb
14.09.2005, 07:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ado
Replies: 5
Views: 1899

Thanks a lot!

gr.,

Guy