I was not aware there is a size limit of a text file.
Under what circumstances/environment?
Thanks.
-Doug
-----Original Message-----
From: John Crunk [mailto:jcrunk@...]
Sent: Friday, October 17, 2003 7:13 PM
To: safsdev-rrafs@...
Subject: Re: [safs-rrafs] Datapools
You conceivable could easily get to th size limit of a text file if you do
this. Might be better to do this another way.
----- Original Message -----
From: "Carl Nagle" <Carl.Nagle@...>
To: <safsdev-rrafs@...>
Sent: Friday, October 17, 2003 11:54 AM
Subject: RE: [safs-rrafs] Datapools
It depends on how sophisticated you expect your Datapool to be.
I have been toying with a couple of ideas on this. One such idea is to use
alternate AppMaps and extract values from the AppMap. These could even be
pseudo-indexed values when combined with Driver Command
CopyVariableValuesEx, etc..
One thing that could really enhance that capability is to fully expose the
ability to change the default constants section in an AppMap. For example,
you can make it so that subsequent lookups come from a different AppMap
section other than "ApplicationConstants". So, you could theoretically have
stuff like:
[ApplicationConstants]
[John]
FirstName=...
LastName=...
Address=...
[Paul]
FirstName=...
LastName=...
Address=...
[Ringo]
FirstName=...
LastName=...
Address=...
You could then tell the framework to reference values in "John" or "Paul" or
"Ringo" instead of "ApplicationConstants" and then fill variables
accordingly.
Unfortunately, we have not yet created a Driver Command to expose changing
the constants section. Though, an API exists to do so in RRAFS:
http://safsdev.sourceforge.net/sqabasic2000/DDGUIUtilities.htm#ddgsetdefault
appmapsection
Along with the "SetApplicationMap" Driver Command, there is also an API to
switch out application maps:
http://safsdev.sourceforge.net/sqabasic2000/ApplicationUtilities.htm#ausetcu
rrentappmap
Carl
-----Original Message-----
From: Steve828x@... [mailto:Steve828x@...]
Sent: Wednesday, October 15, 2003 7:31 PM
To: safsdev-rrafs@...
Subject: [safs-rrafs] Datapools
Hi,
Is there a way to use datapools (or something something similiar) with
RRAFS?
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
safsdev-rrafs mailing list
safsdev-rrafs@...
https://lists.sourceforge.net/lists/listinfo/safsdev-rrafs
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
safsdev-rrafs mailing list
safsdev-rrafs@...
https://lists.sourceforge.net/lists/listinfo/safsdev-rrafs
|