problem with oracle query for version8.1.7
HelloI am using most of the time SQL Server, however I have to write a query in oracle 8.1.7 Normally in SQL it should look like this: Select * from table1 t1 Left outer join table2 t2 on t2.a1=t1.b1...
View ArticleError at Data Flow Task[OLE DB Destination [36]]: Column "Name" cannot...
I am working on SSIS and i am importing excel data into tables. And i am usingData flow task->Excel Source->Lookup->Multicast->OLE DB, OLE DB, OLE DB.When i want to run the package, i am...
View ArticleORACLE using DB2 through Gateway throwing error!
I have a datatable and it is fetching or trying to fetch data from an ORACLE pacakge which is a gateway to a DB2 table. This is a simple SELECT statement and works just fine in PL/SQL Developer....
View Articleupdate not working
sql = " update cube_init_prices " & _" set price = " & txtPRICE.Text & ", SYNC_COMMENTS = " & txtCOMMENTS.Text & "," & _" modified = sysdate, " & _" where initiative_id = '"...
View ArticleData insertion problem
I am not able find why the error occurs?Error as "ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'SP_INSERT_EMP2' ORA-06550: line 1, column 7: PL/SQL: Statement...
View Articleoracle simple trigger
CREATE OR REPLACE TRIGGER TRG_ADD_STAFF BEFORE INSERT ON STAFF FOR EACH ROW DECLARE EXITCOUNT NUMBER:=0; BEGIN SELECT COUNT(StaffIC) INTO EXITCOUNT FROM STAFF WHERE StaffIC= :NEW.StaffIC; IF EXITCOUNT...
View Articleorcl procedure
CREATE OR REPLACE PROCEDURE PRC_INSERT_Announcement( aID IN Announcement.AnnouncementID%TYPE, aTitle IN Announcement.Title%TYPE, aContent IN Announcement.AnnContent%TYPE, aSchool IN...
View Articleorcl query help
Select DISTINCT l.learnerName, r.STATUS, p.ProgrammeName,pc.Category,c.CourseName from learner l, registration r, programme p,programmecoursedetail pc,course c where l.learnerid=r.learnerID AND...
View ArticleGridview Textbox Searching
Hi,I have a gridview that I would like to give the user the ability to drill down using a provided search box.protected void searchDB(object sender, EventArgs e) { using (OracleConnection connection =...
View ArticleNo Entity Framework provider found for 'IBM.Data.DB2' ADO.NET provider. Make...
I am getting below error while trying to connect Informix through Entity Framework:No Entity Framework provider found for 'IBM.Data.DB2' ADO.NET provider. Make sure the provider is registered in the...
View ArticleThe name 'x' does not appear in the current context
Occasionally when I restart Visual Studio, all of my data parameters come up as not existing/not in the current context. Is there a reason behind this? And how do I prevent it from occurring in the...
View ArticleConverting issue in MS SQL SERVER
Hi,IN database I have a Varchar column (COLUMN1) with ">50000" value.How can I write a condition in SQL to validate againest ">50000"e.g: select * from ABC where COLUMN1 > 500Now in COLUMN1...
View ArticleWill I get errors
Hello,I am having to restructure some of my web forms, sometimes removing fields from the form entirely. My question: if I remove something from the form, and do not remove it from my code behind...
View ArticleHow to connect hyperion essbase 11.1 through C#.net
How to connect hyperion essbase 11.1 through C#.net
View ArticleORACLE query
below is my table t1 C1 -----Ca CbCc Cd Ce CfCgPlease help me to write oracle query to output the followingC1 -----Ca Cc Ce Cg
View ArticleConnecting to SAP using ERPConnect
Sorry if this is the wrong sections but I could really find a better suited section for my question... If there is fell free to move my question there...So the thing is I have to connect a simple...
View ArticleCan I do a LINQ join against an Oracle data source?
I have two data sources. SQL and Oracle.From SQL I get a list of about 2,000 items. I want to get back items from my Oracle database, JOINed to the keys they share.The Oracle database has millions...
View Articletime calculation
I have a database fields that keep the value of min, how can I select the fields and calculation the time into hours and min.eg: table keep value '3608'; I want to select it to display into 1hr8min
View ArticleOracleDataReader
Hello,I am attempting to use OracleDataReader to accomplish this task. I want to display a string from my DB in a Textbox on a page. Never have done this before in c#, but just by the name of it,...
View ArticleLearning Data Access With OracleDB
Hello all,Started learning ASP.NET & C# not but a couple months ago, and I feel that I am making consistent improvements, and it becomes clearer everytime I do something. However, my skills with...
View Article