At 10:00 AM 6/27/2010, Jay Ward wrote:
Version 9.64, latest version.
When I start any of my programs I now get a pop-up that
states "Can only set static DB while disconnected from
a DB." Programs run fine without any further comments.
I would appreciate someone pushing me towards the right
direction to clear the pop-up.
Jay,
If you are using STATICDB settings and would like to
suppress the message, try the following code in your
application startup file or RBASE.DAT file.
-- Start here
DISCONNECT
SET STATICDB ON
SET ERROR MESSAGE 2495 OFF
CONNECT dbname IDENTIFIED BY owner password
SET ERROR MESSAGE 2495 ON
RETURN
-- End here
Update this code as you see fit.
Very Best R:egards,
Razzak.
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]
(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================