| View previous topic :: View next topic |
| Author |
Message |
M'o
Joined: 09 Mar 2006 Posts: 7
|
Posted: Thu Mar 09, 2006 10:49 am Post subject: Database access |
|
|
Hello togehter,
i need a database access to a oracle database. Is a solution for this problem possible?
thanks
M'o |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Thu Mar 09, 2006 11:07 am Post subject: |
|
|
Probably...
It has been asked (at least the access to database) already.
Try searching the forum for oracle database or odbc words, you will get quite some hits.
I know there are some command line tools, at least one for ODBC stuff.
Note that your request is a bit generic. What do you need to do: get some data, change data, create tables/bases, full access? _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
M'o
Joined: 09 Mar 2006 Posts: 7
|
Posted: Thu Mar 09, 2006 1:08 pm Post subject: |
|
|
More input - more output. That's right!
I have a text string and i will retrieve another field from database.
Example:
the text "example text" is assigned to the issue id 55555, it is one record in our database
My vision:
connect to database
selete issueid from database where text = "example text"
retrieve the issueid
close the connection
I can connect to the database with a oracle odbc driver... |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Thu Mar 09, 2006 1:55 pm Post subject: |
|
|
Did you searched the forum as adviced?
Then you probably found ODBC2XLS. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
|