2,627 Topics
![]() | |
the totally mess is going out here.............nobody is giving a perfect suugestion to anybody...........i have log in here to get som project ideas but.... i don't need the code i just need good idea n help in our problems of project i wanna to create dbms project in oracle 9i … | |
Hi all, I'm very2 new to JSP, I've give a task to make a search and pagination function for my project.... but look like it to tough for me.... here is my code... can anyone help me?? <%-- Document : index Created on : Jul 21, 2010, 11:40:54 AM Author … | |
Hello, I am having a problem. I am filling a datagridview straight from an oracle sql query. The datagridview is filling properly using this code. [code] Try cmd.CommandText = "SELECT *" & _ "FROM oracle database Dim da As New OracleDataAdapter(cmd) Dim DMdt As New DataTable da.Fill(DMdt) If DMdt.Rows.Count > … | |
Below is code taken from [URL="http://download.oracle.com/javase/tutorial/java/javaOO/QandE/enum-answers.html"]Sun Java Tutorial[/URL]. From my reading of the code the first time this loop executes should it not populate cards[1] with the first card skipping cards[0]? I've tested the code in eclipse and it seems to work properly first populating card[0] so I'm hoping somebody … | |
I am rewriting in Visual Studio 2008 c++ an application written in VB.NET that successfully connects to an oracle 10g database using OracleDataAccessClient.dll. I am trying to utilize the same dll in the c++ app though very unsuccessfully. In the project's Property Pages, I have successfully referenced the dll. In … | |
Hi, I am filling a datagridview with multiple columns from my oracle database. It has become necessary that I add a column with a checkbox. I figured this out. [icode] Dim cbPart As New DataGridViewCheckBoxColumn DataGridView1.Columns.Insert(1, cbPart) With cbPart .HeaderText = "PART" .Name = "Part" .DisplayIndex = 0 .Frozen = … | |
Hi, I´m new in forum. Im trying to change one project made in Oracle Forms/Rerports to CFML. I did somethings in CFML in 2003 and now I will return to it because I need time and dont want type lines of code. I have installed Railo and Eclipse and now … | |
i want to connect plsql server with asp.net using C# and want to show data of server in grid view. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.OracleClient; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object … | |
Please how can I write a query to display only the top three earners in a table in desc order e.g Emp Sal John 100 Jam 120 Abi 90 Jo 170 the query should display Emp Sal John 200 Jam 170 thanks | |
Hi all I shall be grateful if somebody can provide code for a live online exam(MCQ & subjective ques.) using .NET (prferably ASP.NET) with oracle/sql connectivity. Kindly rush as I'm in a great hurry. Thnx in advance >email address snipped< | |
I am not a developer, but I am trying to learn SQL to write reports for auditing our data. I want to extract empoloyee contact information, because I feel we are missing some CREATE_MIRROR_FLAG. I found the contact information on the per_contact_relationships table, but now I need to find the … | |
Hello guys and gals. As always any help is much appreciated. I am at a dilema. I am filling a datagridview with very lengthy results. Roughly 60k rows on average. I am filling them via an oracle database using a table adapter. The records then have a filter placed on … | |
hi,i m getting the following excption,though i hv properly set the classpath ,,, i m able to rum other programs,,,, plz help,,, [CODE] Exception in thread "main" java.lang.NoClassDefFoundError: admins (wrong name: a dmins/admins) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.ClassLoader.defineClass(ClassLoader.java:616) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14 1) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at … | |
Hi everyone, can anyone tell me how to store record from datagrid to oracle database at run time. user have to enter one record in datagrid at run time and the record should be saved at button click in the oracle. manak chand :) | |
Hello all I am new to the community and have been stumbing across a problem with my code. I have a program that is connecting to an oracle database. I am using the table adapter to fill a combobox to select a model. Then I am connecting to the database … | |
Hi ppl, I wanna write a supply chain management system using JSP and Oracle database. Anyone got experiences in coding SCM or similar systems in JSP? I wanna ask about the functionality aspect. | |
Hi, I have Oracle 10g installed in my laptop. I have currently inserted a Gridview and in this Gridview when i choose "Oracle Database" as my Data Source, I come across a form where I have to fill out the server name, username, and password. I do not know what … | |
Exception in thread "AWT-EventQueue-1" java.security.AccessControlException: acc ess denied (java.util.PropertyPermission oracle.jserver.version read) hi, i m building an online examination application. The code is getting complied .but it throws an exception.Below i m pasting d code as well as exception.plz help me. It is a simple program for login. It matches d … | |
I'm having the same problem as a previous post. No sound (wav sound bar gets lowered to min) and hidden IE windows. Cannot kill IE task (comes right back). Neither AVG/Avast/MalwareB detects anything. Ran ESET (offline) and it found the following: C:\Documents and Settings\Craig1\Local Settings\temp\447511515.exe a variant of Win32/TrojanDownloader.Unruy.CD trojan … | |
I hit an overflow error 22053 while retrieve data from oracle database.One of the data type of database is number. After I insert floating point value into data of this data type, overflow error occur while retrieve data from database into datatable. This problem doesn't occured while the data's value … | |
SAP ERP system 1- SAP ERP is the leading ERP solution, particularly for large organizations, with over a 25% market share. The only realistic competitor is Oracle who have about half that. Microsoft are also a significant player, but largely for smaller organizations. Most of the rest of the market … | |
hi, there are 2 different database 1 database have the list of all the users and another DB only have the details of users who are logged in which is production DB. i have writthen below code but i am stuck over here plese do the needful. /** * */ … | |
Hi All, I am planning to write OCA 10 G this september. I am referring book PL/SQL programming by SCOTT URMAN. Other than this I want study material/dumps. If some one has please help me out with the same. Thanks in advance. | |
Hi, I got reported that login page not working for our client asp.net 2.0 web application with oracle 9i db. Is there is anyway to debug the application which is running in my client web server with the source code available in my machine?, I like to know after clicking … | |
how to get server's ip address in store procedure in oracle | |
Hello mods!!This problem is really frustrating me now!! i already know about ur tutorial on MVC Connection but i do not want to follow it since it is very complicated for me to understand and implement. So i have written a code (Ora.jsp) to connect to Oracle XE on my … | |
i want to display 0.00 in field where the field is empty... Empty because there is no data in the table/records for particular input. and the report is display based on joins.. so please help me... | |
Hi I need to write a sql script to split a string in two or more parts. e.g. I have a string: "tag: key1, key2, key3" I would like to use the ":" as a seperator and thus end up with two strings: "tag" and "key1, key2, key3" Is this … | |
I want to find out the names of temperory tables from oracle database? | |
According to the Associated Press article, "[URL="http://news.yahoo.com/s/ap/20100706/ap_on_hi_te/us_tec_technology_consolidation;_ylt=Aue.2rGwfTjg.EXFBurPtDIjtBAF;_ylu=X3oDMTMwZ2I5cjU2BGFzc2V0A2FwLzIwMTAwNzA2L3VzX3RlY190ZWNobm9sb2d5X2NvbnNvbGlkYXRpb24EY3BvcwMxBHBvcwMxBHNlYwN5bl90b3Bfc3RvcnkEc2xrA3RlY2hjdXN0b21lcg--"]Tech customers question industry's takeover spree[/URL]," large technical companies have absorbed smaller tech companies to the detriment of their customers although these tech "sponges" say they're doing it "for their customers." How can there be such a disparity between the reality of customer pain … | |
i hav 2 make library managment system using 9i and oracle forms..can any1 snd me da projct so that i could get da idea.. | |
hello everyone i have been trying to run my ejb-jsp code using j2ee server and have connceted to oracle using sun.jdbc.odbc.jdbcodbc bridge driver. but i am encountering this particular problem again and again and no data is inserted into database Error java.sql.SQLException: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed … | |
i'm trying to figure out how to write a query like the following, but in a way that works: select * from (1,2) or select (1,2) ... the result i'm aiming for is 1 2 can this be done? | |
Hi! I am 32 years old Engineering graduate.Homemaker till now. I have learnt vb 6 and oracle, 10 years before. Now I am interested in vb.net.I am learning it on my own. Please help me to develop myself, so that I can get a job in It field.Give me some … | |
i went to college to be an engineer, came out 6 years later with a degree in discrete mathematics, & have since worked as a software developer in a corporate IT shop. i'm considering retooling once again, this time towards something like what i suppose people mean by industrial engineering. … | |
So here's the scoop: The company where I work has a few GUI-based Java programs that runs crazy fast in Windows XP. Upon upgrading 6 machines to Windows 7 (and yes, we definitely exceed the requirements to run Windows 7 on our machines), these Java programs run significantly slower (For … | |
Hi guys I would like to know if there is a way for us to create a custom Oracle Profile in C# just like in MS SQL? | |
hello, we are given 2 options for the project.. either in vb-oracle or in php-mysql. i wan to know which one is better ? | |
how can i execute SQL query from javascript ? or how can i execute javascript from SQL query? | |
hi i want to publish an asp.net website via oracle database .i install iis on windows serever that run the oracle server and move the publish folder website on it . but i can't open website in browser please guide me i think that port number of apache web server … | |
Hello, I don't have technical problem. I was just thinking the difference between arrays and SQL. I am currently learning OOP in java and C# but my employment history is based on SQL Server. So I was thinking about this subject in my head and I don't see why bother … | |
Hi, here is a summary of problem and action taken: 1) Fake anti-virus software alert (opens up fake Windows security alert bubble from icon taskbar in bottom right and internet pages to porn, viagra etc). Each time i try to open programs i get infection errors, do i want to … | |
hello everyone Could anyone kindly tell me about a script that backup my Oracle XE database. I have user schema and it has tables with data and I want to backup them. I hope someone tell me how. I want to do it inside a button so it can be … | |
fellow developers...i am new to web development...I am developing a simple web application using Oracle for Weblogic Workshop with Weblogic 10Gr3 server. However my deployment server is weblogic 7.1. When i deploy and run the app, i get the following error Parsing of JSP File '/index.jsp' failed /index.jsp(6): class 'xxx.xxx.xxxx' … | |
i want to creat database and table to store data by using form 6i. i am vb developer and there is very simple way. how this process in oracle 8i is completed? your help will appreciate. | |
i have created a delete.jsp page which checks for datatype entered in the fields and when user enters the student id will delete it from database.i am succesfull while following insert.jsp but i am geting proublem while updating and deleting. i have linked insertiion,updation and deletion jsp files to 1 … | |
I have installed oracle10g ExpEdition,it hasn't inbuilt table. I need oracle tables emp,dept,salgrade,mgr.If you have installed oracle9i , you can easily export the tables. I am describing the method. [ICODE]open command prompt type C:\>exp scott/tiger file="c:\emp.dmp" tables=(emp,dept,salgrade,mgr) [/ICODE] then go to c drive,You can see the exported emp.dmp file. Please … | |
i am doing online railway reservation project in vb.net. i want to know when i click on one radiobutton of trainno and then after clicking on submit button it display corresponding routes from database. i am using oracle as backend.please tell me urgently. |
The End.