Trouble running ASP.Net/WebAPI project after installing Oracle 12c
I am migrating from an old development laptop to a new one.I got Visual Studio 2015 installed, downloaded our project, loaded it up and now I get this error:Main error:...
View ArticleWhich Oracle Reader, provider?
Hello,The oracle world always has me confused when building a new server or trying to setup on a personal lap top.I can never figure out if I need a client, a reader or a data provider...or are they...
View ArticleOracleDataReader.Read method failed and stuck
Hi,We are using ODP.NET in our ASP.net application where at one place after executing the command and getting the result from command object thru reader object it get stucked at reader.Read method...
View ArticleERROR [IM002] [Microsoft][ODBC Driver Manager] ODBC Driver for DB2
please tell me from where to download ODBC Driver for DB2?I am getting errorERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedbelow is my...
View ArticleIs it possible to restore mysql database from frm myi and myd files only?
I accidentally deleted my database while testing mysql work bench.as its a relatively new db on a new server I had no back up running. Luckily I can see some frm, myi ,and myd files. afaik i had both...
View ArticleOracle.dataAccess Version
Hello,I have a VS 2012 web application that uses Oracle. In the web.config file I have references to:Oracle.dataAccess, Version=2.112.20 ... and Oracle.Web, version=2.112.2.0 .This laptop is using...
View ArticleOracle DataAccess Error - Could no load file or assembly 'Oracle.DataAccess'...
Hello,I upgraded a VS 2008 32bit application to VS 2012 on a 64 bit laptop.I installed the 32bit ODAC on the 64bit laptop so that the versions would match that of the server.When I go to run the...
View ArticleORA-01008: not all variables bound
I am trying to call an Oracle function from a C# web application (.NET Framework 4) to retrieve the open balance for an invoice. The Oracle Package/Function is defined as follows (some code removed...
View ArticleHow to pass Oracle(Stored Procedure) Nested table Objects IN parameter value...
Hi Folks,I am new to Oracle database implementation using c#. We have PL SQL procedure with nested object IN parameters(like the first object having another object and it has up to 3 levels). I have...
View ArticleSybase databse with asp.net mvc5
I need steps for how can I import Sybase database in visual studio 2013 for asp.net mvc5 Thanks
View ArticleMysql get value
I have this database Id|||Username|||Name||||Email How can i get all value from database when i know username.
View Articleinvalid host/bind variable name
Anyone know what is wrong on below code? I keep getting error ORA-01745: invalid host/bind variable name Dim strSelect As String = "SELECT count(*) FROM tblBefLog Where UID= :UID "...
View ArticleSorting with MySQL
Hi, I am using MySQL as database for my application. I have written a stored proc to support paging at the database level.Problem is if I call the stored procedure from MySQL console it is returning...
View Articlehow to solve missing select keyword
Can someone know what wrong with my code below? I trying to insert but keep showing error ora-00928 missing select keyword ?I did online search and follow many suggestion but still showing the same...
View Articlehow to insert batch data into database
I create a program to read from text file then insert into database. the text file will have P_ID, P_PART, P_NO, P_REASON, P_DATE.One P_ID can have difference P_PART and P_NO.Currently my script below...
View ArticleMSIDXS not returning Vpath
Hello AllI have a MSIDXS that is returning path and filename.I don't seem to be able to get the Vpath.Can anyone suggest why?<code> Dim OleDbConnection1 As New...
View ArticleURGENT help needed - bulk insert into Oracle
Hi, Currently I have the code as below, it working fine for insert row by row.But I need help to edit the code for bulk insert into Oracle. if any row hit error, whole batch also stop inserting. Kindly...
View ArticleRegarding data transfer from excel sheet to dataset
Hey,we have an excel sheet whose values have been divided into 3 tables in the data set. now we have to merge the tables in the horizontal manner. Please help.
View ArticleMongoDB Regex Issue
I want to search one field with its value,but want to search like in SQL - we use LIKE operatorFor examplein SQL - where topicDesc LIKE '%Write your description%'same want to implement in MongoDBI...
View ArticleURGENT help needed - how to bulk insert from data table into oracle
I need help to perform mass insert into Oracle database. I have a test file like below and separate by ":" Every row should have 3 column, I tested insert row by row is working fine but now my problem...
View Article