The provider is not compatible with the version of Oracle client at...
Hello, For last 20 days i am trying to find out a solution for the Oracle error "The provider is not compatible with the version of Oracle client". I had gone through some forums and follow the...
View ArticlePL/SQL queries to return different records
Hi all,I used the 1st query into 2nd one when counting the commission as following:1. SELECT DISTINCT tblCustomer.Name, tblCustomer.JobType, tblSale.Unit, tblSale.Price FROM tblCustomer, tblSale WHERE...
View ArticleRemove specific characters from a string in MySQL
Hi, I will like to know how I can remove some specific characters is a string. I have some strings of characters that contain this; [some_string this_id="1"]. I want to take out the number "1" name as...
View Articleretrive deleted records in oracle
I have deleted some records from a table before 4 days, and i need to recover it.is there any way in oracle to retrieve them, i tried flashback query but an error message appears saying that "old...
View ArticleServer Error in '/' Application. ORA-12154: TNS ...
<div class="jive-rendered-content">Hi All,I've Oracle DB 11g connected to Visual Studio 2013 Ultimate using ODP.NET managed driver Data Source.The connection is succeeded and I've created a model...
View ArticleNeed Query for checking memory used in sql server ?
hi guys,i Need Query for checking memory used in SQL Server (used size, log file size, total size used, ?please guys.thanks. :D
View Articlewhile uploading excel into the database check if duplicate record exist
I am uploading a excel into the database table,what I want is, If any record from excel sheet already exist into the table then update that record with the latest data which is available into the...
View ArticleWorkbench vs ASP.Net MySQL database performance
HiI am using MySQL at the server end.Web pages are developed using ASP.Net C#When I try a query using my MySQL Query Analyzer, it takes only 1 sec.Same query, if I execute through my Asp.Net web page,...
View ArticleHow to populate data in specific cell of excel sheet.
Hello,I have a requirement to populate data in a specific cell of existing excel sheet template from a database. I have an excel sheet with all the calculation done, just fill data on certain cell and...
View ArticleDefault value of fetch size in oracle command
Hi All,As part of performance improvement, We are just validating our screens having 200 concurrent users and we face some slowness in some of the screens. We thought some problem with the fetch size...
View ArticleFetch the Name on the basis of ID in oracle
In my first table I am saving the ID's of PROPERTY_NAME and BUILDING_NAMEand in another table [table name:- xxcus.XXACL_PN_PROJBUILD_V] I am saving the Name of the property and building.My first data...
View ArticleUnable to connect to remote Oracle database from a machine that does not have...
I have a dot net executable (build in Visual Studio 2008) that attempts to connect to remote oracle database from a machine that does not have oracle client installed. The error I am getting...
View Article'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
I have 2 website using excel upload file in same server. Both website tested working in my own computer, but when move to server, program A able to upload excel without any issue, while program B keep...
View Articlesp_addlogin inside a transaction
Is it possible to execute a Sybase system procedure from a user defined C# transaction?Coz i am getting an error saying "Cant execute sp_addlogin from transaction".And I have read someone has achieved...
View ArticleProblem with using Mysql connector
Currently I am using Mysql 6.3.9 connector. It supports ADO.NET Entity Data Model with Mysql Database. But if I change Mysql connector to 6.8.3 it does not support ADO.NET Entity data model with Mysql...
View ArticleIs trigger and sequence necessary for oracle table?
Hi all,I am having table which contains around 50,000 of records. Now these records are inserted simply without any trigger or sequence created for that particular oracle database table.And one more...
View ArticleWrong number of arguments error while calling Oracle stored procedure from...
Hi, I use to get the data in Oracle Sql Developer , but when I am executing the procedure from ASP.NET application it throws error as Wrong Number of arguments.ASP.NET C#:public DataTable...
View ArticleWhat is the DB2 Provider in connectionstring of MVC web app?
Hi, I am trying to connect DB2 database,in connectionstring I used this format: string connString =@"provider = IBMDADB2.1;persist security info = false;data source = sample;";so in my case, I have...
View Articlemysql download
Hi,which version of mysql i should download for Visual studio 2015 (express for web).commercial purposeThank you
View ArticleUsing parameters in a WHERE clause
Hi all,My WHERE clause depends on parameter P_COMPANY. I tried to write PL/SQL but it displayed the error Error PL/SQL: ORA-00905: missing keyword create or replace PROCEDURE SP_RET_STOCK ( P_COMPANY...
View Article