Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-12 Thread silvioprog
2011/8/9 Michael Van Canneyt mich...@freepascal.org: It is not always possible to detect the required field. Delphi also very often does it wrong.  (for instance when you do a join) That is why sql-db relies on the ProviderOptions property : pfInkey should be set for the keyfield. This does

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-12 Thread silvioprog
2011/8/9 waldo kitty wkitt...@windstream.net: off the top of my head, without reading the bug report, is this a required field that the database knows about that is expected to tell the application about? even though i've been doing a lot of this type of stuff for 20+ years, i've not run

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-10 Thread Graeme Geldenhuys
On 10 August 2011 03:45, waldo kitty wrote: even though i've been doing a lot of this type of stuff for 20+ years, i've not run into this particular situation based on the reading of the posts about it... in my past, anything that was required was required by the coder to handle... I fully

[Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread silvioprog
Hi, Someone is experiencing this problem?: http://62.166.198.202/view.php?id=19872 I'm trying to create an OPF, but with this bug still isn't possible to continue implementing my framework. Thx. -- Silvio Clécio === Blog - silvioprog.com.br Twitter

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread Graeme Geldenhuys
On 9 August 2011 18:52, silvioprog wrote: I'm trying to create an OPF, Sorry I can't help with your problem, but I do have a question... Just curious. Have you tried tiOPF2? This is a OPF with a lot of features and very stable code base - been in production use for many years, by many

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread silvioprog
Hi Graeme, 2011/8/9 Graeme Geldenhuys graemeg.li...@gmail.com: Sorry I can't help with your problem, but I do have a question... No problem. ;) It seems to be a bug in fcl-db. Just curious. Have you tried tiOPF2? This is a OPF with a lot of features and very stable code base - been in

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread Graeme Geldenhuys
On 9 August 2011 23:11, silvioprog wrote: No problem. ;) It seems to be a bug in fcl-db. I read the bug report you listed, but haven't taken a look at the sample project attached to that report. I use SqlDB (which falls under the fcl-db umbrella) extensively, but haven't found any major issues.

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread silvioprog
2011/8/9 Graeme Geldenhuys graemeg.li...@gmail.com: I read the bug report you listed, but haven't taken a look at the sample project attached to that report. I use SqlDB (which falls under the fcl-db umbrella) extensively, but haven't found any major issues. Those that I have found via the

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread Michael Van Canneyt
On Tue, 9 Aug 2011, silvioprog wrote: Hi, Someone is experiencing this problem?: http://62.166.198.202/view.php?id=19872 I'm trying to create an OPF, but with this bug still isn't possible to continue implementing my framework. It is not always possible to detect the required field.

Re: [Lazarus] SQLdb not detect automatically Required field

2011-08-09 Thread waldo kitty
On 8/9/2011 12:52, silvioprog wrote: Hi, Someone is experiencing this problem?: http://62.166.198.202/view.php?id=19872 I'm trying to create an OPF, but with this bug still isn't possible to continue implementing my framework. off the top of my head, without reading the bug report, is this