hello
go to
C:\WINDOWS\system32\drivers\etc
Edit
hosts file
and add the sever IP (if the server is not the localhost)
Eg:- 10.202.0.13 Sever Computer name (I think it is case sensitive)
Then
Edit services File and add the line for each DB started in the server
sports2000...
May be ur issue is related to the following :-
If there is a one exact match, even though it is a substring of
another match, then it is considered a unique hit. It will NOT be
considered AMBIGUOUS. Consider the following example:
FIND testfile WHERE a = '1' AND b BEGINS '1234'.
If there are...
please double check following with the local db
1. Index rebuild (May be index corrupted)
2. No-error is using with the Find statement ?
3. Data is same ?
Regards
Philip P oommen
FYI
What is the RM Chain?
The Progress Database manager maintains a list of blocks in the
database which have free space in them, and are therefore eligible for
record additions. This list is called the RM Chain. It is important
to note that this list does not contain ALL blocks in the...
If it is window it should work. If it is multiple frames then u have to hide the active frame.
MOVE-TO-TOP() and MOVE-TO-BOTTOM() methods or the HIDE and VIEW
statements to manipulate the frames at runtime.
Regrds
Philip P oommen
Status: Unverified
GOAL:
How to migrate a Progress database to MS SQL Server using Progress
Utility
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
FIX:
The easiest way is to use the Progress to SQL Server utility From Data
Administration.
1 Have an existing MS SQL SQL Server Database to load...
If the code is an executable code then we can find out the read frequency in the db with the help of a VST table called _Tablestat. You have to start the session fresh and execute the mentioned the code and run the following code
For Each _tablestat no-lock :
Find _file where...
For each k:
CREATE FILL-IN hFillin[k]
ASSIGN ROW = k + 0.24
COL = 2
WIDTH = 38
HEIGHT = 1
NAME = "Fillin-" + k
FRAME = FRAME frame-b:HANDLE
VISIBLE = TRUE
SCREEN-VALUE = k.
End.
Is the underlined statement u r expecting ? Or k...
Please try the following for a replace
DEF VAR s1 AS CHAR INIT 'c:\junk\test.txt' FORMAT "x(20)".
S1 = REPLACE (s1,'\','\\').
Disp S1
Regards
Philip P Oommen
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.