struct
{
  sqlint32 coord_id;
  struct
  {
    short length;
    char  data[50];
  } gi;
  double x;
  double y;
} coordinates;