|
|
Databases and Drivers
Started by dEraCh2000 at 04-30-2008 5:02 AM. Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
05-08-2008, 1:20 AM
|
dEraCh2000

Joined on 04-30-2008
Sarajevo, B&H
Posts 11
|
Re: Postgre-ODBC & browse box
|
|
|
|
|
|
Hi,
I hapy to say that we have resoved the problem. The thing was, that before this invoice items list we had a window with two browse boxes. One was the list of invoices, and other one was the list of items, that populates as you click the certain iinvoice. Problem was in the second list, the item list. Items table has relations with two other tables. In the first window we did not need data from them so they were not included in the table list of the browse. And when we opened the second window, with the problematic browse, that made a huge problem, since there were no relations activ, table was opened prior without relations. When we included them in the first window, it all worked fine.
This problem only happened with PostgreSql. It works fine when connected to MSSQL via ODBC.
Regards
|
|
|
|
|
Report
|
|
|
|
05-08-2008, 7:52 AM
|
Shankar
Joined on 10-24-2005
Dubai, UAE
Posts 219
|
Re: Postgre-ODBC & browse box
|
|
|
|
|
Hi!
MS-SQL is very good Query-optimizing server and what normally works on MS-SQL may not work properly on other DB Servers unless the Indexes are set up correctly and queries are coded in a way that allows these indexes to be used. MS-SQL might have other faults but Query-optyimization is not one of them. Fact is, most users create only the Primary & Foreign key constraints and leave the indexes to the server.
Regards
Shankar
|
|
|
|
|
Report
|
|
|
|
|
Clarion Communi... » Clarion » Databases and D... » Postgre-ODBC & browse box
|
|
|
|