I am currently using C Builder 5 and I have already done as you described. I have C Builder 6 sitting on my desk and I hope to switch over to it and the end of...
Hi Kim and all members, A few bugs in the last version: 1. New functionality ("Added raising an exception if Save... is called when table is closed") causes a...
Hi all, I want to save data of my memtable on a form, therefore I tried to load the data in design time from a csv-file, within the Table Designer. I have read...
Hi I am using 3.00f9 Beta I execute the following: Target.CreateTableAs(ffSource, [mtcpoStructure,mtcpoProperties,mtcpoLookup,mtcpoCalculated,mtcpoAppen ...
Patrick, I'm a bit new to kbmMemTable but I have worked with the CSV format. Obviously from your provided information, the file is field seperated by semi...
Hi again, The problem was actually an integer overflow. I'll try to explain what I have done. The error is produced when ftInteger fields have the value...
Hi There seems to be a problem with BLOBs When I use LoadFromDataset and then open my form, I get at Access Violation error that I have traced to line 11186 in...
Hello I'm adding some records (about 500) to a kbmmemtable in my application, inside a for loop. For example: for i:=1 to 500 do begin kbmmemtable1.append; ...
Andre, I'm pretty sure it is not adding records that will freeze your application. Try the following: Do exacly same code in a brand new project adding 500...
Hi, Remember that there are only a few days left of the special IntraWeb/kbmMW combo offer. If you are an owner of an IntraWeb license you can save $39...
Hi, Since kbmMemTable relies on the functionality of TDataset and TDataset do not allow searching on blob fields, kbmmemtable wont allow that directly. Instead...
Hi, I have not encountered that problem before. Since Im using blobs pretty extensively in several situations without problems, I believe there must be...
Hi, What you are experincing is comparison on strings behave way differently to comparisons on numbers. The reason is that according to the locale your...
Hi, You might check it out trying to add the index without locale support and see if it changes (the AddIndex2). When locale support is on, its using one...
kbmMemTable 3.0 Supports SELECT Sentences? Hello, (Excuse me please for my poor English level) I want to know if it's possible to use SELECT sentences with a ...