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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3823 - 3852 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3823
Hi ! Well, try the following: (D6 Update 1) New App. DBNavigator, DBGrid, Datasource, KbmMemTable with some Fields. (I borrowed the structure from some table...
aobermueller
Offline Send Email
Jan 1, 2002
2:05 pm
3824
ahh... thats what you mean... Check the AutoReposition property. Its default false. Set it to true. That should do the trick. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 1, 2002
3:21 pm
3825
3.00f2 Added missing AllDataFormat property. Virtualized LoadFromStreamViaFormat and SaveToStreamViaFormat. Fixed bug in InternalCompareFields as reported by...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 3, 2002
1:32 am
3826
I'm using version 2.53g In the comments about the GetVersion functions it seems to indicate you ought to be able to retreive the data for a specific version. ...
lewiemy
Offline Send Email
Jan 3, 2002
7:40 am
3827
I normally use D5 or D6 with MemTable. I recently had to do a project using C++Builder5. It turns out that the package files for the latest few betas,...
Bill Lee
billster92065
Offline Send Email
Jan 3, 2002
5:11 pm
3828
I was trying to change the starting value of an autoinc field, but could not find the trick. This is with the latest couple of 3.xx betas. I first tried...
Bill Lee
billster92065
Offline Send Email
Jan 3, 2002
5:19 pm
3829
Hi, Thank you for the bugreport. I dont have BCB 5 myself, thus that package is not getting checked by me ;) Ill have it fixed. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 3, 2002
5:36 pm
3830
Just installed this version so I could play with kbmMW in D6. However in my existing project a simple savetofile now blows up. First I was alerted of a now non...
fschetterer
Offline Send Email
Jan 3, 2002
10:54 pm
3831
Hi, It sounds like you should make sure to remove all .bpl and .dcu files to do with kbmMemTable, then _rebuild_. The sfPlaceHolders has been removed since it...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 3, 2002
11:02 pm
3832
Thanks for the quick reply, but this is a no go. Removed all kbm files from my system then only installed kbmmemtable b30f2 and the same error. This error is...
fschetterer
Offline Send Email
Jan 3, 2002
11:58 pm
3833
This happens on line 300 in kbmMemBinaryStreamFormat if both j and cnt are 0 (first record). Fred ... files to do ... Ignoring ... care of ... (sfPlaceHolders)...
fschetterer
Offline Send Email
Jan 4, 2002
12:11 am
3834
Hi, Thank you for the bug report. It should be fixed in 3.00f3 just released. best regards Kim Madsen kbm@... "fschetterer"...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 5, 2002
1:02 am
3835
Hi Kim, if Set IndexOptios like: [ixPrimary,ixUnique,ixDescending], then use Locate to find Record, Locate not Work! Best Regards. Walter Yu...
way2cn
Offline Send Email
Jan 6, 2002
11:31 am
3836
Hi Kim: if Set IndexOptions like: [ixPrimary,ixUnique,ixDescending], the Locate method would not to work! best regards Walter Yu...
way2cn
Offline Send Email
Jan 6, 2002
11:35 am
3837
Hi, I assume you have choosen an index to locate on before hand? What happens? best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 6, 2002
1:02 pm
3838
Hi Kim, I Set 'Field1' as Index, and Set IndexOptions as [ixPrimary,ixUnique], then use Locate('Field1', 100, [loCaseInsensitive]) to Locate Record, Locate is...
way2cn
Offline Send Email
Jan 6, 2002
4:57 pm
3839
Hi Kim, I Test the problem in version 2.49, Index Locate work good when set IndexOptions as [ixPrimary,ixUnique,ixDescending], but version 3.00f3's Index...
way2cn
Offline Send Email
Jan 7, 2002
3:48 am
3840
Hi Kim We are using kbmMemtable in our company on project named: pro-check Before the time I have found a little-bit "problem" with kbmMemtable and when the...
Patrik Tesar
patriktesar
Offline Send Email
Jan 7, 2002
3:26 pm
3841
Hello, I need some advice. I have a large database wich I read in with an TAdoDataSet. I want to use the memtable for it, but I'm only interested in records...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 7, 2002
7:29 pm
3842
Neither, Firstly I hope your running on some sort of SQL92 compliant server. Then create a stored procedure that does you select for you (since stored procs ...
Jeremy Darling
ac_hargis
Offline Send Email
Jan 7, 2002
8:00 pm
3843
Jeremy, Thanks for your reply but unfortionally I'm a dummy when it comes to SQL and most other database things ;-( Can you tell me a little more ? thanks,...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 7, 2002
8:34 pm
3844
I'll need some information first. What platform and database software are you using? f.ex. Win and SQL Server 2000. Since each of the major players in SQL...
Jeremy Darling
ac_hargis
Offline Send Email
Jan 7, 2002
8:49 pm
3845
Hi Kim, I Set 'Field1' as Index, and Set IndexOptions as [ixPrimary,ixUnique], then use Locate('Field1', 100, [loCaseInsensitive]) to Locate Record, Found the...
way2cn
Offline Send Email
Jan 8, 2002
7:19 am
3846
Hi Kim We are using kbmMemtable in our company on project named: pro-check Before the time I have found a little-bit "problem" with kbmMemtable and when the...
Patrik Tesar
patriktesar
Offline Send Email
Jan 8, 2002
9:44 am
3847
The short-circuit evaluation mode which allows Assigned(someVar) and someVar.Prop <> '' to work is used heavily throughout the VCL (and my code). It makes...
Bill Lee
billster92065
Offline Send Email
Jan 8, 2002
2:04 pm
3848
Hi, I think you are right. It will make the code .... ugly ... :) to use a term... to split it up so it will compile and work correctly using complete bool...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 8, 2002
5:42 pm
3849
... {$B-} enables short-circuit evaluation. {$B+} enables complete eval....
Bill Lee
billster92065
Offline Send Email
Jan 8, 2002
7:40 pm
3850
Hi, I will have a look at it. best regards Kim Madsen kbm@... www.components4developers.com...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 8, 2002
7:46 pm
3851
The demo project does not compile with the 3.0Beta f3 any more. (missing properties, incompatible types etc.). Was OK with f1 (did not install f2). Please...
jbkehrel
Offline Send Email
Jan 9, 2002
12:19 pm
3852
Hi Kim, How about this proplem! Thanks very much if you could gave me one responce soon! We are waiting use the new version(3.0 f3)! We always use the...
way2cn
Offline Send Email
Jan 10, 2002
10:11 am
Messages 3823 - 3852 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