the package is working
thanks
Davy
Search found 7 matches
- 18.08.2015, 13:29
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi XE8 Patch (rev 3633)
- Replies: 12
- Views: 7554
- 12.08.2015, 12:28
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi XE8 Patch (rev 3633)
- Replies: 12
- Views: 7554
Re: Delphi XE8 Patch (rev 3633)
Jan,
Thanks!
Thanks!
- 10.08.2015, 13:38
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi XE8 Patch (rev 3633)
- Replies: 12
- Views: 7554
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
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
- 07.08.2015, 09:48
- Forum: ZeosLib 7.2 Forum
- Topic: Delphi XE8 Patch (rev 3633)
- Replies: 12
- Views: 7554
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(...
- 26.02.2010, 09:04
- Forum: 6.6 - stable
- Topic: Inserting auto increment records through ADO
- Replies: 10
- Views: 3499
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...
- 26.02.2010, 08:51
- Forum: 6.6 - stable
- Topic: Inserting auto increment records through ADO
- Replies: 10
- Views: 3499
Sql server can return the last auto created number
"SELECT @@IDENTITY" returns the last auto-numbered value
- 25.02.2010, 10:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: all fields remain readonly using the ado provider
- Replies: 0
- Views: 458
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...