I have written the following method to get the column names from a table in my Oracle 8.1 database. When I execute this method from the command line, I get an ORA 00900 error which is "invalide SQ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20074207.html
Zones:
JavaDate Answered: 02/07/2001 Grade: A Views: 0
I have a problem with an extended stored procedure in 2000 that works fine in 7.0. Essentially the results of the 2000 are padded with spaces whereas the 7.0 ones are not, meaning that I'll have to...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20660826.html
I need to do implement simple rtsp requests
1. Create connection to the server (172.10.10.1)
2. send "Describe" request
DESCRIBE rtsp://172.10.10.1:554/video1.mpg RTSP/1.0
2. ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21361366.html
Zones:
PerlDate Answered: 03/27/2005 Grade: A Views: 0
Hi
Is there a command to run in QA that describes a table? Ex. columnsÂ’ name, datatype Â…
Thank you
Deepak
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21878157.html
As we all know, every developed system should be flexible enough to easily allow for modifications. Hmh, depending on the "request" that latter statement may not be entirely true. I guess it's...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21941896.html
Zones:
MS AccessDate Answered: 08/03/2006 Grade: A Views: 0
I have several images on my web pages. I would like to have a textbox (to describe the picture) which appears if one were to point on the image. I think this would be useful if the page were loadin...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10075143.ht...
Zones:
HTMLDate Answered: 08/25/1998 Grade: A Views: 0
I am using Oracle 8.1.7 on AIX.
I want to check the table columns from SQLPLUS, in alphabetical order. Can I use DESCRIBE command in certain format or any other command ?
http://www.experts-exchange.com/Database/Oracle/Q_20076655.html
Zones:
OracleDate Answered: 02/12/2001 Grade: B Views: 0
Did the describe function change from 7.3 to 8i? I used to be able
to say in SQL*PLUS describe package.function and it would return
the parms for that function. In 8i it will not let me use the...
http://www.experts-exchange.com/Database/Oracle/Q_20181015.html
Zones:
OracleDate Answered: 09/10/2001 Grade: B Views: 0
Here's the Setup:
Perl 5.6.1
mod_perl
DBI
Oracle 8.1.7.2.0
Solaris 2.7
Here's the problem:
I've seemingly finally gotten my scripts to mod_perl and am attempting to keep open a $dbh to sh...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20195806.html
Zones:
PerlDate Answered: 10/25/2003 Grade: A Views: 0
Hello, i am trying to use the describe command from a java application to get table information from an oracle database. if i replace the describe command with another command it works just fine.(l...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20458257.html
Zones:
JavaDate Answered: 01/15/2003 Grade: A Views: 0