Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > DB-Aware

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 01-02-2001, 04:30 AM
N/A
Guest
 
Posts: n/a
Default ODBC vs. InterBase - Is it worth upgrading?

Hello.

My question is:

I have an application which works from MDB through ODBC, but the forms open quite slow because of creating the form and refreshing the queries. I wonder if it was worth to export my MDB to InterBase. Would it be much faster or not?

Thank You
Joseph Bernath
Reply With Quote
  #2  
Old 01-02-2001, 04:42 AM
N/A
Guest
 
Posts: n/a
Default RE: ODBC vs. InterBase - Is it worth upgrading?

I've never used InterBase because every client needs BDE to access the tables.

Perhaps optimizing your code would increase the loading time ...

For instance ...

Use ADO objects ...
Use SQL Queries ...
Do not load the whole table at once, only the visible part ...

Regards

/Filip
Reply With Quote
  #3  
Old 01-02-2001, 07:27 AM
N/A
Guest
 
Posts: n/a
Default RE: ODBC vs. InterBase - Is it worth upgrading?

If you lose BDE and go with Interbase Express (comes with delphi 5).. I've noticed quite a bit of improvement over access, epecially over tcp/ip (internet) with multiple clients.

You will have to learn a bit about indices,etc...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:14 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.