That's right, but that change must be done with every form (I have several
forms); using a mid-layer will create an abstraction layer so only one
re-configuration is needed to affect all the forms (which is what I want).
--Jaime
> Hi
>
[quoted text clipped - 17 lines]
> >
> > Thanks in advance.
Adam Harding - 08 Mar 2006 10:58 GMT
Ok i understand
Jaime
Easiest thing to do is to write a web service as the mid layer that
redirects the stuff onto the database. On the plus side then there are
ABSOLUTELY NO LIMITATIONS to what data you can submit onto the database, Memo
fields and the like, email addresses and so on and so forth.
Cheers Adam
> That's right, but that change must be done with every form (I have several
> forms); using a mid-layer will create an abstraction layer so only one
[quoted text clipped - 23 lines]
> > >
> > > Thanks in advance.