Proximity search

John W. Miescher miescher at bizdata.com
Thu Jul 14 15:11:05 CDT 2005


I was thinking of a feature like the spellchecker in MS-Word that offers
a choice of similar sounding words if it finds a spelling error.

john m.


-----Ursprüngliche Nachricht-----
Von: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] Im Auftrag von
valentina-request at lists.macserve.net
Gesendet: jeudi, 14. juillet 2005 13:45
An: valentina at lists.macserve.net
Betreff: Valentina Digest, Vol 31, Issue 16


Send Valentina mailing list submissions to
	valentina at lists.macserve.net

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.macserve.net/mailman/listinfo/valentina
or, via email, send a message with subject or body 'help' to
	valentina-request at lists.macserve.net

You can reach the person managing the list at
	valentina-owner at lists.macserve.net

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Valentina digest..."


Today's Topics:

   1. RE: SQL question CRLF (Damon Pillinger)
   2. Re: SQL question CRLF (Ruslan Zasukhin)
   3. RE: SQL question CRLF (Damon Pillinger)
   4. Proximity search (John W. Miescher)
   5. Re: Proximity search (Ruslan Zasukhin)
   6. [NEW] Valentina 2.0.5 adds Vdatabase.Clone(). (Ruslan Zasukhin)
   7. Deployment of my application ? (Thierry NAUZE)
   8. Re: Deployment of my application ? (Ruslan Zasukhin)
   9. Re: Deployment of my application ? (Thierry NAUZE)
  10. Re: Deployment of my application ? (Ruslan Zasukhin)
  11. Re: Deployment of my application ? (Thierry NAUZE)


----------------------------------------------------------------------

Message: 1
Date: Thu, 14 Jul 2005 09:33:11 +1000
From: "Damon Pillinger" <daisychain at iinet.net.au>
Subject: RE: SQL question CRLF
To: "'Valentina Developers'" <valentina at lists.macserve.net>
Message-ID: <001001c58803$3bcfca00$ae00a8c0 at DamonsPC>
Content-Type: text/plain;	charset="us-ascii"

Hi Ruslan and serge.

Don't worry I figured it out

UPDATE [table] SET field_name = "line1<crlf>line2"

Replace <crlf> with chr(13) only and it works fine.

Thanks

Best Regards

Damon L. Pillinger
Jensen 2005 by Daisychain
www.daisychain.no-ip.biz
Phone : 03 9532 1220
Fax : 03 9532 1280


-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Ruslan
Zasukhin
Sent: Wednesday, 13 July 2005 6:58 PM
To: valentina at lists.macserve.net
Subject: Re: SQL question CRLF

On 7/13/05 9:44 AM, "Damon Pillinger" <daisychain at iinet.net.au> wrote:

> Something like this
> 
> UPDATE [table] SET field_name = "line1<crlf>line2"
> 
> Where <crlf> is a chr(13)+chr(10)
> 
> So when I do a select and put it into an editfield I get Line1
> Line2
> 
> Thanks

Ok Damon,

Sergey will add this feature into SQL Parser.
Somehow we did miss it.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]


_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina


------------------------------

Message: 2
Date: Thu, 14 Jul 2005 08:22:55 +0300
From: Ruslan Zasukhin <sunshine at public.kherson.ua>
Subject: Re: SQL question CRLF
To: "valentina at lists.macserve.net" <valentina at lists.macserve.net>
Message-ID: <BEFBD15F.37F38%sunshine at public.kherson.ua>
Content-Type: text/plain;	charset="US-ASCII"

On 7/14/05 2:33 AM, "Damon Pillinger" <daisychain at iinet.net.au> wrote:

> Hi Ruslan and serge.
> 
> Don't worry I figured it out
> 
> UPDATE [table] SET field_name = "line1<crlf>line2"
> 
> Replace <crlf> with chr(13) only and it works fine.

Hi Damon,

Ok, in any case Segey will add feature

    SET fld = 'line\rline2'

Also will be supported \n, \t, \b, ...


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]



------------------------------

Message: 3
Date: Thu, 14 Jul 2005 15:26:05 +1000
From: "Damon Pillinger" <daisychain at iinet.net.au>
Subject: RE: SQL question CRLF
To: "'Valentina Developers'" <valentina at lists.macserve.net>
Message-ID: <005801c58834$883aa9b0$ae00a8c0 at DamonsPC>
Content-Type: text/plain;	charset="us-ascii"

Cool

Best Regards

Damon L. Pillinger
Jensen 2005 by Daisychain
www.daisychain.no-ip.biz
Phone : 03 9532 1220
Fax : 03 9532 1280


-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Ruslan
Zasukhin
Sent: Thursday, 14 July 2005 3:23 PM
To: valentina at lists.macserve.net
Subject: Re: SQL question CRLF

On 7/14/05 2:33 AM, "Damon Pillinger" <daisychain at iinet.net.au> wrote:

> Hi Ruslan and serge.
> 
> Don't worry I figured it out
> 
> UPDATE [table] SET field_name = "line1<crlf>line2"
> 
> Replace <crlf> with chr(13) only and it works fine.

Hi Damon,

Ok, in any case Segey will add feature

    SET fld = 'line\rline2'

Also will be supported \n, \t, \b, ...


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]


_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina


------------------------------

Message: 4
Date: Thu, 14 Jul 2005 07:54:20 +0200
From: "John W. Miescher" <miescher at bizdata.com>
Subject: Proximity search
To: <valentina at lists.macserve.net>
Message-ID: <001e01c58838$7b0a8400$0201a8c0 at JOHNHP>
Content-Type: text/plain;	charset="us-ascii"

Hi Ruslan,
 
My users sometimes have trouble with the spelling or do the typical
legastenic 2-letter inversions.
 
can you tell me if there is a way to do proximity searchesand word
completions in V2, if so, how?
 
thanks yr help, john m.
 <mailto:miescher at bizdata.com> 

------------------------------

Message: 5
Date: Thu, 14 Jul 2005 10:48:35 +0300
From: Ruslan Zasukhin <sunshine at public.kherson.ua>
Subject: Re: Proximity search
To: "valentina at lists.macserve.net" <valentina at lists.macserve.net>
Message-ID: <BEFBF383.37F65%sunshine at public.kherson.ua>
Content-Type: text/plain;	charset="US-ASCII"

On 7/14/05 8:54 AM, "John W. Miescher" <miescher at bizdata.com> wrote:

> Hi Ruslan,
>  
> My users sometimes have trouble with the spelling or do the typical 
> legastenic 2-letter inversions.
>  
> can you tell me if there is a way to do proximity searchesand word 
> completions in V2, if so, how?

Hi John,

there is no such feature.

And I think not exists such algorithms for any language, right ?

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]



------------------------------

Message: 6
Date: Thu, 14 Jul 2005 13:12:17 +0300
From: Ruslan Zasukhin <sunshine at public.kherson.ua>
Subject: [NEW] Valentina 2.0.5 adds Vdatabase.Clone().
To: "valentina at lists.macserve.net" <valentina at lists.macserve.net>,
	"vdevelopers at paradigma.ukrcom.kherson.ua"
	<vdevelopers at paradigma.ukrcom.kherson.ua>,
	"valentina-studio at lists.macserve.net"
	<valentina-studio at lists.macserve.net>
Message-ID: <BEFC1531.37F8C%sunshine at public.kherson.ua>
Content-Type: text/plain;	charset="US-ASCII"

Hi All,

* Please test this new feature against of your databases and let us
know.
* You can do this easy using example Api_way/Database_Clone.

This is very nice feature, and it can be used to solve several tasks:

1) this can be used to do REPAIR of damaged database.
    
    Up to know we have use for this XML dump, but Clone() will be much
faster way, because XML can be e.g. 1GB for 200MB database. When you use
Clone() you will need only another 200MB to build new database. Clone()
do binary copying of record values without conversion into text.


2) Clone() have all the same side-effects of dump/load:
    
    - all deleted records are ignored.
    - all values of ObjectPtr fields and BinaryLinks are corrected
        (because deleted records was ignored).

    So cloned database in general case will be as compact as possible
    for your actual data.

    This is good if you prepare database to be located on CD.
    

3) Clone() can be used also to change some parameters of Database which
you cannot change runtime. For example:
    db.mode, db.segmentSize, Byte swapping, ...


4) If you use db.Mode = 1, i.e. You keep your database in the single
file, Then up to now you did not have a way to easy to make a new fresh
db with the same structure. Now you can do this.

Jochen, this feature "Clone..." should be added into menu File of
Valentina Studio Application. It needs show dialog with some options.



TODO:

** it is possible add Log file produced by Clone() where it will write
down info about any found corrupted records/values. So user can see what
records was not able to repair.

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]



------------------------------

Message: 7
Date: Thu, 14 Jul 2005 14:59:46 +0400
From: Thierry NAUZE <ohmitou at wanadoo.fr>
Subject: Deployment of my application ?
To: Valentina Developers <valentina at lists.macserve.net>
Message-ID: <D3B56EC3-90B0-47B8-B677-488C4C4B2610 at wanadoo.fr>
Content-Type: text/plain;	charset=WINDOWS-1252;	delsp=yes;
	format=flowed

Hello,

I have compiled my applicaton and then ???


On page V4RBRef-6


> After you have compile your application you need yet bundle it with
> VComponents folder.
>  You have now 2 choices:
> 1) Everything is inside of single folder "MyAppFolder".
> This way is the most preferable. Because you can install/uninstall  
> application as single
> folder to computer of your user. For this way you need to do the  
> following steps.

> • create folder with name you need, e.g. "MyAppFolder".

It is made

> • copy inside the executable which REALbasic have built.

It is made and now ?

> • copy inside all files from the VComponents folder (but not folder
> itself).

OK.
But where may I find these components?

1, For Mac no problem :

     icudt30b_cw.shlb
     icudt30b.dat
     icuin30_cw.shlb
     icuuc30_cw.shlb
     Kernel_Carbon_Final.shlb
     MSL_All_Carbon.Shlb
     ProfilerCarbonLib
     vclient_carbon_cw.shlb
     VDK_PPC.shlb
     vresources
     vshared_carbon_cw.shlb

Are they any essentials -18 Mo- or which I can eliminate ?

2, But for PC (I develop on Mac) where may I find these components ?


Suggestion: would not it be possible that they are regrouped into a  
folder?

Regards,

--
Thierry NAUZE        Saint-Denis de la Réunion



------------------------------

Message: 8
Date: Thu, 14 Jul 2005 14:04:08 +0300
From: Ruslan Zasukhin <sunshine at public.kherson.ua>
Subject: Re: Deployment of my application ?
To: "valentina at lists.macserve.net" <valentina at lists.macserve.net>
Message-ID: <BEFC2158.37F9E%sunshine at public.kherson.ua>
Content-Type: text/plain;	charset="US-ASCII"

On 7/14/05 1:59 PM, "Thierry NAUZE" <ohmitou at wanadoo.fr> wrote:

> 2, But for PC (I develop on Mac) where may I find these components ?
> 

V4RB WIN archive.

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]



------------------------------

Message: 9
Date: Thu, 14 Jul 2005 15:25:07 +0400
From: Thierry NAUZE <ohmitou at wanadoo.fr>
Subject: Re: Deployment of my application ?
To: Valentina Developers <valentina at lists.macserve.net>
Message-ID: <A9E746CF-8E79-43B3-9A63-4E0022EF5A6F at wanadoo.fr>
Content-Type: text/plain;	charset=ISO-8859-1;	format=flowed


Le 14 juil. 05 à 15:04, Ruslan Zasukhin a écrit :

> On 7/14/05 1:59 PM, "Thierry NAUZE" <ohmitou at wanadoo.fr> wrote:
>
>
>> 2, But for PC (I develop on Mac) where may I find these components ?
>>
>>
>
> V4RB WIN archive.

I suppose :  V4RB_2_win.exe

And how do I make to extract from it files from a Mac?

Regards,


--
Thierry NAUZE        Saint-Denis de la Réunion



------------------------------

Message: 10
Date: Thu, 14 Jul 2005 14:30:09 +0300
From: Ruslan Zasukhin <sunshine at public.kherson.ua>
Subject: Re: Deployment of my application ?
To: "valentina at lists.macserve.net" <valentina at lists.macserve.net>
Message-ID: <BEFC2771.37FA4%sunshine at public.kherson.ua>
Content-Type: text/plain;	charset="US-ASCII"

On 7/14/05 2:25 PM, "Thierry NAUZE" <ohmitou at wanadoo.fr> wrote:

>> V4RB WIN archive.
> 
> I suppose :  V4RB_2_win.exe
> 
> And how do I make to extract from it files from a Mac?

This is RAR-self extracting file.

I am sure that Stuffit can uncompress such archive.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information http://www.paradigmasoft.com

[I feel the need: the need for speed]



------------------------------

Message: 11
Date: Thu, 14 Jul 2005 15:44:56 +0400
From: Thierry NAUZE <ohmitou at wanadoo.fr>
Subject: Re: Deployment of my application ?
To: Valentina Developers <valentina at lists.macserve.net>
Message-ID: <0C15C1B4-123F-48DF-AA72-61B97EFEB421 at wanadoo.fr>
Content-Type: text/plain;	charset=ISO-8859-1;	format=flowed


Le 14 juil. 05 à 15:30, Ruslan Zasukhin a écrit :

>
>
>>> V4RB WIN archive.
>>>
>>
>> I suppose :  V4RB_2_win.exe
>>
>> And how do I make to extract from it files from a Mac?
>>
>
> This is RAR-self extracting file.
>
> I am sure that Stuffit can uncompress such archive.

No, Stuffit (Deluxe 9) don't uncompress this archive, on Mac !

Regards,

--
Thierry NAUZE        Saint-Denis de la Réunion



------------------------------

_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina


End of Valentina Digest, Vol 31, Issue 16
*****************************************



More information about the Valentina mailing list