create table fsnep_pollAnswers (
pA_id NUMBER Primary Key,
pA_pollID NUMBER Foreign Key REFERENCES fsnep_polls(p_id),
pA_answer NUMBER
)
If I remove the foregin key reference it's fine. I included the other table in the post so that you could see the reference explicitly.
thanks.
>Two things I'd guess at, try a semi-colon between statements and the <!--
>all possible answers for any poll available --> comment is an HTML one not a
>CF one, add two more hyphens <!--- --->
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

