Search found 3 matches
- 21.03.2012, 10:44
- Forum: 6.6 - stable
- Topic: integer overflow exception
- Replies: 0
- Views: 620
integer overflow exception
I get an unexpected integer overflow when i try to update an integerfield of a postgres 8.4 table thats holding a value over 0x3FFFFFFF. Tested combinations Delphi 7/Zeos6.6.6/Postgresl8.4 Example Code 1: Works zquery1.edit; zquery1.fieldByName('identifier').asInteger:= 1073741823; // = 0x3FFFFFFF; ...
- 09.09.2008, 15:09
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: connect to an mssql server (2005)
- Replies: 1
- Views: 651
connect to an mssql server (2005)
hi, do we have tutorials on how to connect to an mssql server (2005). I have no clue on how to do that. Normally I work with postgresql and thats no problem at all. in .net i use connection strings like this, "Data Source=(local);Initial Catalog=vitaphone;Integrated Security=SSPI")] Vincent
- 31.01.2007, 11:50
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: problem with TZUpdateSQL in combination with as in select
- Replies: 0
- Views: 613
problem with TZUpdateSQL in combination with as in select
Hi, I seem to have problems with our TZUpdateSQL component. Queries arent updated when I use as in my select statement. Currently using ZEOSLIB_TRUNK_REV210.zip My example postgresql tables CREATE TABLE membership ( id int4 NOT NULL, id_person int4, id_groupofpersons int4, dateofregistration date, d...