Re: [U2] Databasic conversion

2011-05-03 Thread Symeon Breen
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

Re: [U2] Databasic conversion

2011-04-28 Thread John Hester
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

Re: [U2] Databasic conversion

2011-04-15 Thread Tom Dodds
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

Re: [U2] Databasic conversion

2011-04-15 Thread Ed Clark
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\

Re: [U2] Databasic conversion

2011-04-15 Thread FFT2001
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

Re: [U2] Databasic conversion

2011-04-15 Thread Ed Clark
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,

Re: [U2] Databasic conversion

2011-04-14 Thread Charles Barouch
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

Re: [U2] Databasic conversion

2011-04-14 Thread Don Robinson
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&#

Re: [U2] Databasic conversion

2011-04-11 Thread Wols Lists
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 >>

Re: [U2] Databasic conversion

2011-04-11 Thread George Land
>> >> >> >> >> >> 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

Re: [U2] Databasic conversion [AD]

2011-04-11 Thread Ed Clark
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

Re: [U2] Databasic conversion

2011-04-11 Thread Symeon Breen
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

Re: [U2] Databasic conversion

2011-04-11 Thread Mecki Foerthmann
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

Re: [U2] Databasic conversion

2011-04-11 Thread Symeon Breen
@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

Re: [U2] Databasic conversion

2011-04-08 Thread Dave Taylor
) 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

Re: [U2] Databasic conversion

2011-04-08 Thread Tony Gravagno
> 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

Re: [U2] Databasic conversion

2011-04-08 Thread Ed Clark
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

Re: [U2] Databasic conversion

2011-04-08 Thread Robert Houben
-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

Re: [U2] Databasic conversion

2011-04-08 Thread Ed Clark
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

Re: [U2] Databasic conversion

2011-04-08 Thread Symeon Breen
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

Re: [U2] Databasic conversion

2011-04-08 Thread Mecki Foerthmann
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

Re: [U2] Databasic conversion

2011-04-07 Thread fft2001
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

Re: [U2] Databasic conversion

2011-04-07 Thread Tony Gravagno
> 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

Re: [U2] Databasic conversion

2011-04-07 Thread fft2001
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. >

Re: [U2] Databasic conversion

2011-04-07 Thread Bill Haskett
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

Re: [U2] Databasic conversion

2011-04-07 Thread Tony Gravagno
> 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

Re: [U2] Databasic conversion

2011-04-07 Thread Mecki Foerthmann
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

Re: [U2] Databasic conversion

2011-04-07 Thread Ed Clark
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

Re: [U2] Databasic conversion

2011-04-07 Thread Brian Leach
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

Re: [U2] Databasic conversion

2011-04-07 Thread Dawn Wolthuis
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.

Re: [U2] Databasic conversion

2011-04-07 Thread Hona, David
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

Re: [U2] Databasic conversion

2011-04-07 Thread Hona, David
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

Re: [U2] Databasic conversion

2011-04-07 Thread Symeon Breen
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

Re: [U2] Databasic conversion

2011-04-06 Thread Bill Haskett
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

Re: [U2] Databasic conversion

2011-04-06 Thread Mecki Foerthmann
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

Re: [U2] Databasic conversion

2011-04-06 Thread Symeon Breen
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

Re: [U2] Databasic conversion

2011-04-06 Thread Steve Romanow
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

Re: [U2] Databasic conversion

2011-04-06 Thread Steve Romanow
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

[U2] Databasic conversion

2011-04-06 Thread Symeon Breen
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. ___