Answering #2 first as it's a simple (ish) answer. No you can't run a Progress client on the scanner gun.
#1 depends a little on the scanner gun. From your #2 question I assume it's not just a scanner but actually has the capability to have an interface on it. In other words the device probably...
That sort of configuration is quite common, for example if there have been instances where client sessions die within transactions as in a shared memory configuration this can bring down the database.
Yes there is - you can have a private portal. There is obviously some cost involved here.
For reassurance though, there is no reason for the admins to worry about the health data going to the cloud. There is nothing in there that will tell anyone anything about the data held within the...
Please take a look at my suggestion from May 13th. You could easily pass the customer numbers to the back end and build a temp-table there to do the query. Not only will the query not break -tok, it will also almost certainly run quicker.
I was trying to get a .Net solution working last week which was why I asked if it's Windows or *nix. Unfortunately support for ISO 8601 was only baked into .Net Core and not .Net Framework. Core has an ISOWeek class that does all the magic with very little effort. But that's not an available...
Wow that is never going to perform very well.
Why not make a temp table with the customer numbers and then make the query:
FOR EACH ttCustomer,
each order no-lock
WHERE order.co_num = "1"
and order.warehouse = "primary"
and order.customer = ttCustomer.customer :
Hi there. Please provide the full command you're using to start the secondary broker. Usually that error indicates a casing issue in a parameter, or a parameter it doesn't recognise.
Although - looking further I found this: -ServerType is a database startup parameter introduced in Progress...
Hi Ashwani,
I've moved your question to a separate thread so that it doesn't derail the original question.
It's a good question. One thing that's very important to note is the dates that various versions were released. 11.7.4 is really old. Think about how much the security world has moved on...
If you're starting from scratch I would start on OE 12.2 if at all possible. If you really can't then definitely 11.7.12. There are a lot of improvements in PASOE that you really don't want to miss out on.
I also wouldn't be developing a Webspeed application in 2022.
I would convert all the...
It's not as easy as just converting it. C# doesn't have direct access to the database, so you can't translate the logic at all. You're going to have to provide a lot more context.
The number you're getting is the integer value of the handle. As Tom says, I would search the code base for other examples of where this is used and use that to work out what to do with the handle.
You seem to be asking some very basic application specific questions here that we cannot help you...
I think your biggest limiting factor is going to be your Progress version. As @Osborne says there are other options, but you will be severely limited to be honest.
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.