Search found 2 matches
- 14.09.2009, 14:05
- Forum: MySQL
- Topic: TEXT column null
- Replies: 0
- Views: 503
TEXT column null
hi everybody, I'am using D7 and Zeos 6.6.5 to insert/update data to mysql 5 database, I use TZQuery and TZUpdateSQL component. My code generate insert/update string for TZUpdateSQL dinamically reading from another db. This means TZUpdateSQL.InsertSQL.Text is like this: "INSERT INTO table1 (name...
- 28.08.2009, 13:09
- Forum: MySQL
- Topic: null and not null field
- Replies: 4
- Views: 1732
null and not null field
Hi everybody I'am using zeoslib 6.6.5 and Delphi7, my program read from sqlserver 2005 express database and write to mysql 5.1 database. All works fine, zeoslib are great and faster on mysql side. Testing my software I found a strange behaviour. The scenario is this: table on mysql with 'field1' not...