Board index » delphi » Paradox tables on peer to peer network
Mark Gibson
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Mark Gibson
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Paradox tables on peer to peer network
Hi there,
I am trying to set up a database application using paradox tables on a peer to peer network without much luck. I can read the data files from both computers but when records are edited it doesn't show up on the other computer. Does any one have any suggestions? Thanks for you help Mark Gibson |
JefSumme
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkIn article <947765976.897...@loony.mania.com.au>, "Mark Gibson" Quote<mgib...@mania.com.au> writes: write data out to the disk rather than just to the buffer. Making sure LocalShare is turned on in the BDE, and others. There are a variety of posts regarding this in the archives - look at Borland's site for TIs on the issue, FAQs, and DejaNews. /js |
Carmen Marrer
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkHi, I've got the same problem, I added FlushBuffers in the AfterPost event and it didn't work. Then I added a refresh after every post, and didn't work. I'm looking for a solution, I find this problem very , very important. Mark Gibson escribi en mensaje <947765976.897...@loony.mania.com.au>... Quote>Hi there, |
Adolf Ra
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkQuoteIn article <85kvfd$sr...@diana.bcn.ttd.net>, "Carmen Marrero" (cmarr...@readysoft.es) writes: You must refresh the Database on the Computer you like to see Adolf |
Markku Nevalaine
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkQuoteCarmen Marrero wrote: -Turn BDE LocalShare=True on *all* the PCs that are using the database. -Check you have your NetFileDir settings, and thus record lockings right. You are not exactly having corruption problem, but here are some useful And then of course all the Borland BDE tips Markku Nevalainen |
jlawre..
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkOn Sat, 15 Jan 2000 12:45:54 +0200, Markku Nevalainen <m...@iki.fi> wrote: Quote>Carmen Marrero wrote: computers involved. I set this as a network drive alias (drive K:), on all computers involved, which points to the database. Any computer not using the same NetDir will not share record locking. <snip> |
JefSumme
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkQuote>A critical aspect here is that the Net Dir be identical on all format in defining the NetDir, and to set it using software before connecting any TDatabase components. The path can be set during installation and stored in the Registry or in an ini file (I prefer the ini file, as if the program misbehaves I can just delete the ini file and the program thinks it is being reinstalled...). In some situations, it appears that the only way to be absolutely certain that |
Markku Nevalaine
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkQuoteJefSummers wrote: platforms, both in single and network use. Never, no need to extra closing of TDatabase, and also no corruption problems, Markku Nevalainen |
JefSumme
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkQuoteIn article <3886C2A7.3...@iki.fi>, Markku Nevalainen <m...@iki.fi> writes: application on an old 486 box communicating across a network with a 486 laptop with a parallel port net adapter, the only way I could get the data to post was to close the TDatabase. Tried all of those other things. May be because of the funny network config, but I offer this as a last ditch, one last thing to try, to those who have already done everything else and are desparate. In this case, it was critical as it was an email part of the application that was not posting. I also have a client who absolutely swears a Delphi application works only on Pentiums - not AMD chips or old 486's. Swears the setup is the same everywhere else. I'm not sure I buy it, but odd things happen in networks... /js |
Ray Nelso
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Paradox tables on peer to peer networkAnother thing to try under D1 is create an Application.OnIdle event handler and in it call dbiUseIdleTime such as: procedure OnIdle(don't remember parameters if any); MainForm.Create; This worked pretty well for me. QuoteJefSummers wrote: |
1. Slow BDE access to Paradox table on Peer-to-peer network
2. Paradox on a Peer to peer network
3. Paradox acces on peer to peer network
4. 3 users on same PARADOX database on a peer to peer network
5. 3 users same PARADOX database on peer to peer network
6. Need help: Paradox and peer-to-peer network?
7. Paradox and peer-to-peer network?
8. Paradox & Peer--to-Peer networks
9. Several applications using paradox on Peer-to-Peer network