Re: [mapserver-users] select one column values from a table

2009-07-02 Thread meenu
can anybody help me ??? meenu wrote: hi friend thanksi tried mentioned code ...but am getting error like msLayerGetNumFeatures(): Shapefile error. Not an inline layer in my map file i wrote the table structure for this specified matter is as follows... is this error comes because

Re: [mapserver-users] select one column values from a table

2009-05-19 Thread Paolo Corti
meenu wrote: dears,in a mapserver website how can i retrve one column details from a tablefor eg in my map i have one table called n_123 ...in this table i have one column named PLO_900...i need to retrive value like as follows select PLO_900 from n_123 ...i did the coding like as

Re: [mapserver-users] select one column values from a table

2009-05-19 Thread meenu
hi friend...thanks for ur response... let me desribe my requirement in detail... i have one table n_123 and in that table i have 2 columns PLO_900,PLO_901. PLO_900 PLO_900 af op_1 3f op_2 h7 op_3 i need the result like as follows af

Re: [mapserver-users] select one column values from a table

2009-05-19 Thread meenu
hi friend...i am not using postrgis method for this...so am prefering the first option... in a while loop how can i check till the end of records( not fields)... ur mentioned code is taking layer.numitems - 1 ...it is checking all the field count...instead of that how i cancheck record nos??

[mapserver-users] select one column values from a table

2009-05-18 Thread meenu
dears,in a mapserver website how can i retrve one column details from a tablefor eg in my map i have one table called n_123 ...in this table i have one column named PLO_900...i need to retrive value like as follows select PLO_900 from n_123 ...i did the coding like as follows...but it is