|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Ok, I must have a brain freeze, as I am sure this worked before
but i have not used this feature recently I have -- NX 1.06. Trying to use an in-memory table. Step 1 = tablename : <myTable> Set active = true, error message "Table does not exist" Tried the other settings as per the docs - Alias Path #myRAM serversetting options - always the same. "Table does not exist" TIA -- Rudy Poseika, P.Eng. Senior Applications Engineer |
|
#2
|
|||
|
|||
|
"Rudy Poseika" <rposeika@cbautomation.com> wrote in
news:40d0681a@wic040d.: > Ok, I must have a brain freeze, as I am sure this worked before > but i have not used this feature recently > I have > -- NX 1.06. > > Trying to use an in-memory table. > > Step 1 = tablename : <myTable> > > Set active = true, error message "Table does not exist" > > Tried the other settings as per the docs - Alias Path #myRAM > serversetting options - always the same. > "Table does not exist" > > TIA Memory tables are just like normal tables, you still need to create them. Make sure you have your FieldDefs created, you can do this by double clicking the TnxTable component and adding your fields. Then in your program do nxTable1.CreateTable; Keith[NDX]; |
|
#3
|
|||
|
|||
|
Thanks - I had created the fieldDefs. I had NOT 'created' the table...
woiks now Regards -- CB Automation Inc. Rudy Poseika, P.Eng. Senior Applications Engineer "Keith Johnson [NDX]" <keith{at}saxon.co.uk> wrote in message news:Xns950AB16698CF6Keithatsaxondotcodot@203.147. 131.213... > "Rudy Poseika" <rposeika@cbautomation.com> wrote in > news:40d0681a@wic040d.: > > > Ok, I must have a brain freeze, as I am sure this worked before > > but i have not used this feature recently > > I have > > -- NX 1.06. > > > > Trying to use an in-memory table. > > > > Step 1 = tablename : <myTable> > > > > Set active = true, error message "Table does not exist" > > > > Tried the other settings as per the docs - Alias Path #myRAM > > serversetting options - always the same. > > "Table does not exist" > > > > TIA > > > > Memory tables are just like normal tables, you still need to create > them. > > Make sure you have your FieldDefs created, you can do this by double > clicking the TnxTable component and adding your fields. > > Then in your program do nxTable1.CreateTable; > > > Keith[NDX]; |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Alter Table throws "Cannot open table" Exception | Paul | nexusdb.public.support.sql | 2 | 13th May 2009 05:11 AM |
| "DROP TABLE t1" while t2 is open in exclusive mode | IK | nexusdb.public.support.sql | 11 | 4th March 2009 06:53 AM |
| Another "root table not found" error in 2.07.1 | Martijn Tonies | nexusdb.public.support.sql | 5 | 22nd June 2007 08:29 PM |
| Why ? The table "folder" cannot be dropped. It is referred to from the table "mail" | Ad Franse | nexusdb.public.support.sql | 4 | 11th May 2007 06:02 AM |
| Import CSV: Selecting "Overwrite" in "Advanced option" gives "Abstract error" when "Finish" is pressed | Jesper Østergaard | nexusdb.public.support | 1 | 6th July 2003 12:10 PM |