Search the web
Sign In
New User? Sign Up
memtable · Discuss the use of kbmMemTable and associated BCB/Delphi components.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3119 - 3148 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3119
Please eliminate hints and warnings from the memory table code. In 2.53b (under D5), I get: [Hint] kbmMemTable.pas(2023): Overriding virtual method ...
Bill Sorensen
tzimisce@...
Send Email
Aug 1, 2001
1:54 pm
3120
Hi, Thank you for your input. I will have a look at the link, but due to workload, I cannot promise to put up any automated testing framework just yet. best...
Kim Madsen
kbm@...
Send Email
Aug 1, 2001
10:47 pm
3121
... that somebody wants to cheat on something that is already pretty much for free! Approx 2 months ago, a license was sold for the memtable documentation. ...
Kim Madsen
kbm@...
Send Email
Aug 2, 2001
4:04 pm
3122
Is there any way of arbitrarily changing a record's status? For example, I have a posted record which I want to mark as inserted. Thanks to all....
haim@...
Send Email
Aug 2, 2001
9:28 pm
3123
Kim I thought that they (for that matter any online credit provider) didn't accept cards from anyone using a free email account (Hotmail.com,Yahoo.com) for the...
Stephen Quinn
squinn@...
Send Email
Aug 2, 2001
9:36 pm
3124
Hi, Have you versioning enabled? If yes, you should not play around with the updatestatus flag, as you would also need to control versions of the record. If...
Kim Madsen
kbm@...
Send Email
Aug 2, 2001
10:01 pm
3125
Thanks! ... From: "Kim Madsen" <kbm@...> To: <memtable@yahoogroups.com> Sent: Thursday, August 02, 2001 6:04 PM Subject: SV: [memtable] Change record...
Haim E. Arazy
haim@...
Send Email
Aug 2, 2001
10:31 pm
3126
My application stores data using TkbmMemTable's SaveToBinaryFile method. I use no Paradox tables. Does TkbmMemTable work with Rubicon...
Yernar Shambayev
yernar@...
Send Email
Aug 2, 2001
11:03 pm
3127
Hi, If Rubicon can use a TTable or another TDataset descendent, then it should work together, but try it out. I dont think Rubicon can read the binary file by...
Kim Madsen
kbm@...
Send Email
Aug 2, 2001
11:49 pm
3128
Thank you much for your answer. I think Rubicon can work only with TTable (or TADOTable). I develop the application that consists of documents and should...
åÒÎÁÒ ûÁÍÂÁÅ×
yernar@...
Send Email
Aug 3, 2001
3:31 am
3129
Rubicon uses TDataSet descendents. Additionally, there are specific "drivers" for each supported database. cjs ... From: åÒÎÁÒ ûÁÍÂÁÅ×...
Charles Stack
charles@...
Send Email
Aug 3, 2001
4:03 am
3130
To Charles Stack Is there drivers for TkbmMemTable? ... From: "Charles Stack" <charles@...> To: <memtable@yahoogroups.com> Date: Fri, 3 Aug 2001...
åÒÎÁÒ ûÁÍÂÁÅ×
yernar@...
Send Email
Aug 3, 2001
4:28 am
3131
Sorry, are there drivers for TkbmMemTable? ... From: "åÒÎÁÒ ûÁÍÂÁÅ×" <yernar@...> To: memtable@yahoogroups.com Date: Fri, 03 Aug 2001 08:28:12...
åÒÎÁÒ ûÁÍÂÁÅ×
yernar@...
Send Email
Aug 3, 2001
4:31 am
3132
http://www.tamaracka.com/drivers.htm Looks like 'no'. ... From: åÒÎÁÒ ûÁÍÂÁÅ× [mailto:yernar@...] Sent: Friday, August 03, 2001 12:31 AM To:...
Charles Stack
charles@...
Send Email
Aug 3, 2001
4:49 am
3133
I am trying to filter my TkbMemTable but I am getting EConvertError with message "0.36000000' is not a valid timestamp. My filter is: TIMEFIELD>'01:00:00'. Any...
Miguel
miguel@...
Send Email
Aug 3, 2001
8:47 am
3134
Ok, I got it. Rubicon can't help me. But the problem remains. How can I perform full text search in file (which was saved by SaveToBinaryFile method)? I think...
åÒÎÁÒ ûÁÍÂÁÅ×
yernar@...
Send Email
Aug 3, 2001
10:30 am
3135 Sandy Ogston
sandy.ogston@...
Send Email
Aug 3, 2001
12:59 pm
3136
According to their site, Rubicon comes with Delphi source. One would think it should be possible to write your own driver for an unsupported dataset. ... ++++...
Bill Sorensen
tzimisce@...
Send Email
Aug 3, 2001
1:19 pm
3137
Take a look at TBinaryDataset http://www.geocities.com/skamradt/index.html. Also, for the amount of records that the user will use, consider using a database...
Daniel Rail
drail@...
Send Email
Aug 3, 2001
1:28 pm
3138
Hi, I would probably choose to go with kbmMemTable v. 3.00 alpha prerelease, and write an I/O module which suits your needs for speed. best regards Kim Madsen ...
Kim Madsen
kbm@...
Send Email
Aug 3, 2001
1:32 pm
3139
Also, look at TinyDB (http://www.tinydb.com) and maybe VolgaDB Engine (http://volgatable.tripod.com/). Daniel Rail...
Daniel Rail
drail@...
Send Email
Aug 3, 2001
1:37 pm
3140
If you want an SQL engine that is MUCH faster and not any bigger, look at using mysql. (Transactions are still in beta support though) ... From: "Daniel Rail"...
Ross Davis - DataAnyw...
ross@...
Send Email
Aug 3, 2001
4:28 pm
3141
Sandy, fyi, just in case. Progress Bar overhead? I've been loading data from a file into a memtable for then transfer to a TTable. One problem I had which...
Albert Soto
Albert.Soto@...
Send Email
Aug 3, 2001
9:42 pm
3142
Question, Has anyone done any SQL against a memtable. Best Regards, Albert Soto SALLAND (USA), INC. 816 Congress Ave. Suite 1150 Austin, Texas 78701 United...
Albert Soto
Albert.Soto@...
Send Email
Aug 3, 2001
9:45 pm
3143
Sandy, fyi I use the code below to get time measurements for code segments I want to optimize. #include <time.h> time_t first, second; char temp[100]; first =...
Albert Soto
Albert.Soto@...
Send Email
Aug 3, 2001
9:52 pm
3144
Yes, I used xQuery and had no problems. Cheers, Adem...
adembaba@...
Send Email
Aug 4, 2001
2:11 am
3145
http://www.delphipages.com/news/detaildocs.cfm?ID=49 This link at Delphi Pages shows that EasyTable is the superior product by far if your looking for a...
Kim Freeborn
kimfreeborn@...
Send Email
Aug 4, 2001
3:22 am
3146
MP3.com Press Release about Vanethian ... Success of Online Artist Proves That It's How You Play the Game Savvy Use of Online Tools Leads to Game Soundtracks,...
Manuel Marino
vanethian@...
Send Email
Aug 4, 2001
10:56 am
3147
What's xQuery? thanks Fred...
fredsegroups@...
Send Email
Aug 4, 2001
3:50 pm
3148
Check out http://www.kylecordes.com/bag/ It contains a list of a lot of alternatives ! BAG = BDE Alternatives Guide /Per-Eric...
Per-Eric Larsson
Per-Eric.Larsson@...
Send Email
Aug 4, 2001
4:11 pm
Messages 3119 - 3148 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help