![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
1) If there is a log somewhere showing failed requests, I might be able to see what the application is trying to do and then figure out a way around it. |
#3
| |||
| |||
|
|
Shridhar Daithankar <shridhar (AT) frodo (DOT) hserus.net> 24/02/2004 12:02:30 On Tuesday 24 February 2004 16:51, Paul Simpson wrote: 1) If there is a log somewhere showing failed requests, I might be able to see what the application is trying to do and then figure out a way around it. |
#4
| |||
| |||
|
|
Shridhar Daithankar <shridhar (AT) frodo (DOT) hserus.net> 24/02/2004 12:02:30 On Tuesday 24 February 2004 16:51, Paul Simpson wrote: 1) If there is a log somewhere showing failed requests, I might be able to see what the application is trying to do and then figure out a way around it. |
#5
| |||
| |||
|
|
Create Table TTATTASSOC (AssocId varchar(10), SetId varchar(10), SlotId int4) I have, therefore, come to the conclusion that the app requires table names in Upper case. How can I force this to work? |
#6
| |||
| |||
|
|
Shridhar Daithankar <shridhar (AT) frodo (DOT) hserus.net> 25/02/2004 08:58:31 On Tuesday 24 February 2004 22:10, Paul Simpson wrote: Create Table TTATTASSOC (AssocId varchar(10), SetId varchar(10), SlotId int4) I have, therefore, come to the conclusion that the app requires table names in Upper case. How can I force this to work? |
#7
| |||
| |||
|
|
Shridhar Daithankar <shridhar_daithankar (AT) persistent (DOT) co.in> 25/02/2004 10:31:16 On Wednesday 25 February 2004 15:38, Paul Simpson wrote: Thank you for the advice, unfortunately, that isn't an option, you see I didn't write the application and so cannot control the calls it makes. What I need is for PG to do as it's told! I can only think of three solutions which I'd appreciate comments / advice on.... 1) Hack PG Source and re-compile to make upper-case the default table name. 2) Hack the ODBC driver source to get it to always add quotes to table names. 3) Given that the statement seems to be looking for the table name in one of the system tables, put a trigger on that table to automatically convert any new additions to upper case. I vote for option 2 It might take care of any other complaints such as mismatch in locale etc. as well. I don't know really. Do we need to submit a TODO to hackers or on ODBC List? I am not too sure.. Shridhar |
#8
| |||
| |||
|
| Shridhar Daithankar shridhar_daithankar (AT) persistent (DOT) co.in> 25/02/2004 10:31:16 On Wednesday 25 February 2004 15:38, Paul Simpson wrote: Thank you for the advice, unfortunately, that isn't an option, you see I didn't write the application and so cannot control the calls it makes. What I need is for PG to do as it's told! I can only think of three solutions which I'd appreciate comments / advice on.... 1) Hack PG Source and re-compile to make upper-case the default table name. 2) Hack the ODBC driver source to get it to always add quotes to table names. 3) Given that the statement seems to be looking for the table name in one of the system tables, put a trigger on that table to automatically convert any new additions to upper case. I vote for option 2 It might take care of any other complaints such as mismatch in locale etc. as well. I don't know really. Do we need to submit a TODO to hackers or on ODBC List? I am not too sure.. Shridhar Having spent a lot of time searching on the 'net, I suspect this would be a very popular option for a lot of people. What are the chances of getting this done fairly quickly, do you think? Paul ABOUT THIS E-MAIL The information contained within this e-mail is privileged, confidential and protected from disclosure. Any opinions expressed in this electronic communication do not necessarily reflect official policy of St Paul's Girls' School. If you are not the intended recipient of this document or any part then please: 1) : inform the sender at the above address 2) : delete this e-mail immediately 3) : do not take copies nor disclose the contents of this document to anyone PUPILS' COMMUNICATIONS Only Senior School pupils of St Paul's Girls' School are permitted to send electronic mail and then only via our controlled system. It is contrary to school rules for any other pupil to do so and they are regularly reminded of this fact. VIRUS PROTECTION All electronic mail traffic sent from this establishment is monitored and scanned for viruses prior to sending. |
#9
| |||
| |||
|
|
I accept the back-end converts them. What I'm saying is could I not re-comp ile the back-end to make it convert to upper case instead? |
#10
| |||
| |||
|
|
Jeff Eckermann <jeff_eckermann (AT) yahoo (DOT) com> 25/02/2004 14:40:41 Just a couple of notes: |
| Shridhar Daithankar shridhar_daithankar (AT) persistent (DOT) co.in> 25/02/2004 10:31:16 On Wednesday 25 February 2004 15:38, Paul Simpson wrote: Thank you for the advice, unfortunately, that isn't an option, you see I didn't write the application and so cannot control the calls it makes. What I need is for PG to do as it's told! I can only think of three solutions which I'd appreciate comments / advice on.... 1) Hack PG Source and re-compile to make upper-case the default table name. 2) Hack the ODBC driver source to get it to always add quotes to table names. 3) Given that the statement seems to be looking for the table name in one of the system tables, put a trigger on that table to automatically convert any new additions to upper case. I vote for option 2 It might take care of any other complaints such as mismatch in locale etc. as well. I don't know really. Do we need to submit a TODO to hackers or on ODBC List? I am not too sure.. Shridhar Having spent a lot of time searching on the 'net, I suspect this would be a very popular option for a lot of people. What are the chances of getting this done fairly quickly, do you think? Paul ABOUT THIS E-MAIL The information contained within this e-mail is privileged, confidential and protected from disclosure. Any opinions expressed in this electronic communication do not necessarily reflect official policy of St Paul's Girls' School. If you are not the intended recipient of this document or any part then please: 1) : inform the sender at the above address 2) : delete this e-mail immediately 3) : do not take copies nor disclose the contents of this document to anyone PUPILS' COMMUNICATIONS Only Senior School pupils of St Paul's Girls' School are permitted to send electronic mail and then only via our controlled system. It is contrary to school rules for any other pupil to do so and they are regularly reminded of this fact. VIRUS PROTECTION All electronic mail traffic sent from this establishment is monitored and scanned for viruses prior to sending. |
![]() |
| Thread Tools | |
| Display Modes | |
| |