Thanks - sounds usefull.
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Hester
Sent: 28 April 2011 20:41
To: U2 Users List
Subject: Re: [U2] Databasic conversion
I realize this thread is a little old, but I
g] On Behalf Of Symeon Breen
Sent: Wednesday, April 06, 2011 2:14 PM
To: 'U2 Users List'
Subject: [U2] Databasic conversion
Hi I am looking at a little side project to convert an entire system
written
in databasic on D3 to run on unidata.
The guy i work with says it is a couple of hour
I have been involved in a number of migrations.
I have stubbed my toes on several issues.
Printers
Assembly language code/C++/ what ever foreign external code
Interface to external devices, scanners, funny printers/plotters, etc.
The issues of printers is the most common. Users and developers ar
I don't remember all exact details. The biggest problem had to do with universe
proc treating backslash as a special character. They used one or the other as a
delimiter in data that they passed around, and proc ate it. It was something
line this:
0001 PQ
0002 RI
0003 IHA\B\C
0004 F
0005 IH1\2\
In a message dated 4/15/2011 5:43:33 AM Pacific Daylight Time,
u...@edclark.net writes:
> But then we decided we wanted to upgrade the universe system and have all
> our accounting users on that. Just about everything else was ok, but it
> took the var 3 months of work to convert the procs to w
of all the differences.
>>
>> Not to disappoint you, just my 2 cents.
>>
>> Don Robinson
>> Universe and D3 programmer.
>>
>>
>>
>>
>> From: Symeon Breen
>> To: U2 Users List
>> Sent: Wed,
er.
>
>
>
>
>From: Symeon Breen
>To: U2 Users List
>Sent: Wed, April 6, 2011 5:14:15 PM
>Subject: [U2] Databasic conversion
>
>Hi I am looking at a little side project to convert an entire system written
>in databasic on D3 to run o
4:15 PM
Subject: [U2] Databasic conversion
Hi I am looking at a little side project to convert an entire system written
in databasic on D3 to run on unidata.
The guy i work with says it is a couple of hours work - I am not so sure
myself. Anyone done this and know what the 'gotchyas
ure there are some. So the upshot is, I have never been involved
>> with them much at all. I know many of the jbase/reality/U2 guys but no one
>> from Pick.
>>
>>
>>
>>
>>
>>
>>
>> From: u2-users-boun...@listserver.u2ug.org
>>
>>
>>
>>
>>
>>
>> From: u2-users-boun...@listserver.u2ug.org
>> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno
>> Sent: 08 April 2011 00:59
>> To: u2-users@listserver.u2ug.org
>> Subject: Re: [U2] Databasic
een involved
> with them much at all. I know many of the jbase/reality/U2 guys but no one
> from Pick.
>
>
>
>
>
>
>
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno
> Sent: 08 April 201
Good news indeed.
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki Foerthmann
Sent: 11 April 2011 13:03
To: U2 Users List
Subject: Re: [U2] Databasic conversion
Symeon,
I am afraid you are wrong.
TigerLogic actually have an
rs-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno
> Sent: 08 April 2011 00:59
> To: u2-users@listserver.u2ug.org
> Subject: Re: [U2] Databasic conversion
>
>
>
>> From: Mecki Foerthmann
>> AFAIK UD can be run in case insensitive mode as well.
>> I always
@listserver.u2ug.org
Subject: Re: [U2] Databasic conversion
> From: Mecki Foerthmann
> AFAIK UD can be run in case insensitive mode as well.
> I always turned case-insensitivity off in D3 because I think
> it's a real pain in the neck.
> Sounded great to start with but when you see the
) 310-377-3550
(C) 310-561-5200
www.sysmarkinfo.com
- Original Message -
From: "Ed Clark"
To: "U2 Users List"
Sent: Thursday, April 07, 2011 7:44 AM
Subject: Re: [U2] Databasic conversion
I'm guessing that you are converting from d3 to unidata because you a
> From: Ed Clark
> How would you run unidata in case insensitive mode so that
> "ABC"="abc"?
For A/S types, an old trick is to put a mask in both the
conversion and the correlative:
007 MCT
008 MCT
So the query WITH FOO="aBc" will match any stored data and even
output as "Abc".
That doesn't re
half Of Ed Clark
> Sent: Friday, April 08, 2011 1:30 PM
> To: U2 Users List
> Subject: Re: [U2] Databasic conversion
>
> I might be missing something simple and obvious but don't see unidata
> supporting a-type dict entries:
>
> :ECLTYPE P
> :AE DICT DICTTEST ATE
-boun...@listserver.u2ug.org] On Behalf Of Ed Clark
Sent: Friday, April 08, 2011 1:30 PM
To: U2 Users List
Subject: Re: [U2] Databasic conversion
I might be missing something simple and obvious but don't see unidata
supporting a-type dict entries:
:ECLTYPE P
:AE DICT DICTTEST ATEST
Top of "ATEST" in
I might be missing something simple and obvious but don't see unidata
supporting a-type dict entries:
:ECLTYPE P
:AE DICT DICTTEST ATEST
Top of "ATEST" in "DICT DICTTEST", 10 lines, 16 characters.
*--: P
001: A
002: 1
003: A1
004:
005:
006:
007:
008:
009: L
010: 10
Bottom.
*--: EX
Quit "ATEST" in
does not equal 97.
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno
Sent: 08 April 2011 00:59
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Databasic conversion
> From: Mecki Foerthmann
> AFAIK UD can be run i
Tony,
I don't mind case in-sensitivity in Basic, it actually can make code
more readable, but case-insensitive data can be a real pain.
On 08/04/2011 00:58, Tony Gravagno wrote:
>> From: Mecki Foerthmann
>> AFAIK UD can be run in case insensitive mode as well.
>> I always turned case-insensitivit
ravagno <3xk547...@sneakemail.com>
To: u2-users
Sent: Thu, Apr 7, 2011 9:53 pm
Subject: Re: [U2] Databasic conversion
> From: Will Johnson
> I think Tony you're missing the Pick calling card which is
> the application.
Your response was unrelated to my inquiry about por
> From: Will Johnson
> I think Tony you're missing the Pick calling card which is
> the application.
Your response was unrelated to my inquiry about porting from
other MV platforms to U2.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://li
Dubya
"What's your ERP buster?"
-Original Message-
From: Tony Gravagno <3xk547...@sneakemail.com>
To: u2-users
Sent: Thu, Apr 7, 2011 4:58 pm
Subject: Re: [U2] Databasic conversion
> From: Mecki Foerthmann
> AFAIK UD can be run in case insensitive mode as well.
>
of these products or companies. :-(
HTH,
Bill
- Original Message -
*From:* 3xk547...@sneakemail.com
*To:* u2-users@listserver.u2ug.org
*Date:* 4/7/2011 4:58 PM
*Subject:* Re: [U2] Databasic conversion
From: Mecki Foerthma
> From: Mecki Foerthmann
> AFAIK UD can be run in case insensitive mode as well.
> I always turned case-insensitivity off in D3 because I think
> it's a real pain in the neck.
> Sounded great to start with but when you see the first
printouts (i.e.
> invoices) you curse yourself if you didn't turn
Ed, Unidata has always supported A-types and still does, so no
conversion to I-types is necessary.
I am pretty sure S-types also work - it has been a while, though :-) .
AFAIK UD can be run in case insensitive mode as well.
I always turned case-insensitivity off in D3 because I think it's a real
p
I'm guessing that you are converting from d3 to unidata because you are most
familiar with unidata? (and less so with d3). Or is there some other benefit of
moving the application to unidata specifically? If you aren't tied to unidata,
consider Intersystems Cache. D3 migrations to Cache go prett
the code is that you will be migrating.
Brian
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Hona, David
Sent: 07 April 2011 12:03
To: 'U2 Users List'
Subject: Re: [U2] Databasic conversion
UniVe
Hi Symeon -- For what it is worth, in case it is helpful...
I did not do a conversion but did do interviews, reading, and tests of a D3
app a while back, recommending the site moved, they would be well-served to
choose UniVerse over UniData, although it was still definitely feasible with
UniData.
To: 'U2 Users List'
Subject: Re: [U2] Databasic conversion
Thanks Bill and Mecki.
As ever some fantastic information from this group.
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett
Sent: 06 April 2011 23
ow-to-import-a-FileSave-tape-p4361606.html
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen
Sent: Thursday, 7 April 2011 7:14 AM
To: 'U2 Users List'
Subject: [U2] Databasic conversion
Hi I am look
Thanks Bill and Mecki.
As ever some fantastic information from this group.
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett
Sent: 06 April 2011 23:31
To: U2 Users List
Subject: Re: [U2] Databasic conversion
Symeon:
I converted our application from D3 to UniData. There was quite a bit
of work. I believe I started in Dec 2005 and finished at the end of
March 2006 (I had to work a lot of overtime), and beta tested through
Aug 2006. We went live with one our clients in Sep 2006 and then 10
more m
Symeon,
It depends on how old the software is.
As long as you run UD in Pick flavour and you have the source code Basic
code shouldn't be much of a problem.
If it compiles it will most likely work the same.
And if the dictionaries use A and F correlatives they should be fine too.
Procs usually als
No SB
From: Steve Romanow [mailto:slestak...@gmail.com]
Sent: 06 April 2011 22:15
To: U2 Users List
Cc: Symeon Breen
Subject: Re: [U2] Databasic conversion
There is no SB involved correct?
On Wed, Apr 6, 2011 at 5:14 PM, Symeon Breen wrote:
> Hi I am looking at a little side project
Well, from D3 that would make sense. Sry.
On Wed, Apr 6, 2011 at 5:15 PM, Steve Romanow wrote:
> There is no SB involved correct?
>
> On Wed, Apr 6, 2011 at 5:14 PM, Symeon Breen wrote:
>> Hi I am looking at a little side project to convert an entire system written
>> in databasic on D3 to run
There is no SB involved correct?
On Wed, Apr 6, 2011 at 5:14 PM, Symeon Breen wrote:
> Hi I am looking at a little side project to convert an entire system written
> in databasic on D3 to run on unidata.
>
>
>
> The guy i work with says it is a couple of hours work - I am not so sure
> myself. An
Hi I am looking at a little side project to convert an entire system written
in databasic on D3 to run on unidata.
The guy i work with says it is a couple of hours work - I am not so sure
myself. Anyone done this and know what the 'gotchyas' are ?
Cheers
Symeon.
___
39 matches
Mail list logo