Not able to update cell in excel woksheet using oledb connection
I am trying to update execl sheet paricular sheet by writing this code:connExcel.Open(); string SheetName = null; DataTable dtExcelSchema = null; dtExcelSchema =...
View ArticleCould not load file or assembly 'Oracle.DataAccess, Version=4.122.1.0,
My code works well on my local machine but I move to a new WIndows 2012 server I get the following error"Could not load file or assembly 'Oracle.DataAccess, Version=4.122.1.0, Culture=neutral,...
View Articleword experienced an error trying to open the file
in General, the file does not open email in web version of ms word or in the PC version, 2007 and 2010 do not open it, perhaps a USB flash drive not removed safely, and the file was broken, whether it...
View ArticleSelect one or severals words of a regular expression
Hello,I'm using visual studio 2015 and MySql.I want to set a select query which selects one or several words of an regular expression.Fo exemple :Set TextBox TB_RequeteLike : "Recherche Vaisselle en...
View ArticleOff Topic - MS SQL Mirroring
Hello,I know this is off topic here, but can anyone point to any good documentation on Mirroring. I have it set up and running. I am looking on more information that tells me how to set up an...
View Articleoracle xml to column
i am using oracle 12g. and my table structure has two column, 1st is ID of the record, 2nd column is defined as XMLTYPE.now the data stored in XMLTYPE is like a xml format. but i don't know how can i...
View Articleoracle , how to select xmltype to resultrset
I have a datatype as xmltype, but I don't know how to select node which more than 1. something like that <node id=1>, <node id =2> how can I get the node count and use for -loop to output...
View ArticleDB2 .NET Query Syntax
Hi, I am trying to use similar to:where IPROD LIKE '%' + @IPROD +'%' I am using DB2 and it does not like '+' and @Fieldname (e.g. @IPROD where it is a key in search field)SQL0402: + use not valid. It...
View Articleoracle condition in where clause
how can i add condition in where clause. can i use "case when" in the where clause to update record.update table_name set col_1=99 where col_2=xx and col_3=yy and (case when col_4 = '01' then '02'...
View Articlehow to download free oracle to learn
i am new to use oracle and start to learn oracle.where can i download free oracle to practice? can anyone give me guide and linkage on how to install.
View Article(excel) VLOOKUP function can't map
below is the table for mapping. the mapping result will display in mapping column. but i found that some data can be mapping correctly, but the last record can't be mapped.the problem is i copy the...
View Articleoracle commit command
I write so many update Sal scripts to execute. but I don't know where should I put the commit command ? just commit after each Sal script or I just commit one times after all sql script execute ?
View Articleunique constraint not incrementing primary key
good day to all what problem with my code connected to the databaseplease see the link below screenshothttp://imgur.com/a/m4jO4thank you
View ArticleORA-28547: connection to server failed, probable Oracle Net admin error
Hi. My VB.Net web application used to run fine on our old Windows 2003 Intranet server. When the server was upgraded to a new machine with Windows 2012 R2, I now get: ORA-28547: connection to server...
View Articlehow to retrieve max date time record for each ID (oracle)
i have two column, 1st column store the "ID and date" format (IDXXX-YYYYMMDD) where IDXXX is the record ID and 2nd column store the time. how can i retrieve the record which is latest date and latest...
View Articlexmltype check node exists , oracle
how can I update xmltype column ? I want to check if the node exists before execute update statement, how to check the node exists by Sal script?
View Articleoracle transform data problem
I have a view with 2 columns, 1st is the name, 2nd is the report as belows name report_name col1 rpt1 col3 rpt2 col4 rpt1 col5 rpt1 how can I group the name by report_name as belows:report_name name...
View Articlegetting cash balance in oracle
helloI need to realize an Accredited Expenditure Management System in website with Asp.net MVC4 technology and entity framework 5 with oracle databasethe expenses are summarized in a slip that is...
View ArticlePass comma separated (delimited) values as Parameter to Stored Procedure in...
Hi,I have to write a stored procedure and where i have to pass value in comm separated values in IN CLAUSE.this i want without creating function.REATE PROCEDURE GetEmployees @EmployeeIds VARCHAR(100)...
View ArticleExcel Upload to database table
I'm looking for the best solution to allow our users to upload XLS spreadsheet so that they can be used to populate tables in our data warehouse (DW).Our users are heavy Business Object (BO) users, and...
View Article