Oracle Provider for OLE DB
Hi All,I am working on a SSIS task in which i need to get data from Oracle database which is on remote server.But when created the SSIS package and tried to create the connection from the connection...
View Articlehow to handle multi-choice value field in DBMS
Hi, i am confused about this question:if we have a database table e.g. CASE and there is a field in it called Statusand status will have a list of status like new, open, close, solved etc.my question...
View ArticleHow Do I - MVC and DB2
I am looking for a advice and/or an example that shows the "Best Practice" for adding DB2 data source to an MVC WebApp. I know how to connect to DB2, run queries, create datatables, readers, etc, in a...
View ArticleOracleDataAdapter not able to fill a table--as if it's not there?
As I've tried tweaking my code, I've gotten the ORA-00942 error message or a general error message saying that the state of the object was not ready to handle the request. This should be simple, as...
View Articlehi there am new to that
i wana retrive data from oracle database, depending on the value user enterbut i always get an error "operation not valid due to current stat of object"i think the error comes from if " If dr.HasRows...
View ArticleORA-1830: date format picture ends before converting entire input string
I am trying to create a new OraceTimeStampTZ object and I get the above error and can't see why. When I examine the string passed to "new", it looks OK:OracleTimeStampTZ dtzTimeIn = new...
View ArticleOracle 10G get newly inserted row sequence value for inside trigger
I am creating an audit log on several tables and I was wondering if it is possible to get the primary key/sequence.nextval of an newly inserted row from inside a trigger.CREATE or REPLACE TRIGGER...
View ArticleOracle dynamic SQL
hi there,trying to do a simple sp which will take tablename, where condition, and fieldname , will return data into out parameter.1) Please tell a way to do so.2) Is it beneficial to write a SP for...
View ArticleCould not find installable ISAM.
I am trying to create program in .net using C# for uploading excel file, reading it and add record excel file to the sql server database from excel data. While doing so I have got an error: Could not...
View ArticleOracle Parametrized Query From Ado.Net
So this is the error I have been getting: ORA-01036: illegal variable name/numberAll I am doing is trying to update the table with these values. The values are not null and each of the variables in the...
View ArticleHow to import data from MS Sql ,Mysql ,DB2,postgress,sybase,html backup file...
Hi community ,i am making small aplication in web with Oracle 10g database.I am working on upload database file into oracle using front end :uploading from CSV,txt have done but how to import data from...
View ArticleSyntax error in Insert into statement
Hi, here is my code.String sConnectionString = "Provider=Microsoft.Ace.OLEDB.12.0;Data Source=" + excelfile + ";Extended Properties=Excel 12.0;"; OleDbConnection olecon = new...
View ArticleSQL Server 2005 to Oracle 11 considerations & suggestions
Hello people in forum and web surfers, i am here to ask you some interesting stuff wich is pretty much related with the migration from SQL Server to Oracle 10, 11g. So far i've googled several people...
View Articlew3wp.exe crashes when calling [System.Data.Odbc]::OdbcConnection.Open()
Hi, I am using Microsoft Visual Web Developer 2010 Express to build a webpage that pulls data from a database to populate a drop-down list with relevant options. Everything works just dandy when I...
View ArticleNeed guidance on MySql
A little history, I got this website template a long while back, it was originally suppose to deploy using MS Access. However I recently set it up on my Windows Server 2003 machine. It worked quite...
View ArticleFacing problem to connect the Mysql server, when i create new schema
Dear All,I have installed MySQl Workbench and Connecter/net to connect .net Application.Now i want to create Database in the MySQl , I am using some detail...To make a connection in MySQL workbench..i...
View Articleoracle trigger
I have applied a trigger on a table whose task is to update one column of that inserted row and then insert the same updated row in another table. But once I execute insert query get this error.Error...
View ArticleNewbie question - How do I connect to a MySql database using VB.NET?
Been trying to solve this by myself to no avail.... Been reading lots of info on Internet on the topic but still clueless. OK.Example 1 - This is the code in a .aspx file I use to connect to my MSSQL...
View ArticleLexical Parameters
Is there a way to use lexical parameters in a OracleCommand?What I am trying to do is set a comma delimited list in the where clauseexample:where column in (:LIST):LIST would contain something like...
View Articleselect statement, inner join, order by Id desc
Dear mySQL-ers,I have make a MySql Query,Tis query works fine withoud the "ORDER BY verhaal.Id DESC" is it possible to use this when i have use aINNER JOIN.Can someone give me some adviceHere is my...
View Article