It seems like you have the requirment that not all users who are logged into windows are authorized to the Application? Or are there more requirements?
Maybe having a look at this article give you some insight in ways you can incorporate authentication and authorization in your application...
If I am correct then OE 10.1A also has type 4 drivers, if that is the case then openedge.jar, util.jar and base.jar are the only files you need to establish a jdbc connection.
See also http://www.progresstalk.com/showthread.php?116484-JDBC-on-10-1B for more info.
HTH,
Casper.
Do you mean the browser backbutton?
If so then this is outside the scope of the application. The browser backbutton just takes out the last viewed page from cache e.g in javascript: history.back(). You could write some javascript onload of the page, but you will not know if you came there by...
If you had a more recent release then you could define a stream and wite the output destination in the private-data of the stream-handle of that stream.
DEFINE STREAM sOut.
DEFINE VARIABLE hStream AS HANDLE NO-UNDO.
OUTPUT STREAM sOut TO c:\temp\test.tst.
ASSIGN hStream = STREAM...
Read? Do you have any idea how many records are being read by a user in a normal working environment?
What is your definition of reading the data? You don't mean the process of reading records in the database I suppose?
What do you want to accomplish with this information?
Casper.
XP isn't supported as a database server. So I assume this is for testing purposes. I suppose, considering your other post, your Progress version is 9.1D?
Are you using remote client connections or self service client connections or both?
You need to take a look at the following parameters:
-n...
Maybe you will get it to work. But this really isn't the way to go. As previous posts suggested upgrading is much much more easy then trying to achieve what you want to do now. Even if you succeed, which might be possible, then you are still not sure what 'hidden' problems you run into. 9.1D is...
I don't understand your architecture. If you need to recompile your code, then it probably means that it wont run against that specific database. Why would it run when you connect to it during the call?
Are all those databases different databases or do they have the same schema?
If they dont...
You must realize that the information is stored on the server where the database runs and not on the webserver. Normally the webserver would be in hte dmz so the database server is behind the firewall. If security on the database machine is an issue then you also have to realize that connection...
Sine you didn't state your progress version:
define variable m as memptr no-undo.
COPY-LOB FILE "abc.zip" TO m.
COPY-LOB m TO FILE "xyz.zip".
SET-SIZE(m) = 0.
m = ?.
Casper
Well I believe they started in V7 with sql implementation. With a driver made by Progress. But those attempts where not good.
Furthermore you use the jdbc connector in Eclipse only for the db navigator. To be able to compile sources you will need a 4GL database connection.
Casper.
I cant see any valid reason for doing this. Do you realise that going through all records of all tables in a database to look for a specific string is going to take lots and lots of time if the database has any meaning full size?
This is why they invented tables and indexes so you can use a...
It is a known problem. Best thing to do is upgrade and I hope you are aware of this.
Anyhow try the following:
If youget to the summary screen during installation startup taskmanager and delete _isdel.exe process. If the proces stops then continue installation.
This works on vista, so most...
I believe you have to run:
run endSession in web-utilities-hdl.
This deletes the file where the session information is stored. One disadvantage of this is that you need to close the webbrowser in order to get a new session. And to make things even worse with IE 8 and tabbed pages you have to...
How did you restore the database? Did you restore a Progress backup file with prorest or did you restore a file copy of the database? Again it would be helpfull to show the database log.
Casper.
Apart from a book by Geoff Crawford (WebSpeed complete: http://www.innov8cs.com/publications_books.html), I don't know of any documentatfion but the code itself.
There are more FW available for WebSpeed.
One was from FFW (FreeFrameWork) But the side appears to be down for some time now (ah...
Communication between a web application and an Appserver. Read up on the docs: http://documentation.progress.com/output/OpenEdge102b/pdfs/gswsp/gswsp.pdf
Casper.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.