Accessing Oracle 10g XE after installation - Linux Fedora 13 x86_64 Programming Databases by 0xCMD …all, I've downloaded and installed: oracle-xe-univ-10.2.0.1-1.0.i386…: Step # 1: Install Oracle 10g XE [B]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0…: Configure the database [B]# /etc/init.d/oracle-xe configure[/B] [INDENT]Specify the HTTP port that will …quot; [INDENT]export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ export … RAD Studio XE, the descendant of Borland Delphi, just announced Programming Software Development by jeffcogswell … Embarcadero. The modern descendant of Delphi is called Rad Studio XE, which was just announced today. It will encompass most of… educated guess and say it's not, that RAD Studio XE has its own SVN integration.) The video also shows a… connect to oracle xe Programming Web Development by cocoll … oracle database,i installed oracle database 10g express edition or XE,32 bits. i have win 7 and 64bits machine. so… e) { String con = "DRIVER={Microsoft ODBC for Oracle};DSN=XE;UID=hr;PWD=hr;SERVER=localhost;"; OdbcConnection conx = new… database connection using Oracle XE. Programming Databases by Parsu7 Hi Actually i want to know the driver name to use for database connection using Oracle XE. Checking data for login form with oracle xe database Programming Software Development by Dheerajpro Checking data for login form with oracle xe database PHP with Oracle XE... Please Help...? Programming Web Development by Noorul Ariff … with PHP... Please help me to connect PHP with ORACLE XE... Thanks in advance... C++ builder XE tut Programming Software Development by TriG0rZ Hi, Im kinda new to creating C++ gui apps. I am using a application called c++ Builder XE and i was wondering if anyone knew of any good tut for creating a GUI application and any other tut that may help using this application Thank you :) Connecting Java program to Oracle10g XE Programming Software Development by adikimicky ….. I am trying to connect a simple application to Oracle XE database. But when I run this program , the else part… Re: database connection using Oracle XE. Programming Databases by debasisdas Please find the connection string [URL="http://www.connectionstrings.com/oracle#p14"]here[/URL]. Re: Checking data for login form with oracle xe database Programming Software Development by kvprajapati @Dheerajpro Welcome. I think some more information is required so that the best course of action can be taken. Please show us your code work. Re: Connecting Java program to Oracle10g XE Programming Software Development by radhakrishna.p pls **post here any error messages** if you got or explain your problem briefly so that we are here to help you **how could we understand the else part the program is running?** Re: Connecting Java program to Oracle10g XE Programming Software Development by adikimicky Here is the error i am getting. java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcdriver at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.… Re: Connecting Java program to Oracle10g XE Programming Software Development by radhakrishna.p this problem comes mainly with if the rt.jar file could not be found by the application please let me know how r u running this application? (at command prompt or using any IDE like netbeans ,eclipse) r u running your application windows or in unix or linux? (pls specify this also ) **if you are running at Command Prompt (in windows):** … A little game Programming Software Development by Tom Pilk … 925 level9exp = 1150 level10exp = 1400 guyX = 20 guyY = 8 xe = 160 ye = 100 re = 8 FOR y = 1 TO 13…= 1 THEN xe = xe + 1: IF xe >= 282 THEN xe = xe - 1 IF a% = 2 THEN xe = xe - 1: IF xe <= 14 THEN xe = xe + 1 IF … UNTIL Press2$ = CHR$(27) IF xe < 161 THEN xe = xe + 10 IF xe > 160 THEN xe = xe - 10 END SUB[/CODE] :eek:… periodic table help shwing bgi error Programming Software Development by nitinmbhanu …(600,155,"Kr"); outtextxy(600,190,"Xe"); outtextxy(600,225,"Rn"); outtextxy(600… E[56].bp=1910; strcpy(E[ 56].earr,"[Xe] 6s2"); strcpy(E[ 83].name,"Bismuth");… E[55].bp= 960; strcpy(E[ 55].earr,"[Xe] 6s1"); strcpy(E[ 20].name,"Calcium"… Re: Error when drawing a mandelbrot to a bitmap Programming Software Development by moose333 ….X; ye = e.Y; if (xs > xe) { z = xs; xs = xe; xe = z; } if (ys > ye) { z = ys; ys = ye; ye… Pls help regarding C# / AJAX dynamic control creation Programming Web Development by cafekko …node in Flights { XmlElement xe = (XmlElement)xn; //assign XE as shortcut for XMLElement. XE is equal to XML Element… drurl = xe.GetElementsByTagName("RuleURL"); XmlNodeList dcostb = xe.GetElementsByTagName("CostBags"); XmlNodeList dcostwob = xe.GetElementsByTagName("… Re: Error when drawing a mandelbrot to a bitmap Programming Software Development by moose333 …< ye) g1.DrawRectangle(myPen, xe, ys, (xs - xe), (ye - ys)); else g1.DrawRectangle(myPen, xe, ye, (xs - xe), (ys - ye)); } }…if (ys < ye) g.drawRect(xe, ys, (xs - xe), (ye - ys)); else g.drawRect(xe, ye, (xs - xe), (ys - ye)); } }*/ } … Help!!! Java to C# GDI problem Programming Software Development by badboy515 …(ys < ye) g.drawRect(xe, ys, (xs - xe), (ye - ys)); else g.drawRect(xe, ye, (xs - xe), (ys - ye)); } }*/ }… sender, MouseEventArgs e) { //e.consume(); if (action) { xe = e.X; ye = e.Y; rectangle = true; //… Hi, I dont get what Iv done wrong Programming Software Development by Byrne86 …; ye = e.Y; if (xs > xe) { z = xs; xs = xe; xe = z; } if (ys > ye)…z = ys; ys = ye; ye = z; } w = (xe - xs); z = (ye - ys); if ((w < … Help with this C# Fractal! Programming Software Development by notgreatatcode … //e.consume(); if (action) { xe = e.X; ye = e.Y; if (xs > xe) { z = xs; xs = xe; xe = z; } if (ys >… C# Mandelbrot Conversion Issues Programming Software Development by Erslich …end value imaginary private static int x1, y1, xs, ys, xe, ye; private static double xstart, ystart, xende, yende, xzoom…if (ys < ye) g.drawRect(xe, ys, (xs - xe), (ye - ys)); else g.drawRect(xe, ye, (xs - xe), (ys - ye)); } }*/ } private… Re: C# Mandelbrot Conversion Issues Programming Software Development by Erslich … MouseEventArgs e) { if (action) { xe = Control.MousePosition.X; ye = Control.…MousePosition.Y; if (xs > xe) { z = xs; xs = xe; xe = z; } if (ys >… Error when drawing a mandelbrot to a bitmap Programming Software Development by moose333 …end value imaginary private static int x1, y1, xs, ys, xe, ye; private static double xstart, ystart, xende, yende, xzoom…if (ys < ye) g.drawRect(xe, ys, (xs - xe), (ye - ys)); else g.drawRect(xe, ye, (xs - xe), (ys - ye)); } }*/ } private… Indix outside bounds fo Array Programming Software Development by aidan.fowell.5 …Split(currencyTo.Text, " - ") Dim xe As Object xe = "http://www.xe.com/ucc/convert.cgi?Amount=" & …As Exception mainText.Text = "Unable to connect to XE" Finally ' Close the streams srRead.close() Str.Close… Help Pascal to C++ Programming Software Development by Kesarion … WindMouse(double xs,double ys,double xe,double ye,double gravity,double wind,…veloX= veloX + windX; veloY= veloY + windY; veloX= veloX + gravity * (xe - xs) / dist; veloY= veloY + gravity * (ye - ys) /…step / maxStep) + minSleep)); lastDist= dist; } if((floor(xe) != floor(xs)) || (floor(ye) != floor(ys)) ) … Re: Help Pascal to C++ Programming Software Development by Kesarion … WindMouse(double xs,double ys,double xe,double ye,double gravity,double wind,…veloX= veloX + windX; veloY= veloY + windY; veloX= veloX + gravity * (xe - xs) / dist; veloY= veloY + gravity * (ye - ys) /…step / maxStep) + minSleep)); lastDist= dist; } if((floor(xe) != floor(xs)) || (floor(ye) != floor(ys)) ) … Re: Help Pascal to C++ Programming Software Development by iamthwee … rand() % ( int ) x ) ); } void WindMouse ( double xs, double ys, double xe, double ye, double gravity, double wind, double minSleep, double maxSleep…; } } veloX = veloX + windX; veloY = veloY + windY; veloX = veloX + gravity * ( xe - xs ) / dist; veloY = veloY + gravity * ( ye - ys ) / dist; if (… How to add scroll to jframe Programming Software Development by Pravinrasal …); xa=xf; ya=ya; xb=xe+100; yb=yb; xc=xb; …xd=xf+50; yd=yf; xe=xd; ye=yd; xf=xe+50; yf=yf; } {… Re: How to add scroll to jframe Programming Software Development by Pravinrasal …,xd,yd); //v1 g.setColor(Color.blue); g.drawLine(xe,ye,xf,yf); //h2 if(i%2==0) g.…2, 325, xf, 300); xa=xf; ya=ya; xb=xe+100; yb=yb; xc=xb; yc=yb; xd=xf+50…; yd=yf; xe=xd; ye=yd; xf=xe+50; yf=yf; } } public static void main…