System.Net.Mail
Hi, everyone!I've got a web form which a user fills out to request their private "access code". The form appears to work (it authenticates the user and displays the 'email sent' dialogue box), but no...
View Articlecopy a row with formulas and insert it below
Hi Friends.how can i copy a row where each cell has a formula and paste it below .I am using Excel.Interop and this my code so far Worksheet summarySheet = (Worksheet)book.Worksheets["Summary Sheet"];...
View ArticleExporting ASPX files extentions with data to Excel or Spreadsheet
Hi guys,I have a quick questions, not sure if this is the right section to ask about this. But I've tried different things, and looked around but didn't seem to find an easier way to export a .aspx...
View ArticleHow to update MSDAORA in server 2008 environment
Hi,I found that the current version of msdaora.dll is 6.0.6001.1800, may i know how to upgrade to 6.1.7600.16385? as some of chinese words can't be display thru "Microsoft OLEDB Provider for Oracle" in...
View ArticleGetting ORA-00936: missing expression error in ADO.net insert
private void DoInsertNewInsuranceApplication() { try {OracleConnection conn = new OracleConnection(ConfigurationManager.ConnectionStrings["DB_conn_TI"].ConnectionString); string cmdstr = "INSERT INTO...
View Articleusing Ms office Api in C# - Find & Replace
Hi All,I have a doc or docx file. That file may contains, images, texts and some font formatting and some keys like <FirstName> and <LastName>.if I call a function that function returns...
View Articleupdate excel using sql table data
Is it possible to update existing excel file located in share drive using sql data in vb.net
View ArticleHow to use LIMIT Function in order by
Hi,My query is select * from tblAdmin_AppUser order by Id desc LIMIT 3It shows an error,Incorrect syntax near 'LIMIT'.
View ArticleHow to display Excel in ASP.Net ?
Please shareI have an Excel dashboard XLSX file and wish to display it on ASP.Net.Is this possible without use of Sharepoint ?Thanks
View ArticleMySql Join
Hi,I am having problems joining 3 tables. Here are my table with the data.--Gallery Table- select gallery.id as 'galleryID', gallery.title as 'GalleryTitle' from wp_gallery_galleries as gallery order...
View ArticleCombine two queries into one.
Hi,I am not sure how to combine two results of Oracle queries into one set as following:a. 1st query and result(SELECT DISTINCT TO_CHAR(InvoiceDate,'YYYY-MM') YEAR_MONTH, SUM(Sales) OVER (PARTITION BY...
View ArticleCall the oracle database stored procedure
I want to call the database stored procedure from front end without an user interface screen.It should run internally once in 15 minutes in the server and it should hit the database and retrieve the...
View Articlebest performance in Query Excute in oracle
hi i m developing some code to get bulk data in oracle DB using WCF service but response time get more data how can reduce ???public class OracleDataConnection { private static OracleConnection...
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 Articlenot valid month
i am using oracle data access in my web application.i have a stored procedure that returns list of data containing date.the query is running successfully from oracle, but from the application i am...
View ArticleHOWTO Connect to a JDBC/Apache-Derby Data Source without any 3rd party.
Please help,I want to make a C# app query (select, insert, update, delete) a JDBC based database, specifically one called Derby by Apache. But I do not want to get a 3rd party anything for this.Surely,...
View ArticleContact form confirmation message not always displaying
I'm having an issue with a contact form built using ASPX.VB. The form seems to work (as in it sends the email, but the message box saying so does not pop up each time).The following snippet of code is...
View ArticleAdding minus sign to transaction amount if debit type
Hi all,I have a query SELECT Transaction_No, Transaction_Type, Amount FROM TransactionTableThe above data result will be:Transaction_No | Transaction_Type | Amount 1, debit, 10002, credit, 60003,...
View ArticleRetrieve only single duplicated row!
Hello,I have a Oracle query similar syntax as followingSELECT tblTransaction.ACCOUNT_NUMBER, tblTransaction.AMOUNT, tblTransaction.TYPE, tblDate.TRANSACTION_DATE FROM tblAccount INNER JOIN...
View ArticleHow to change primary key for Identity with MySQL as storage provider
I went through this article http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider and was able to make Identity 2.2.1 work with MySQL as...
View Article