Connecting 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 ArticleReducing time to hit oracle stored procedure again and again via c#
Dear all,I have a txt file containing multiple mobilenumbers eg:5 lakh..while uploading the file i am inserting the numbers in a data table(c#)then looping each of them to send as parameter to the...
View ArticleCompare difference between rows and show in next row in mysql
I trying to calculate difference between 2 rows, e/g:Row1: 1, "Brazil", 3, 4, 5 Row2: 2, "Brazil", 5, 6, 6 Row3: 1, "Brazil", 2, 2, 1This is the Query example how i compare:SELECT'3'as...
View ArticleCan't able to read binary float data type via data reader
I have a query - SELECT P.PROJECT_NAME,F.MONTH1_ALLOCATION,F.MONTH2_ALLOCATION,F.MONTH3_ALLOCATION FROM FORECAST_ALLOCATION F, PROJECT P WHERE P.PROJECT_CODE=F.PROJECT_CODE and F.EMP_ID=1153when i am...
View ArticleConversion / assignment issue trying to update As400 database
I am trying to update an As400 table from a gridview object. The parameter with the conversion/ assignment issue is the datakey field which is an integer in the underlying table. When I pass the...
View ArticleHow to declare connection string for Toad MySQL Instance
Hi, I have a mySQL instance with Toad. I want to connect to the database(that is in the TOAD-MySQL Sever) from aspx page . What connectionString should I use and how should it be. I tried the following...
View ArticleMysqlDataReader not working for asp.net (c#)
hi I am using Mysql database. Inserting the values of the Checkbox list into into the mysql table is successful, but the below code for retrieving the data has encountered one problem. MysqlDataReader...
View ArticleMicrosoft.Jet.OLEDB.4.0. OleDb doesn't read Excel column even though there is...
[HttpPost] public ActionResult Upload(UploadedFiles uploadedfiles) { db2.Database.ExecuteSqlCommand("TRUNCATE TABLE [Dump]"); //First lets get the contents of the ItemMappings table into a variable...
View ArticleCalling and executing a stored procedure from sql into a vb.net textbox
I have created the following stored procedure on SQL server: CREATE Procedure CalcTotal@InvoiceID Varchar(4)As Declare @Total int Begin SElect @Total = (TransportFee + EquipmentFee + LabourFee) From...
View Articleinner query to join three tables and display in one gridview
Dear All,Can any one tell me how to join three tables and display in a gridview . I've three tables in mysql phpTable 1order_id | name | custProd_id 1 tim 2 2 Jon...
View ArticleConverting MVC4 APP to use MySql instead of Microsoft SQL
Hi Folks,I currently have an MVC4 web app which uses Microsoft SQl database and for compatability reasons i wish to change it to use a MySQL database, however i am under strict time constraints at the...
View ArticleMySQL Packages : Nuget
This question will be a fast one.Wanted to install mysql through nuget, thought this was simple, however ran into alot of packages.Some doesnt have the Created By: Oracle, some do, some looks a bit...
View ArticleMVC app odbc reader timeout
Hi all,I have an mvc app that connects to an ingres database. I have a command timeout but it still continues executing the query. Below are my codes:ODBCDataReader dr_odbc; conn_odbc.ConnectionString...
View Articlehow to restrict duplicates when importing the excel data to database? (visual c)
I want to restrict duplicates while uploading the excel data and to inform the user that the particular cell in excel contains duplicate value which is already exist in Database. I have researched...
View Articlestatistical data like display in website from large record set
Hi,I have 4 databases with tables having lots of data. My requirement is to show count of all the records in these tables on mouse covering the corresponding div in UI(It is an asp.net website). Please...
View ArticleOracle connection string
I am trying to use a connection string that uses TNS name and need some help. The application is using System.Data.OracleClient to handle Oracel connection (I had issues with using...
View ArticlePull JSON/XML/Data from iphone app using .NET framework
Has anyone been able to pull JSON data from an iPhone app into a SQL server using ASP.NET / C#?We have a project where a user would do work on the iphone, where they might not have access to wifi or...
View ArticleMySQL not appearing in list in Server Explorer
Hi,I'm new to ASP.Net(VB) and also not very savvy with Visual Studio either so please bear with me. I'm currently using VS 2013 Ultimate and trying to connect my ASP web app to a local MySQL...
View Articleround a number in oracle
dear all, i need to round a number to its whole number like if the number is 15500 i need to round it to 15000. ,14450 then 14400 etc.
View Article