Hi Team.
Im using linux ubuntu 10 and mysql 5.5 all my table names are in lowercase
when using a master/detail there is a problem when establishing master field and detail field
Master Table : mtable
Master Field : id
detail Table : dtable
detail field : id
relation id = id
but when running on linux the query result from devart is MTABLE.ID = DTABLE.ID
i mean it makes it uppercase and then as you know in linux the tablename is case sensitive and so it throws an error saying that the MTABLE doesnt exist.
is there any way to solve this, is there any configurable parameter?
using the property SQLFilter doesnt work for me because using this there is no automatic asignation of the master value to the detail value.
Problem with Table names in lower case using LINUX
-
pimentel_flores
- Posts: 31
- Joined: Wed 15 Aug 2007 16:30
- Location: mexico
-
AndreyZ
-
AndreyZ
I cannot reproduce the problem. UniDAC creates master/detail relationship based on table names and field names which were received from MySQL server. Please specify the following:
- the script to create both master and detail tables;
- the OS (Windows, Linux) of the computer where MySQL server you are working with is installed;
- the OS of the computer where your program is running.
- the exact version of UniDAC. You can learn it from the About sheet of TUniConnection Editor.
- the script to create both master and detail tables;
- the OS (Windows, Linux) of the computer where MySQL server you are working with is installed;
- the OS of the computer where your program is running.
- the exact version of UniDAC. You can learn it from the About sheet of TUniConnection Editor.
-
PlutoPlanet
- Posts: 10
- Joined: Tue 28 Aug 2007 08:08