you need to add an object to your create table
Create Table P_N_TEMP ( SiteSector Char(15), Long Float, Lat Float,
P_N Integer, point object) Type Native
Insert Into Table P_N_TEMP ( SiteSector ,Long , Lat , P_N Integer,
obj) Values (SiteSector ,Long , Lat , P_N , createpoint(long,lat))
you need to check the syntax but some thing like this