Search found 7 matches

by davy
18.08.2015, 13:29
Forum: ZeosLib 7.2 Forum
Topic: Delphi XE8 Patch (rev 3633)
Replies: 12
Views: 7358

Re: Delphi XE8 Patch (rev 3633)

the package is working

thanks
Davy
by davy
12.08.2015, 12:28
Forum: ZeosLib 7.2 Forum
Topic: Delphi XE8 Patch (rev 3633)
Replies: 12
Views: 7358

Re: Delphi XE8 Patch (rev 3633)

Jan,

Thanks!
by davy
10.08.2015, 13:38
Forum: ZeosLib 7.2 Forum
Topic: Delphi XE8 Patch (rev 3633)
Replies: 12
Views: 7358

Re: Delphi XE8 Patch (rev 3633)

Dear Jan,

I tried the latest revision 3638.
I tried different branches 7.1, testing-7.2, testing -7.3, but all with the same result.

Do you know someone using zeos on XE8?

Thanks
Davy
by davy
07.08.2015, 09:48
Forum: ZeosLib 7.2 Forum
Topic: Delphi XE8 Patch (rev 3633)
Replies: 12
Views: 7358

Re: Delphi XE8 Patch (rev 3633)

I would like to use zeoslib in XE8, but I have some build issues. ZCompatibility.pas: Ambiguoug overloaded call to 'CharInSet' on the second while loop function AnsiProperCase(const S: string; const WordDelims: TSysCharSet): string; var P,PE : PChar; begin Result:=AnsiLowerCase(S); P:=PChar(pointer(...
by davy
26.02.2010, 09:04
Forum: 6.6 - stable
Topic: Inserting auto increment records through ADO
Replies: 10
Views: 3327

IDENTITY_INSERT using ADO provider doesn't work

Hi Michael, your explanation about the IDENTITY_INSERT is right, but it doesn't working using the ado provider. It does work using the older (dblib) mssql provider. It used the SET IDENTITY_INSERT ... ON with the ado provider sql server returned "Cannot insert explicit value for identity column...
by davy
26.02.2010, 08:51
Forum: 6.6 - stable
Topic: Inserting auto increment records through ADO
Replies: 10
Views: 3327

Sql server can return the last auto created number

"SELECT @@IDENTITY" returns the last auto-numbered value
by davy
25.02.2010, 10:19
Forum: ZeosLib 7.0 Beta Forum
Topic: all fields remain readonly using the ado provider
Replies: 0
Views: 453

all fields remain readonly using the ado provider

Hi, i'm testing the zeoslib 7.0 on delphi 2010 using a microsoft sql server 2008. I used to work on delphi 7 also with a microsoft sql server using the mssql protocol. I would like to switch to the ado provider, but it has a strange behavior on delphi 2010. i create a TZQuery at runtime (not readonl...