Convert Html file to Word file
Hi guys,I need to convent Html file to Word(.doc) file using openXml with exact format and images.Any suggestion to achieve this.Thanks in advance
View ArticleIf cONDITION WITH For loop in c#.net
Here_dtt.Rows have the value code.If the datarow (named code) in the datatable (dtt) equal to the value of session, then only the Insertion inside the FOR loop must take place.But error is showing for...
View ArticleWhen executing on connection to Oracle "an INTO clause is expected in this...
I have an Oracle database that - when I connect to it and execute even the simplest "Select * from myTable" statement - returns:"ORA-06550: line 1, column 7: PLS-00428: an INTO clause is expected in...
View Articlewhere is my object explorer icon in oracle sql developer ?
Hi, somehow,my object explorer window was close. Now I am unable to find any icon or link that would open this window. Any help ? Thanks
View Articleasp.net to oracle application produces error ORA-12154 :TNS:could not resolve...
I created webapp on one server to query an oracle database housed on another serverIt works from within visual studio,”view in browser” but when the page is server from IIS the following is displayed...
View ArticleHow can I connect to oracle 11g database server?
How can I connect to oracle 11g database server? Which driver do I have to install on windows 7? Can anyone post example code to connect to oracle database server and select columns from table and...
View ArticleMysqldependency
Hi Guys May i Know which part is wrong for this i cant detect mysql change thought vb.net Private Sub StartSqlDependency() Try OpenLocalDBConnection() cnStringDependency = "User Id=" & DBUser &...
View ArticleCould not load type 'Devart.Data.MySql.MySqlDependency' from assembly...
Hi, i would like to run mysqldependency on visual studio but im facing problem with errorCould not load type 'Devart.Data.MySql.MySqlDependency' from assembly 'Devart.Data.MySql, Version=8.10.1086.0,...
View ArticleCreate event that updates tables/db every 5 minutes
I want to create an event that runs every 5 minutes updates all of the tables in one server and updates them to another server. Is this possible? I currently have to export by creating to a...
View ArticleIntegrated Security problem in Connection string
I have the following problem regarding oracle client connection string from .net web service, any help please?Error Message: 'integrated security' is an invalid connection string attribute Stack Trace:...
View ArticleMysql copy a row from one table to another but it duplicates
I am trying to copy a row from one table, using variable $year, into an identical table called $record_year. The code I am using copies it over no problem, but it does it twice...and I only want one...
View ArticleFailed to find or load the registered .Net framework data provider
I want to move my application from Development to Production.It is working fine in the Development Server. But when moved to Production, I am getting the below error.Failed to find or load the...
View ArticleORA-00604 & ORA-08177 with entity framework
hello alli'm beginner in asp.net mvc and entity framework. and i have started following this example in github : https://github.com/abdelkafiahmed/BankManagementSystemi creatd a new project MVC5 in...
View ArticleConnection Refused on phpMyAdmin
Hi,I am facing a database connection problem. I am not sure what happens, but hope for experts' answers. :)Here is my situation. I am developing an ASP .NET MVC web application using VS Community for...
View ArticleCreating Audit table in Sql server
Hi Friends,My requirement is to make Audit table something like having columns FieldName,oldValue,NewValue,TableName,PK_id ,Action.I want log of any insert/Update in multiple table using trigger.Thanks
View ArticleCan we use Interop to open and save an Excel on web server
On IIS I have installed an Excel program. Then I save an Excel file also to App_Data folder on this same IIS machine.I wish to see if we can use interop or others so my asp page can open that Excel...
View ArticleHow to get the values from multiple rows after comparing certain columns??
Hi,i am trying to get the values from multiple rows from oracle table. query condition would be something like if project_num, building_id, Physical_inspect_date and phy_cond are same then compare the...
View ArticleHow to get results from multple queries into one table in MySQL stored procedure
I have the queries below in one stored procedure and want to put the results of those queries into one tmp table. How do I do that? CREATE DEFINER=`server`@`%` PROCEDURE `GetMonthlyRate`() BEGIN SELECT...
View ArticleUrgent help needed : Web based mysql database
I'm an intern in a companyand I'm asked to programm sth for another companyI'm supposed to prepare a software interface of 2 different forms.the forms will have numerous functions, but to summarize...
View ArticleArgument exception was unhandled by user code
An exception of type 'System.ArgumentException' occurred in System.Data.dll but was not handled in user code.Additional information: unable to find the requested .Net Framework Data Provider. It may...
View Article