Question 1:
I have develop the a stand-alone application using Interbase. Now i want to
convert it to client-base application, how do i do that ?? Let's assume my IP
address is 192.182.3.207, and the server machine name is 'MyServer' ...
Question 2:
In my standalone application, i've found that my application is way too slow to
show a form with data.. The following is basically what i do
Drop a TIBTable, TIBTransaction, TDatabase, TDatasource and DBGrid component on
a frmMyForm1.
For Database1 property-
Default Transaction = IBtransaction1
DatabaseName = browse the .gdb file
Connected = true
For IBTransaction1 property -
Default Database = Database1
For IBTable1 property -
Database - Database1
Table Name - my selected table
Active - true
For Datasource1 property-
Dataset - IBTable1
For DBGrid1
Datasource - Datasource1
On frmMyForm1 OnShow events i write the following :
If not IBTable1.Active then IBTable1.Open ..
That's basically what i've done .. But when i call up the frmMyForm1 form, it
tooks me about 4-5 seconds to show that form . Why's that so ? Is that any step
i did wrong ? For your information, i have only enter 3 records, and connect
the data throughlocalhost .. and that's already cost me 4-5 seconds .. i can't
imagine how slow will it be if i enter 10 thousands records and change it to
client server instead of standalone application.
Anyone with help please. Thanks in advance .
---------------------------------
Discover Yahoo!
Find restaurants, movies, travel & more fun for the weekend. Check it out!
[Non-text portions of this message have been removed]
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/delphi-en/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/