2,627 Topics
![]() | |
how to connect a table in oracle to VB.net. kindly give me the sample code. | |
Hi everyone, I am still fairly new to Oracle and SQL. I have two tables with the same information in them. Table1 has the same columns as table2. The differnce between them is the date column. Table1 has 2005 records while table2 has 2006 orders. I am trying to write … | |
Hey Guys, I am Yashodhan from India. I am Oracle Certified Professional :cool: . Name :- Yashodhan Nickname :- Yash Height :- 5 feets 7 inches Weight :- 60kg My hobbies are traveling, reading and chatting. Yash | |
I want to know how to connect a table in oracle 8i to VB.Net. I need the sample code pls... | |
Hi Can anyone show me how can I connect to Oracle 10g using JSP login page? Thanks | |
Hi all, I Just have to retrieve the data from the oracle database n just write the retrieved data to text file.Please Can anybody send me the code? Its very urgent. [IMG]http://forums.devx.com/images/smilies/frown.gif[/IMG] Thanks in advance. | |
[B]i am doing project on company store management.i have created a login form which asks for userid and password.this userid & paswword will be stored in database in oracle.so when the user types his id and password and clicks ok button it will first check whether the id corresponds to … | |
A calendar can be created easily in VB..but can the details be stored in Oracle...will it be too complicated? I want to create calendars for different departments and store them in separate tables for a Patient Management system.. Please advice.. | |
can anyone tell me the code how to connect database in C..The databas3 may be either Oracle ,SQL Server Or MS Acess.. plz help me... | |
Hello everyone, I am fairly new to oracle and SQL and I am having a little trouble figuring out how to accomplish a task. I have three columns from a table, we will call them 'a', 'b', and 'id'. I first want to order by 'id' and then query the … | |
hi Excuse me for sounding amateurish, but I need help..Im doing a three tiered architecture proj, is it feasible to use JSP codes to store details about calendars and set reminders with Oracle? Im willing to take up challenges, but Im a novice.. Please advice.. | |
Hi I am working on Oracle database 10g. I am trying to implement advanced replication on my database. Till now I have replicated tables and those are working fine. Now I want to replicate procedure, in this case on running all the procedures(adding packages and generating replication support) I am … | |
hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of proposed projects … | |
String serverName = ? String portNumber = ? String sid = ? Plz answer my above queries , while conecting with oracle 9i and Java.... its urgent !!! | |
hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of topics for … | |
Hi everyone I have one master table with the following structure incm_id Category SubCategory 1001 Expenses A 1002 Expenses B 1003 Income C 1004 Income D I have a child table where i am capturing amount value for the above table and structure is something like id fk_incm_id Amount 10001 … | |
Hi, I wan tto use 2 variables at same time in single loop. Like [I]for i in vs01a vs01b for k in 1 2 do rsh [COLOR=Red]$i[/COLOR] echo 'tail -20 /opt/oracle/admin/+ASM/bdump/alert_+ASM[COLOR=Red]$k[/COLOR].log' >> VS_logs.txt[/I] how to do it. because for vso1a it's ASM1.log whereas for vs01b it's ASM2.log. help me!! | |
Saugatuck Technology has published research which suggests that have the large businesses on the planet will have switched to Linux for mission-critical applications within the next 5 years. Things will, Saugatuck say, get off to a relatively slow start with just 18% of businesses making that switch by the year … | |
hi,how r u all? hope u r fine i just wanna ask you, if anyone have an ideas for graduation project, i am studying CIS(computer information system) using VB.Net / ASP.Net/ Oracle 10g thank u all :cool: | |
![]() | Hi everyone! My name's Robbie and I'm a senior COSC student and I should be graduating in May. I'm 21 yrs old and live in Bel Air, MD I currently work for LMI government consulting and will be doing some .NET development soon. Personally, I'm a big fan of java, … |
I was wondering if maybe someone could shed a light on something for me. I am performing the same SELECT Statement from Oracle on two servers via a simple export script. [B]Server one:[/B] My Localhost Apache/2.2.0 (Win32) PHP/5.1.2 from a RAW field and it is returning the ascii characters, which … | |
hi, i m not sure whether this is the place to start this thread. any way, i m quite interested in databases and learning mysql on my own with the helps of online tutorials and forums like this. i would like to know from people who are professional database developers/administrators … | |
if i m not clear in the previous post: i have a dat file with two columns. and a database table (oracle).One field of that file nd table r same. i want to match each value of tht column of that table with that of file.pick up the correspionding other … | |
hi i m very new to shell script. my prob: i have a dat file and a database table(oracle). one column of that table and dat file is same. i want to replace another column of that table matching the value of the column of the table with that of … | |
Hello Friends, I am in my final semester of IT course. Need to make a project & i have though of Flight Rerservation system and worked out some outlines as well. But now i am badly stuck with some problems.. well the list is quite long:sad: . But most importantly … | |
Hi .. My system performance has slowed down drastically in last couple of days... I have already run my McAfee anti virus and other Malaware and spyware tool like ewido but of no use... I also tried switching to Firefox browser but reponse is al the more slow... It tales … | |
hi, i am looking for a free download by oracle meant specifically for linux. i am using fedora core 5 32 bit version of linux. thanks. | |
Hi I'm the latest newbie to sign up here... I work in the IT industry and specialise in Oracle RDBMS software, installation, upgrades, health checks, tuning etc, you get the picture. Away from IT I'm into astronomy (got a 150mm reflector telescope) and I love playing chess. You will find … | |
hey all pls suggest me how to start creating database and tables in oracle. | |
Hi I have a test vserver and a production server both running linux. Currently a database has been created on the test server and is used for testing applications. Now the databse is ready to be transferred to the production database. And it should function in the exact same way. … | |
i have tried to answer this question like this (show your attempt) and i did it like this because (show your reasons why you think it is the correct approach) and the results that it gave are like this (show the results that your query produces) and i cannot understand … | |
Howdy everyone again, Just thought that i would post another snippet for those interested in working with databases and C# in the windows forms environment. I did some searching on this and found that there was not really any clear concrete answer on how to do this. After some searching … | |
I've did a program using vb6 to connect to oracle9i, i can establish the connection, the problem is when i execute the query in oracle sql*plus, it can execute successfully, but when run in vb application, the records affected return 0, it do nothing for this query, any setting need … | |
[COLOR=#000000]I am already in job and have very little time for myself. I can spare two hours daily for [/COLOR][COLOR=#000000]preparation. For which certification should I go now? My current work is database management so i'm thinking of oracle certification, guide me in this way. Please suggest some resource too. [/COLOR] | |
hi...i've just joined this site...so may seem unfamiliar...well i'd like to know some ideas from ur side as to how i can make a VB project- BANKING SYTEM connecting it to oracle sql too.... as such my gruop has begun the stuff but coding is a bit tuogh....pleaseeeeeeeee suggect ideas....!n … | |
hi im new to jsp i have to connect oracle database 8i with jsp page i want step by step tp connect into oracle database i already refered many threads in this blog as im new to jsp i cant get exact procedure can any 1 give me step by … | |
Hi everyone, I am currently doing IT and majoring in Java, C++, Database Systems(Mysql, Oracle, SQL Server and Networking). Someone has advised me to do System Engineering and I really do not know what it is. I would like to continue my studies doing this course, so if anyone has … | |
[COLOR="DarkRed"][B]OBJECTIVE[/B][/COLOR] • Seeking a position of software developer working with Java/J2EE, Hibernate, Velocity, XML, … , telecommute • Able to work under stress, with tight deadlines [COLOR="darkred"][B]EXPERIENCE[/B][/COLOR] • 5+ year of experience as software developer at MaxIQ Computer • 3 year of experience as web developer at MaxIQ Computer and … | |
![]() | ok, well i know sql well but i am new to MySQL, learned that(mysql) few months back. however i have installed a new software called Altova DatabaseSpy to make my work much easier. Its working with all other databases Oracle, MSACCESS and all but not running or connecting with MySQL. … ![]() |
Hi, Need your helps. Yesterday night, an unknown software automatically installed to my notebook. and prompted me to restart my notebook in order for new installation get effect. After rebooted, my control panel and windows explorer cannot open and internet explorer cannot run. below is Hijackthis logfile: Logfile of HijackThis … | |
[B][COLOR=#505050]This is a F.T. position with a privately company located in mid-town NYC. I am the in-house recruiter and we've had a hard time finding strong enough ColdFusion candidates so I figured I'd try here. We've been in business for over 25 years and we have about 115 employees. We … ![]() | |
hi, i am developing paging in asp web application by using VB.net. i am getting out put for when i am setting the paging for 10 but it is not going for the next page with paging.If i set the paging to8 or less than 10 i am getting the … | |
i use ADO in VB6 to connect to my Oracle database i made a connection object 'con' and opened the database using it when i executed the statement con.Execute "insert into employee(no,join_date) values(424,'12-SEP-2004')" i found that he new record was inserted into the database(i checked it using sql*plus) . But … | |
Hi everyone, I have a little work experience with Oracle. But am a little apprehensive about giving the OCA exams.:confused: Could anyone who has already cleared these exams guide me regarding - 1. which books to refer for both these exams ? 2. how exactly to prepare for these exams … | |
hi am in urgent need of a good vb 6.0 project with oracle.i will be very thankfull if u could help me as soon as possible | |
##USING:ORACLE 9i For each of the following tasks, determine (a) the SQL statement needed to perform the stated task using the traditional approach and (b) the SQL statement needed to perform the stated task the JOIN keyword. A list that displays the title of each book & the name and … | |
Hello there, I am trying to connect to an Oracle database that contains 210,799 records with 50 columns. My plan here is to compare the speed between MS Access database and Oracle. Ms Access took me less than a minute to open the database and display the first row while … | |
Hi Im so nood in perl and i have a problem need. When i ever i run this dts_add.pl the run date is not backward compatible. I ran this program every month and and reference the date from which it was previously ran. I wanted to run a file dated … | |
hi, In recently, I have a mission for porting a source code from Pro*C. And the database is changed from Oracle to Mysql. The part of original source code(Pro*C) is shown below: char i_id_no[13+1]; char accn_name[16+1], account[7+1], b_no[20+1], code_type[1]; int ii; : : EXEC SQL DECLARE cursor_1 CURSOR FOR SELECT … | |
Hi I am new to thsi forum and this is my first post. I have a linux box with a test server running an Oracle database. I am now reasdy to move the entire setup to a production boc. I was wondering what the best way to do this would … |
The End.