[Metakit] ANN = new software using Metakit

2005-06-05 Thread Riccardo Cohen
code will probably be used and tested in the next version beginning 2006. If it works all right, I will be pleased to share that extension with you. (It is now in a very early stage). -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90

Re: [Metakit] Starting work on a Java version of Metakit

2005-05-13 Thread Riccardo Cohen
). I don't think that Oracle, IBM or Resin would have started to build their web server engine in java, if they thought that it would be slow. It may work !) -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49

[Metakit] For beginners

2004-11-02 Thread Riccardo Cohen
I've added a new chapter in my little tutorial : updating the data. http://support.articque.com/metakit/metakit_tutorial.html hope this helps -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49

[Metakit] pb memory leak in 2.4.9.3

2004-03-29 Thread Riccardo Cohen
( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );// check memory leak at exit function(); return(0); } -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 _ Metakit

Re: [Metakit] use views to return table of data

2003-12-17 Thread Riccardo Cohen
. --- Riccardo Cohen [EMAIL PROTECTED] wrote: Hi, I would like to use storage and views to return a structured table of data instead of painful char** and double**. So I built a c4_Storage and return it. I'm not used to this syntax (I always use pointers). Is it safe to do that : c4_Storage execute0_sub

[Metakit] DigitalMars compiler on win32

2003-11-19 Thread Riccardo Cohen
! What test should I try, what option should I set ? Thanks for any information. -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49 ___ metakit mailing list

[Metakit] find select and search, help once again please

2003-09-29 Thread Riccardo Cohen
an Oracle Server, but 62ms per selection is too much for me (it takes 6 seconds for 100 searches !). Could anybody help me please ? Thanks -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49

[Metakit] indexed view

2003-09-19 Thread Riccardo Cohen
will be * deleted from the view. So this supposes that multiple key is supported for adding, but not for updating. Is that true ? By the way, there is no c++ example of indexed view. I cant find what to put in arguments const c4_View map_ and const c4_View props_ -- Riccardo Cohen Articque Les

[Metakit] beginners hash view

2003-09-18 Thread Riccardo Cohen
); sprintf(st2,%d%d%d%d,idx,idx,idx,idx); key(row)=st1; val(row)=st2; view.Add(row); } db.Commit(); key(searchrow)=; selection=viewhash.Select(searchrow); what's wrong ?? is there any sample code ? Thanks for any information. -- Riccardo Cohen Articque Les Roches 37230

Re: [Metakit] beginners hash view

2003-09-18 Thread Riccardo Cohen
Thanks for your quick answer. I did try to use only viewhash, for adding. But it did not change. Here is a sample code you can run (attached) 200ms=time spent on 1 Select() ! I use a pentium 500Mhz There must be something I dont understand... Jean-Claude Wippler wrote: Riccardo Cohen wrote: I

[Metakit] tutorial

2003-09-18 Thread Riccardo Cohen
Hi, If you are confused with metakit syntax and structure, like I was at beginning, you may have a look at http://support.articque.com/metakit/metakit_tutorial.html It is available also from http://www.equi4.com/mkdocs.html for new users. Hope this helps. -- Riccardo Cohen Articque Les Roches