ora-01036 illegal variable name/number Error
Hi,I am trying to insert data using stored procedure and i getting error (ora-01036 illegal variable name/number)..here is my codepublic void Add() { DAL.Database db =...
View ArticleDownloading DataSet to Excel
Hello everyone. I am having a problem with how Excel reads a file once it is saved. In a number of places in my ASP.NET/C# app I need to export data to Excel files. I have come up with a way to get...
View ArticleOracle Error: Unable to cast object of type...
I'm getting the following error when I try to convert an OracleParameter Date field to a .net Datetime field. {"Unable to cast object of type 'Oracle.DataAccess.Types.OracleDate' to type...
View ArticleNeed help trying to put my security model idea to a schema
I am designing a centralized management GUI to manage all manner of things in my companies intranet. What I am stuck on is part of the security I am trying to design. I can't get the normalization of...
View ArticleNeed help deploying table to server
Hello to all !!I am using VWD Express locally. I just created a new table for the local database. A copy of this database reside in the remote server and I am using SQL Server Management Studio to...
View Articlehow to join two different table in single column in sql
how to join two different table in single column in sql . any one give some example
View ArticleHow to call two select statements from one stored procedure
Hello Guys,i have two dropdownlist as role and username CREATE PROCEDURE `a`.`new_procedure` (IN str_data_ct int,In str_data_r int)BEGINselect str_data from tbl_parameter_master where...
View ArticleCan SQL Statement Show NOT_FOUND records
HiIn Oracle DB I have a table named TABLE1 Assume TABLE1 contains the following dataID Name Phone Status1 AAAA 111 Active2 BBBB 222...
View Articlemysql connector
My mysql database and iis are on two servers. I installed Mysql connector for windows 6.9.3. Now, I am lost what to do next. Searching the web doesn't help much. Can someone point a right direction...
View ArticleSystem.Data.OracleClient is not available in aspx page
System.Data.OracleClient is not available in aspx page. It throws compile error.1. Created web application2. Added System.Data.OracleClient.dll in References3. I could write the code below in Page_Load...
View ArticleBulk inserts via ODP.Net
I have a web application that accepts an uploaded file and reads it to create an object collection. The dev files were small but the production files are quite a bit larger. I only get about 10 to 20...
View ArticleERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and...
hi guys, i have installed MySQL ODBC Driver 3.51 & 5.1 in my pc.I got the following error if my connection as below:Dim ConnStr As String = "DRIVER={MySQL ODBC 5.1...
View ArticleProduction Vs Staging with Oracle with UTL_MAIL.SEND
Has anyone ran into issues when sending email in a production environment and seeing slowness compared to your staging environment? We are using utl send mail (code below) to do our emails from the...
View ArticleOracle transaction not rollbacking data in c#
Hi, I have implemented oracle transaction in my c# code for inserting data in two table. but oracle transaction not rollback data of parent table when any exception occurs during insertion of child...
View ArticleMongo Database scope
Hello Experts.I have around 4 year experience in .net.I am planning to learn mango database myself. what is the scope of Mongo database in the market.Please suggest me.
View Articlemysql backup script
How to write Automated backup scripts & pre-written scripts to recover database...?i am unable to do this please give solution
View ArticleThe OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)"...
Hi all,I am using a script to insert into Excel sheet.Below is the code Im using.INSERT INTO OPENDATASOURCE('Microsoft.ACE.OLEDB.12.0', 'Data Source=D:\frrreports\BIFPostViewReport.xlsx;Extended...
View Articledatetime format
1. how to save text fields data to yyyy/mm/dd hh:mm format in table.2. how to calculate how many hours difference in that format yyyy/mm/dd hh:mm when compare 2 fields?Thanks..
View ArticleHow to execute oracle stored proc from. Net. Pass two input parameters and...
please give me one exampleHow to execute oracle stored proc from. Net. Pass two input parameters and get back result set using ASP.NET?
View ArticleUnable to insert values into .XLSX using OleDbConnection
As part of our application we are inserting data from DATASET into excel template (.XLSX) using OleDBConnection. It is working fine if total number of rows are less 8900. But in our case total number...
View Article