<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello, thank you for your reply. Yes, essentially I have done this
    exact SQL, but when I export it using quantum gis or FME, i get the
    following projection parameters<br>
    <br>
    Geographic Coordinate System:    GCS_WGS_1984<br>
    Datum:     D_WGS_1984<br>
    Prime Meridian:     Greenwich<br>
    Angular Unit:     Degree<br>
    <br>
    <br>
    <br>
    whereas, I would like these parameters:<br>
    <br>
    Geographic Coordinate System:    Geographic Coordinate System<br>
    Datum:     WGS84<br>
    Prime Meridian:     Greenwich<br>
    Angular Unit:     degree<br>
    <br>
    <br>
    <br>
    We need it to be like this and are using the following projection to
    create it:<br>
    <br>
    <font face="Segoe UI" size="2"><font face="Segoe UI" size="2">GEOGCS["Geographic

        Coordinate
System",DATUM["WGS84",SPHEROID["WGS84",6378137,298.257223560493],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]</font></font><br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>