Get data from highstock chart insert into database
I have a dynamic chart: http://jsfiddle.net/DuyThoLe/6jLg8fg5/20/ I have two purposes:+ Get data from a database (table "tb_param_values") and displayed on the graph, 10 seconds out 1 value.+ From the...
View ArticleInstalling ODP.net on the client and server machines
Hi , I am installing ODP.net on the client and server machines to support the new ODP.net data provider provided by Oracle for .net 4 and above. How do I install this dlls is there any installer...
View Articleunable to upload excel on ASP.NET MVC application
Hi all,I am an IIS admin. In our organization, we are using a ASP.NET MVC application. In that application, we use to frequently upload excel file.When we upload the excel file, most of the time we use...
View ArticleHelp me with this select please
I need, in my Mysql database one select that group me the results. Please look at the following table...
View ArticleReferencing Oracle.DataAccess in the project giving error
Hi, I am installing ODP.net on the client and server machines to support the new ODP.net data provider provided by Oracle for .net 4 and above. Lately I have been facing issues in the Oracle.DataAccess...
View ArticleAdd MySQL in Visual Studio 2015
Hi dears,I need to use a MySQL Database in Visual Studio 2015. (to do connect between WHMCS database and a web project in VS.Net)I've installed "mysql-for-visualstudio-1.2.3" ,...
View ArticleMysql count one to it
Hi all,I have a stored procedure and i wantIf user excist update customers automaticly Increase column" Ordernr" with1.My procedure is not working, but cannot find out why it is not working,Can u helps...
View ArticleReading binary images from database using ASP.net 1.1
HiCurrently i am working on .net framework 1.1 and i want to read and display the images on to browser. Images are stored in oracle database in binary format. While reading the table i am getting...
View ArticleApostrophe in a string gets replaced by ’ while downloading a csv file.
Hi,I've written a web page where clicking on a button allows the user to download data in a csv format. However, a value with apostrophe in it for an instance O'Connor changes to O ’ Connor. I tried...
View ArticleConverting SQL script to Oracle
I created on stored procedure in SQl,Please help me in translating the same into Oracle syantax.ALTER Procedure [dbo].[USP_CustomList_SetMenuOrder]( @RepositoryName AS VARCHAR(250) ) AS BEGINDECLARE...
View ArticleMysql Total from 2 tables
Hi This question is for one Mysql databaseI have one table (named contas) with the fields id | nome | contaand other table (named movimentos) with the fieldsid | tipo | conta | valorI need the...
View ArticleDatabase mounted. ORA-01113: file 1 needs media recovery -- system01.dbf
The only way to recover is from media backup? I know I cannot "rebuild" system datafile, but if I don't have a backup - I know shame on me!!! - Is there anyway to recover database????
View ArticleMy GridView Data in field "Employee Name" is Unreadable, look like this " ÚÈÏ...
I have grid view that read data from oracle database, but it's show is form unreadable, i need to set it to charset=windows-1256, but i don't know how, any one can help?
View ArticleExcel-Openxml Dropdownlist using datavalidation
DataValidations dataValidations1 = new DataValidations(); DataValidation dataValidation2 = new DataValidation() { Type = DataValidationValues.List, AllowBlank = true, ShowInputMessage = true,...
View ArticleEmbedding the ‘PDF’ file using Open XML in C#
I am using OpenXML SDK with C#, In this i am trying to embed 'PDF' file into Excel, But i don't know how to do, Searched over google but did not get appropriate solution (Getting only embed 'PDF' file...
View ArticleHow to export C# datatable into Excel with HtmlFormatting
I am using Asp.NET application with C#, in which having following data tableDataTable dt = new DataTable(); dt.Columns.Add("S.No", typeof(int)); dt.Columns.Add("HtmlContent", typeof(int));...
View ArticleMake app 32 bit / 64 bit oracle dataaccess independent
Hi , I am using odp.net in my asp.net app. I have deployed the app through ms build. I don't want the vs 2010 to copy the dependent dlls into the deployment msi. The build process worked only when I...
View ArticleOnly 1 column is added to my MySQLDB from Excel File
I am trying to insert data from Excel file to Mysql DB. It works but the problem is, it insert just 1 column. I need to insert all the column from my Excel fileHere is my Codeprotected void...
View ArticleThe wait operation timed out inserting to Oracle table
Hi All, I am inserting data from an mssql table into an Oracle table. Everything works fiine when the data is below about 40 items but when the data is more i get the error below.[Win32Exception...
View ArticleIs there a negative to creating a new OracleConnection, but not opening it?
I have a helper class in an external library which takes in an OracleConnection and returns whether it is a Production, User or Test database.Basically I do OracleConnection conn = new...
View Article