Itz DB2 database..
i have enetered into the database by giving the credentials for that DB even then when im about to list the table ....it display's that " The command is not valid for databases that reside on DRDA hosts."
kinldy help me out
User Profile
Collapse
-
Connecting to oracle DB through UNIX
hi ,
i use to run some set of queries in Oracle.but due to some issues we were no more able to connect to Oracle.is it possible to run the same queries in unix box. we are provided with the the username and password for oracle......
will this work: db 'Select * from table name'
provide me with an solution,,,, -
protected void Page_Load(objec t sender, EventArgs e)
{
string url = @"http://Servername/Folder/cgi-bin/Cognos.cgi;
HyperLink1.Navi gateUrl = url;
}Leave a comment:
-
yea..
I have Run the Cognos Report using the the Hyperlink now need to Save the Report as .xls file in my desktop.Leave a comment:
-
hey i used
string url = @"\\Server name\Folder\aaa .xls";
HyperLink1.Navi gateUrl = url;
it workedLeave a comment:
-
:
Flashed with the error message:
Unrecognized escape sequence...Leave a comment:
-
how to open an Excel Sheet from an Shared
how to open an Excel Sheet from an Shared location which is ( say excel File)not present in my SYS. -
is it possible to Save the xls FIle in the Shared Location
All,
Need to open an xlsFile from a shared location then modify that and then Need to Save the Modified file in another Shared location.
is it possible in .net.can anyone guide me please. -
Unable to Start Debugging....
when i start running an application an Error message" Unable to Start Debugging on the webserver.the server doesnot support debugging of ASP.Net or ATL server application"
kindly provide me with an Solution -
Even then the Query is long Running is there any other Way of Tuning the Query.......Leave a comment:
-
Marerial needed for Oracle-.Net Connectivity
Could any one provide me with an sample assignment( C# code...) for connecting Oracle10 with .Net -
Query Tuning...
table A has 55000 records, Table B has 55 records...
which will be the best join Condition
1.tableA.Column = tableB.column
or
2.tableB.Column = tableA.column
Suggest me a Solution -
Connection String should be open Error
i was trying to connect to Oracle10, but "Connction string should be opened " error message is getting displayed..herz the Code Snippet..Can any one suggest me an Solution
string oradb = "Data Source=Oracle10 ;User Id=XXXX;Passwor d=XXXX;";
OracleConnectio n con = new OracleConnectio n(oradb); // C#
//con.Open();
String cmdQuery="selec t... -
-
Connecting to Oracle DB
Hi do any one help me as how we have to connect to the Oracle DB.Rite now im using MSSQL Server. but i now need to use Oracle......
No activity results to display
Show More
Leave a comment: