Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Moving from V2 to V4
Fri, Nov 30 2007 8:54 AMPermanent Link

"John Hay"
I have finally decided to bite the bullet and move an large application from
V2 to V4. (I know, I know!!)

This application has a lot of parameterised queries located in a lot of data
modules.  Is there a fast way to fix up the parameters in the dfms (which
give an error).  If not does anyone have a definition of the params.data
field in the dfm so I can write something to parse it and create the new
params entries.

Heres hoping I wont have to go through and recreate them all by hand!
John

Fri, Nov 30 2007 3:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

John,

<< This application has a lot of parameterised queries located in a lot of
data modules.  Is there a fast way to fix up the parameters in the dfms
(which give an error).  If not does anyone have a definition of the
params.data field in the dfm so I can write something to parse it and create
the new params entries. >>

How many is a lot ?  You can just cut and re-paste the SQL property for each
TDBISAMQuery and it will fix up the parameters for you.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Dec 4 2007 4:36 AMPermanent Link

"John Hay"
Tim,

> How many is a lot ?  You can just cut and re-paste the SQL property for
each
> TDBISAMQuery and it will fix up the parameters for you.

There are about 80 queries in 20 datamodules.  I guess it is going to be
quicker just biting the bullet and doing it by hand .

John

Tue, Dec 4 2007 4:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

John,

<< There are about 80 queries in 20 datamodules.  I guess it is going to be
quicker just biting the bullet and doing it by hand . >>

Ouch, I'm sorry to hear that.  Unfortunately I don't know of any other
quicker way to get them converted.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image