![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Support Forums » DBISAM General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Tue, Jul 29 2008 6:14 PM | Permanent Link |
"J.R. Marousek" | Trying to use an in-memory table for the first time...
Am I understanding correctly that I use a regular TDBISAMTbl component? That is what I'm using. I have set the DatabaseName property to "Memory". I have created a couple of fields. When my app attempts to Open the table, I'm getting a "Missing table name" error. What do I need to do? |
Tue, Jul 29 2008 6:24 PM | Permanent Link |
"Jeff Cook" | J.R. Marousek wrote:
> Trying to use an in-memory table for the first time... > > Am I understanding correctly that I use a regular TDBISAMTbl > component? That is what I'm using. I have set the DatabaseName > property to "Memory". I have created a couple of fields. When my app > attempts to Open the table, I'm getting a "Missing table name" error. > What do I need to do? Kia Orana J.R. You are probably missing the "CreateTable" step. Personally I almost invariably use a real disk table to start with as it is easier to debug stuff if you need to see the intermediate result is the table. I then change it to a Memory table once I have everything going. Kia Manuia Jeff -- Jeff Cook Aspect Systems Ltd www.aspect.co.nz + Joan and Jeff Cook The Cooks Oasis www.cookislandsoasis.com |
Tue, Jul 29 2008 6:48 PM | Permanent Link |
"J.R. Marousek" | > You are probably missing the "CreateTable" step.
Yes, that was it. Got it working... thanks! |
This web page was last updated on Wednesday, July 2, 2025 at 06:46 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |