Re: SPAM-LOW: [GENERAL] cursors and ASP page

2006-10-12 Thread William Penberthy
1) Make sure that your browser is set to display full errors, and not "Friendly HTTP Error Messages" - that should allow you to see where and what is breaking. 2) Your ASP code is referencing rcursor, but that construct is strictly within the SQL and not visible to scripting language. Try usi

Re: [GENERAL] what the problem with this query

2006-04-14 Thread William Penberthy
IT appears you have one too many closing parans…   SELECT o.orgunitname AS ouname, e.entrynumber AS value_field, centroid ( c.the_geom )   AS the_geom, c.ogc_fid AS ogc_fid FROM ( ctrphc AS c INNER JOIN orgunit o ON c.dhs_ouname = o.orgunitname )   INNER JOIN (   

Re: [GENERAL]

2006-03-05 Thread William Penberthy
I have spent some time looking around for the documents in Spanish, and am having no luck.  Does anyone know if there are any?   Thanks! ===   He pasado una cierta hora que miraba alrededor para los documentos en español, y la que no tenía ninguna suerte.  He pedido una cierta ayuda de

Re: [GENERAL] Using same database from XP and Linux in notebook

2006-03-04 Thread William Penberthy
Here is an example I always used as a start point in this type of project. http://campbellcentral.org/rick/code/setup.html Generally, I would store the datafiles on an NTFS partition - it seems easier to reach NTFS from Linux then vice-versa. I have seen this done successfully with virtually all

Re: [GENERAL] Need a GNU SQL CLI tool for Win32 with ODBC support.

2006-03-02 Thread William Penberthy
You should also be able to Windows Scripting Host for this. It has complete ODBC connection support, generally comes installed on all versions of windows, and Microsoft has buckets of example scripts available on their site. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC