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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4050 - 4079 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4050
I've downloaded a copy of kbmMemTable, and it said that I needed to register as a member of this group in order to get the password. But I have registered,...
Jesse Castleberry
shadowvorlon
Offline Send Email
Mar 1, 2002
5:51 pm
4051
Check the Database/FAQ section of the memtable group: www.yahoogroups.com/group/memtable best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 1, 2002
5:53 pm
4052
Hello How can I add a new field to a table without lossing/destroying all the data in the other fields? Regards, Andre Brandao [Non-text portions of this...
John Cruces
acrbb2
Offline Send Email
Mar 3, 2002
4:07 am
4053
Hi, Copy the data to another memtable. Eg: cpmt.LoadFromDataset(oldmt,[mtcpoStructure]); oldmt.Close; oldmt.FieldDefs.Add(...); oldmt.CreateTable; oldmt.Open; ...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 3, 2002
9:51 am
4054
I've got a situation where the FindKey won't work. I've added a simple index: TempTbl.AddIndex('FF$PRIMARY','Student Name;Student ID;Module Name;Module...
shadowvorlon
Offline Send Email
Mar 3, 2002
12:56 pm
4055
After updating to kbmMemTable Beta 300f9 program crashed on exit with message "cannot perform operation on closed dataset" and stoped on procedure...
tchernovru
Offline Send Email
Mar 4, 2002
5:56 am
4056
Hi, Thank you for your bugreport. Ill have a look at it. best regards Kim Madsen kbm@... www.components4developers.com...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 5, 2002
11:32 pm
4057
I've changed my copy of Lzh.pas to eliminate compiler warnings generated by Delphi 5. Please see my changes below. Any chance including them in the main source...
osych284
Offline Send Email
Mar 5, 2002
11:54 pm
4058
Hi, Can you put together a _small_ sample (source only - no other 3rd party components) and send it to me. Then Ill have a look. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 6, 2002
8:26 am
4059
Hi! I have problem with filtering by TTime fields. kbmMemTable v. 3.00f9 Beta. If I use same code with BDE table all ok. I can send example. ... Dmitry...
Dmitry Pestov
dmitry_pestov
Offline Send Email
Mar 6, 2002
12:14 pm
4060
Hi, I'm having a huge performance issue when I try to save my memtable to a paradox table that's on a shared drive on the network. When I use the method...
al_desoto
Offline Send Email
Mar 6, 2002
3:45 pm
4061
Yes, use an application server on the side where you have the paradox table. The problem is that paradox has to update the physical database files and indexes...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 6, 2002
3:49 pm
4062
My guess is you've just discovered the wonders of the low-bandwidth, high-latency LAN. I've never encountered a simple solution for this, but there are a...
Brion Webster
brion_webster
Offline Send Email
Mar 7, 2002
2:22 am
4063
Hi Kim. I want to ask you about one functionality. We want to append an record, retrieve his AutoINC ID, and edit it. On the indexed tabe. Is there an function...
Patrik Tesar
patriktesar
Offline Send Email
Mar 7, 2002
2:32 am
4064
2 ways: 1. try to lock the paradox table exclusivly, so there must not be a lock applied for each row to be inserted 2. save the paradox table locally on your...
Marco Schlünß
dusty2202
Offline Send Email
Mar 7, 2002
3:09 am
4065
Hi, I'm having a huge performance issue when I try to save my memtable to a paradox table that's on a shared drive on the network. When I use the method...
Albert Soto
al_desoto
Offline Send Email
Mar 7, 2002
6:28 am
4066
I've had some big problems with getting FindKey to work. I had a situation a few days ago that I finally got working by adding my index difinitions in the...
shadowvorlon
Offline Send Email
Mar 7, 2002
6:34 am
4067
Hi, You also must make sure the current index is set to point at your new index. After defining a new index while the table is open, its correct you should use...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 7, 2002
7:27 am
4068
Hi, Provided only one thread do the append the value of the autoinc after successfull append is: mt.Common.AutoIncMax+1 best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 7, 2002
7:33 am
4069
Hello, I'm currently investigating the possibilities of building Unicode database applications with Delphi. I wanted to use kbmMemTable (just as I have ever...
Holger Dors
holgerdors
Offline Send Email
Mar 7, 2002
3:47 pm
4070
I've been told that the kbmCSVStreamFormat component will import Delimited ASCII files, but I can't find documentation for it anywhere. I have purchased the...
shadowvorlon
Offline Send Email
Mar 7, 2002
7:04 pm
4071
Hi, The help file is currently only for 2.53 and does not include the new 3.00. But for many hints check SaveToStream in the help file. It accepts some...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 7, 2002
7:30 pm
4072
Jesse, Drop it on a from toghetere with a memtable. Set MemTable.DefaultStreamFormat to the CSV stream format. Set the properties for delimiters. Check...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Mar 7, 2002
7:58 pm
4073
Hi, Unicode is not directly supported in kbmMemTable as is. I've been looking into it several times, but always ended up in removing direct support for it ...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 7, 2002
8:05 pm
4074
I'm trying a MemTable.LoadFromFile, and it complains about the CommaTextFormat not being set. The file I'm trying to import is actually a Tab Delimited file....
shadowvorlon
Offline Send Email
Mar 7, 2002
9:27 pm
4075
... procedure TSistema.AceptarClick(Sender: TObject); var tmp:string; I,code:integer; begin with bases do begin Cuentas.DisableControls; ...
Eduardo Acevedo
e_chayle
Offline Send Email
Mar 8, 2002
2:58 am
4076
Hi, Set the DefaultFormat to point to a kbmCSVStreamFormat component. Then you can use LoadFromFile and SaveToFile. Another alternative is to use...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 8, 2002
3:10 am
4077
I am trying to copy the DataSet from a TQuery operation into a kbmMemTable that has been defined. Here is the relevant code: TkbmMemTableCopyTableOptions...
jimbehr3446
Offline Send Email
Mar 8, 2002
5:54 pm
4078
Hi, Yes it will copy structure. What version of kbmMemTable are you using? best regards Kim Madsen kbm@... www.components4developers.com...
Kim Madsen
kimbomadsen
Offline Send Email
Mar 8, 2002
7:31 pm
4079
I'm using "v. 3.00f9 Beta 25. Feb. 2002". Do I have to define the fields in kbmMemTable that I want to copy from the DataSet before I execute the...
jimbehr3446
Offline Send Email
Mar 8, 2002
9:30 pm
Messages 4050 - 4079 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