Search results

  1. M

    Still searching how to load the content of a .d file

    Hi! I don't know if I really understood your problem... You want just to LOAD data in your table??? Your ".d" file is a normal delimited text file containing DATA ?? You table is a normal already created table??? It seems that you prog is a little bit confusing... Create a new...
  2. M

    Passing Data from Client side SDO to Server side SDO

    Additional information - BOUND an UNBOUND Hi all! Trying to solve the problem I still using "run somthing.p in h_as" passing a parameter got from a normal fill-in. Connection becomes BOUND when I do that. To solve this problem I'm using "UNBINDSERVER" to bring the connection back to...
  3. M

    Passing Data from Client side SDO to Server side SDO

    Hi ! My application runs on WEBCLIENT environment using STATELESS mode (there's no way to change it!). I have a scenario that I need to pass an information from a normal fill-in to be saved on Appserver in ENDTRANSACTIONVALIDATE Proc. (this fill-in is not a rowobject field) After many...
Back
Top