Hi ! Well, try the following: (D6 Update 1) New App. DBNavigator, DBGrid, Datasource, KbmMemTable with some Fields. (I borrowed the structure from some table...
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 ...
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. ...
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,...
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...
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 ...
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...
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...
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...
This happens on line 300 in kbmMemBinaryStreamFormat if both j and cnt are 0 (first record). Fred ... files to do ... Ignoring ... care of ... (sfPlaceHolders)...
Hi Kim, I Set 'Field1' as Index, and Set IndexOptions as [ixPrimary,ixUnique], then use Locate('Field1', 100, [loCaseInsensitive]) to Locate Record, Locate is...
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...
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...
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...
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, 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,...
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...
Hi Kim, I Set 'Field1' as Index, and Set IndexOptions as [ixPrimary,ixUnique], then use Locate('Field1', 100, [loCaseInsensitive]) to Locate Record, Found the...
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...
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...
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...
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...
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...