Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
07da7a6f
Commit
07da7a6f
authored
Dec 22, 2003
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapted to V4.0
parent
fa47df39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
15 deletions
+8
-15
src/exp/com/src/os_linux/wb_open_db.sh
src/exp/com/src/os_linux/wb_open_db.sh
+8
-15
No files found.
src/exp/com/src/os_linux/wb_open_db.sh
View file @
07da7a6f
...
@@ -3,23 +3,16 @@
...
@@ -3,23 +3,16 @@
# This procedure is started from the navigator 'Open db' method for
# This procedure is started from the navigator 'Open db' method for
# DbConfig and DbTrace objects.
# DbConfig and DbTrace objects.
#
#
database
=
$1
username
=
$1
username
=
$2
password
=
$2
password
=
$3
database
=
$3
volume
=
$4
title
=
$4
title
=
$5
set
-o
xtrace
if
[
-z
$database
]
;
then
if
[
-z
$database
]
;
then
echo
"Database i
d i
s missing"
echo
"Database is missing"
return
return
fi
fi
source
pwrp_env.sh setdb
$database
echo
"-- Opening volume '
$database
'"
wb
$username
$password
$database
if
[
-z
$volume
]
;
then
echo
"-- Opening database '
$database
'"
wb
$username
$password
else
echo
"-- Opening database '
$database
' volume '
$volume
'"
wb
$username
$password
$volume
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment