Hello,

> -----Original Message-----
> From: Emmanuel Dupont [mailto:[EMAIL PROTECTED]
> 
> No '' should be done.
> 
> Sample :
> 
> INSERT INTO A (Apk, Bfk) VALUES ('100','');
> 
> It should be :
> 
> INSERT INTO A (Apk) VALUES ('100');

This problem is addressed by another thread in this list
(also started by myself).
It should vanish when you use non-primitive for the fk 
fields.

[..]

> > you should try to avoid primitives for fk columns. when you 

That is what I meant.

Olli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to