On Tue, 04 Mar 2008 23:07:15 -0600, "Fred Williams"
<[EMAIL PROTECTED]> wrote:
>You might want to test a little further with Aducom's stuff. I'm using
>Aducom and have the following working code in at least one app:
>
>        begin
>          AList.Fields.FieldByName(FldName[j+1]).Value :=
>Trim(ExtractData(RS));
>          if RP >= Length(RS) then
>           break;
>        end;

Thanks for the code. I don't know what RS and RP are, and how to put
this in a test program, but I'll google for it.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to