Search found 20 matches

by haentschman
05.09.2010, 10:39
Forum: 6.6 - stable
Topic: Client and Server Version of Firebird
Replies: 1
Views: 566

Client and Server Version of Firebird

Hi all... I am trying to find out the actually Version of the Firebird Server and the used Client Version. I am using: - FB Server 2.1 WI-V6.3.3.18185 - Client Libary 2.1.3.18185 - Zeos 6.6.2 - RC but: - ZConnection.DbcDriver.GetMajorVersion get 1 - ZConnection.DbcDriver.GetMinorVersion get 0 - ZCon...
by haentschman
10.04.2010, 19:59
Forum: 6.6 - stable
Topic: Problem when Post in 6.6.2-rc ... 6.6.5-stable
Replies: 7
Views: 922

Hi,
:roll: that´s not easy... I dont know the Table and the SQL. The bugreport i have deleted :oops:

I try to make a Sample. I need some days...

have a nice day...
by haentschman
05.04.2010, 15:11
Forum: 6.6 - stable
Topic: Problem when Post in 6.6.2-rc ... 6.6.5-stable
Replies: 7
Views: 922

Hi, sorry for the late post :oops: I used at this time a normal query. My Program works before i have updated the Components. I have updated from 6.6.2 to 6.6.5 Nothing where changed in the Code. And i had the Problem like the first post. All Fields are (i think) not ReadOnly. I switched back to 6.6...
by haentschman
03.03.2010, 22:21
Forum: 6.6 - stable
Topic: Problem when Post in 6.6.2-rc ... 6.6.5-stable
Replies: 7
Views: 922

Hi all...

is this Problem fixed in 6.6.6 ?
by haentschman
14.12.2009, 22:10
Forum: 6.6 - stable
Topic: MySQL: After INSERT my DBGrid is empty :-(
Replies: 4
Views: 1724

Take two Queries, one for the Data (Query1) and one for the Insert Statment (Query2). Then you can make a Query1.Refresh because the SQL in the Query1 ist the same before. The other way is you take the SQl "SELECT * from....." after the INSERT back into Query1 and open the Query again.
by haentschman
14.12.2009, 21:18
Forum: 6.6 - stable
Topic: MySQL: After INSERT my DBGrid is empty :-(
Replies: 4
Views: 1724

Hi...

after the INSERT you must refresh your Query to load the changes from the database.
You are shure that you correctly set the properties from the Grid and the Datasource ?
by haentschman
08.12.2009, 17:39
Forum: 6.6 - stable
Topic: Problem when Post in 6.6.2-rc ... 6.6.5-stable
Replies: 7
Views: 922

Hallo, i have the same Problem. But it is only one Query. With other Queries and the same Properties it works. :gruebel: the Query.ReadOnly is false and the State of the Query is dsEdit. and here: procedure TZAbstractRODataset.SetFieldData(Field: TField; Buffer: Pointer); var ColumnIndex: Integer; R...
by haentschman
14.03.2009, 19:23
Forum: 6.6 - stable
Topic: conversion error from string
Replies: 1
Views: 397

I found the error

:shock: the Database File himself is corrupted :shock: I dont know why :gruebel: That works: select count(ID) from BEHANDLUNG where cast(kundennummer as varchar(30)) = 'A0815' without the cast .... the error :gruebel: the Colum "KUNDENNUMMER" was corrupted :shock: Thanks for your Time :up:
by haentschman
12.03.2009, 20:56
Forum: 6.6 - stable
Topic: conversion error from string
Replies: 1
Views: 397

conversion error from string

Hi all... i have a problem with a simple SQL under VISTA Home Premium. first of all i dont know it is a ZeosDBO Problem but i hope you can help. :roll: the code: PS: the positions of the Text are :shock: but i cant do it better here :oops: try ZQueryStatistikKunde%u3a= TZQuery.Create%u28self%u29; ZQ...
by haentschman
08.02.2008, 20:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Create a Database directly on Network
Replies: 1
Views: 752

Hi all... :D i have solved the problem.... if you want to create a database from client on a server on a other maschine use this syntax: you must set the servername in the "Create Folder" ! CreateNewDatabase=CREATE DATABASE ' + QuotedStr(servername:localDriveOnServer:\Folder) + ' USER ' + ...
by haentschman
04.02.2008, 21:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Create a Database directly on Network
Replies: 1
Views: 752

Create a Database directly on Network

Hi all... :?: is it possible to create a Database directly in the Networkfolder ? when i use the Property CreateNewDatabase and give as Folder for the new Database the local Folder from the Server i get a Error Message not a Medium in Drive D: :gruebel: Drive D: is on the Server a HardDrive but Driv...
by haentschman
05.01.2008, 23:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.6.2 Installation D2007 Trial
Replies: 5
Views: 1365

picture #2
by haentschman
05.01.2008, 23:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.6.2 Installation D2007 Trial
Replies: 5
Views: 1365

... i erased all bpl, dcr from D20007 ... i renamed the D5 BPL to BPL_ ... Installation from ZeosDbo.groupproj from packages\d11 ... Installation without Messages ok. but i have always the same error with the sql.... :( with ParamCheck True -- picture1 with ParamCheck False -- picture2 thanks for yo...
by haentschman
05.01.2008, 23:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.6.2 Installation D2007 Trial
Replies: 5
Views: 1365

... i use both together....

thanks for the fast answer... :up:

... i have different pathes for the bpl in D5 and D2007

... you mean only with rename the path in the D5 Installation the problem is fixed ?
by haentschman
05.01.2008, 22:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.6.2 Installation D2007 Trial
Replies: 5
Views: 1365

Zeos 6.6.2 Installation D2007 Trial

hi all... :D i hope you understand me... 8) 1. I want to change my Delphi Version from D5 to D2007. 2. I have written a Projekt in D5 with Zeos 6.6.2.... works perfect 3. To check out what i have to do in D2007 i have installed then D2007 Trial 4. The Install from Zeos 6.6.2 fails :( - i open the pr...