Hello Sir,

I have some issues with postgres.

We are planning to port a Billing Application from MySQL+PHP to
PostGres 7.1+PHP.

The issues are maily with capitalized column names.

My Table Name: NetworkName
Column Name1 : NetCode
Column Name2 : NetworkName

All over the application we have used statements like (After fetching *
from above table).

echo $Row["NetCode"]; and echo $Row["NetworkName"];

these statements return nothing where as statements like

echo $Row["netcode"]; and echo $Row["networkname"] display correct
values.

Why is this difference when my column names are capitalized. Even the "psql"
tool displays all column names in lower cases.

I need to port my application urgently ..

Thanks in Advance,
Danny Appaiah

Search Discussions

Discussion Posts

Follow ups

Related Discussions

Discussion Navigation
viewthread | post
posts ‹ prev | 1 of 2 | next ›
Discussion Overview
grouppgsql-ports @
categoriespostgresql
postedOct 4, '01 at 10:40a
activeOct 4, '01 at 7:10p
posts2
users2
websitepostgresql.org
irc#postgresql

2 users in discussion

Marko Kreen: 1 post Danny Appaiah: 1 post

People

Translate

site design / logo © 2023 Grokbase