[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] TJ, save database question with TC2000



PureBytes Links

Trading Reference Links

Hello,

The answer is given in the Users' Guide:
Tutorial: Understanding Database Concepts.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Rik Rasmussen" <hrasmussen@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, February 21, 2003 12:53 PM
Subject: [amibroker] TJ, save database question with TC2000


> TJ, I use my TC2000 database in Amibroker. Much of the data is on the TC2000
> CDROM. Is there any need to do a save when using the TC2000 database?
> 
> Rik Rasmussen
> Stock Analyzer mailing list moderator
> http://groups.yahoo.com/group/stockanalyzer/
> 
> > -----Original Message-----
> > From: Tomasz Janeczko [mailto:amibroker@xxxxxx]
> > Sent: Friday, February 21, 2003 2:36 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: Re: [amibroker] AmiBroker 4.29.5 BETA released
> >
> >
> > Nigel,
> >
> > I can make it optional of course.
> > As for now you can easily workaround this problem using the SaveDatabase
> > before Quit():
> >
> >  var oAB = new ActiveXObject("Broker.Application");
> >
> > // do anything
> > /////////
> > // then
> > oAB.SaveDatabase(); // will prevent from asking during Quit
> > oAB.Quit();
> >
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "Nigel Rowe" <rho@xxxxxxxxxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Friday, February 21, 2003 5:09 AM
> > Subject: Re: [amibroker] AmiBroker 4.29.5 BETA released
> >
> >
> > > Tomasz,
> > > Can the "Do you want to save the most recent changes?" message
> > box be made
> > > optional?
> > >
> > > Or add an arguement to the Quit() method in COM automation, so that
> > >
> > > var oAB = new ActiveXObject("Broker.Application");
> > > oAB.Quit(1);
> > >
> > > Always quits without asking anything?  (Or even a ReallyQuit() method).
> > >
> > > Or any other way to really quit?
> > >
> > > Thanks,
> > > Nigel
> > >
> > >
> > > On Fri, 21 Feb 2003 08:09 am, Tomasz Janeczko wrote:
> > > > Graham,
> > > >
> > > > This message box is displayed on EXIT if you update database
> > and/or modify
> > > > any drawing.
> > > > The Tools->Preferences->Data setting I refer to is
> > > > "In-memory cache" - this controls how many symbols data are
> > cached in RAM.
> > > > Since AMiBRoker caches only that much (the rest is written
> > back to the disk
> > > > file), the question "do you want to save" refers only to
> > cached data (not
> > > > to the data which was written back already because of
> > accessing more data
> > > > than the cache size is).
> > > >
> > > > Best regards,
> > > > Tomasz Janeczko
> > > > amibroker.com
> > > > ----- Original Message -----
> > > > From: "Graham" <gkavanag@xxxxxxxxxxxxxx>
> > > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > > Sent: Thursday, February 20, 2003 9:42 PM
> > > > Subject: RE: [amibroker] AmiBroker 4.29.5 BETA released
> > > >
> > > > > >From the release notes:
> > > > >
> > > > > "Amibroker again displays message box asking to save
> > changes. (this is
> > > > > useful to undo some unwanted changes but it works only for
> > most recent
> > > > > 'in-memory' symbols (see Tools->Preferernces->Data))"
> > > > >
> > >
> > >
> > > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > >
> > > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > >
> > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
> >
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> >
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
> 
> 
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> 
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
> 

Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/