select command doesn't execute in oracle 10g
Hi There;In my part of the code, I connect to oracle database and execute the following code sector:try { openConnection(); LogReadDataTable(dataTable, sqlWord); using (OracleDataAdapter DataAdapter =...
View ArticleSelect Query in Oracle 10g using asp.net
Hi all,I just want a simple example getting data from Oracle Database using asp.net web service. I want to have a single and multiple rows with multiple column.Any tutorial would be a big help..Thanks...
View ArticleFirebird database giving me issues
I have a ASP.NET site which is deployed on an IIS8 server running on Windows Server 2012. The site uses authentication using a MySQL database on that server. I also reference several MySQL database...
View ArticleDetect Duplicate entry mysql+C#
I want to know the error code for primary key violation for mysql with c#. Earlier i was using -2147467259 erro code i have read somewhere that this error code is for primary key violation. But this...
View Articledeploying website
i created a website using oracle everything was working fine on my local machinewhen i tried to publish it to a remote server i could not so i copy and past the directory to the iis wwroot directory...
View Article[MySQL] two tables from rows to colums
Hello there, I need your appreciated help.I've this mysql table:+-----------+--------+----------+----------+----------+----------+ | CODE | RIF | JAN-12 | FEB-12 | MAR-12 | ABR-12...
View ArticleHow to connect the oracle database with .net?
How to connect the oracle database as a backend in asp.net (C#)?what is the connection string for it?when i was trying to connect i got the below error:ORA-12154: TNS:could not resolve the connect...
View Articlesql script how to get bigger value from list.
I've a table name User_detail, 1 user_id can have many level assign.how can I set the level sequence in SQL witout setup table, and everytime when i want to display user level; it will always check...
View ArticleOracle Transactions Isolation Level
Hi all,I'm facing a big problem with oracle transactions. I'm using c#.net OracleTransaction object but i can't find the suitable IsolationLevel to, in the transaction context see the...
View ArticleORA-00161: transaction branch length 109 is illegal (maximum allowed 64)
I am using Oracle 10g with version ODAC v. 2.102.4.0, My dev box is Win 7. What is this erro and why am I getting it when attempting to use the System.Transaction namespace for a transaction operation...
View Articleregarding Oracle Database migration to MS-SQL server.
Hi mastersI have one application like website i.e file trackerThe various components used for the application are: a) Central Database server – Oracle 9i b) Web server- IIS c) Front end application...
View ArticleInsert Procedure
I am using .net with Oraclei wanted to insert bulk data in single stored procedure call ...
View ArticleOraOleDB provider
Hi All,I have created a website that has an oracle connection in it that works when I launch it in Visual Web Developer Express. However, when I launch the site from the server on IIS 7, I getThe...
View ArticleProblem changing value of substitution parameter using OleDb - issue with index?
I have a GrideView that uses a SqlDataSource. The database connection is OleDb so the named parameter method of substitution does not work - order of the substitution parameters is what counts. The...
View ArticleExtracting data from Excel to import to SQL
Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? What I'm trying to do is...
View ArticleAccessing data from local oracle database
Hi allI have local oracle 9.2 database. I want to create a website in asp.net which can access data from it and show desire data on website.Any help will deaply appreciate.
View Articleread excel file from and folder and insert into database
I have to make a dtsx package, which can read excel file from and folder and insert into database my sheet name is predefined(Sheet1) but file name will be different. if possible i want to move file...
View ArticleRead Excel Comments
HiI am reading in an Excel sheet (.xls) into a datatable which works fine. However some cells in the Excel sheet also contain comments (red trianle in top right of cell), is there any way I can access...
View Articlec# and mysql problem
hi everybodyi have a problem that my this query i execute in workbench. the query successfully execute in workbench, i can't run in soruce code in c#. please help me how execute and fill adapter in...
View Article