![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Querying database from unix | ragavhere | Shell Programming and Scripting | 3 | 06-02-2008 09:48 AM |
| DiskSuite 4.2.1 Database creation question | ruger14 | SUN Solaris | 2 | 02-06-2007 05:32 PM |
| Read SQL database from Unix... | uptheposh | UNIX for Dummies Questions & Answers | 0 | 06-17-2005 06:27 AM |
| Unix Database | Briga | UNIX for Dummies Questions & Answers | 3 | 02-08-2004 03:22 AM |
| unix has it's own database | IRFI_P | High Level Programming | 4 | 04-18-2002 04:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Question about database in Unix
I want to write a command file in Unix that can access database. what unix command can access database.
Actually, I installed software in SCO Unix, there is a database. but I want to access database without run this software in unix. How can I do? |
|
||||
|
Well, I can find no trace of such database software anywhere on the Internet; maybe it was something developed by the company you work for?
Did you try what Jim suggested in this thread? The path to the go command may give us some clues about the type of database. If it is a shell script try looking inside it as well to see if there is more information there... Question about excutable software in Unix |
|
||||
|
you right! 'go' is script, like
: # GO trap "" 2 3 15 cd $FORTE pwd [ $0 = go ] && echo "\033[=26h\c" # caps lock on RUN -b 8 MS/MS.START [ $0 = go ] && echo "\033[=26l\c" # caps lock off Now I found a file can run query in this software without running 'go' just key in RUN filename. But all database is stored in directory fxxxx, xxxx is variable define in script, when I run this filename to go in query prompt and key in some command here, it can't let me access, because it can't find database in directory /f, so the variable xxxx didn;t pass to file. So how can I pass the variable to the file and access the database. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|