Re: Database Creation problem in Oracle Programming Databases by jwenting XE supports a single database, which the installer creates. That's the main limitation of the product, as is very well documented. If you want more capabilities, you need the full Oracle 10g (or 11g) product, which is available for sale (or for qualifying people for free for test/eval/development purposes). Accessing Oracle 10g XE after installation - Linux Fedora 13 x86_64 Programming Databases by 0xCMD Greetings to all, I've downloaded and installed: oracle-xe-univ-10.2.0.1-1.0.i386.rpm on Fedora 13 x86_64, using the following process: Step # 1: Install Oracle 10g XE [B]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm[/B] Step # 2: Configure the database [B]# /etc/init.d/oracle-xe configure[/B] [INDENT]Specify the HTTP port that will be used … RAD Studio XE, the descendant of Borland Delphi, just announced Programming Software Development by jeffcogswell Rapid Application Development has come a long way since the early days of Delphi and Visual Basic in the mid 1990s. I remember those days well, as I immersed myself in Pascal development with the original Delphi back in 1995 and even wrote a couple of books about it. Delphi was created by Borland, and then, after Borland changed its name twice (… connect to oracle xe Programming Web Development by cocoll hello. while long search and issues with connection to oracle database,i installed oracle database 10g express edition or XE,32 bits. i have win 7 and 64bits machine. so i tried to connect to this database after setting the ODBC driver (32 bits driver),but the problem is: i successful connected from windows application,but failed from asp.net … 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 Hi friends... My system is MS WINDOWS XP, Professional Version 2002 Service pack 2... I Want to Connect PHP with oracle... I searched in GOOGLE... Source: [url]http://me2learn.wordpress.com/2008/10/18…[/url] I Followed the steps given by them... but still i'm not able to connect... I installed PHP and APACHE... PHP version: php-5.… 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 hello everyone.. I am trying to connect a simple application to Oracle XE database. But when I run this program , the else part of program is running. Can Anyone tell whether I hav ewritten the code correct or not. import java.sql.*; public class jbc { public static void main(String args[]) { int i=0;… A little game Programming Software Development by Tom Pilk Can anyone make this game any better because at the moment i am stuck. I have been doing it for fun and with my friend - cue Lewis Houghton. It is below what we have done so far: [CODE]DECLARE SUB Battle () ON ERROR GOTO errline DIM guy(50), guysh(50) DIM sprite1(50), sprite2(50), sprite3(50) DIM map1(21, 15), enemy(100) SCREEN 13 … periodic table help shwing bgi error Programming Software Development by nitinmbhanu #include<dos.h> #include<iostream.h> #include<stdlib.h> #include<conio.h> #include<stdio.h> #include<string.h> #include<graphics.h> int y; int i; struct element{ char name[20]; int at_no; double at_wt,at_r,en,ion,density,mp,bp; char … Re: Error when drawing a mandelbrot to a bitmap Programming Software Development by moose333 This code solves the problems I have had. This draws the mandlebrot to a bitmap and alows zooming, i havent been able to draw a zoombox on the interface. [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; … Pls help regarding C# / AJAX dynamic control creation Programming Web Development by cafekko On this project. I used XML as a database and AJAX for display.. I integrated this website [B]Here's the full source code.. please scan it for your safety.[/B] [url]http://www.mediafire.com/?nh14oi1mmeo[/url] First, radiobuttons is assigned before page init.. [code] public partial class Default : System.Web.UI.Page { //Assign values as a … Re: Error when drawing a mandelbrot to a bitmap Programming Software Development by moose333 Hello Sorry, but what was suggested did just bring up another error. Furthermore i have still been working on the code and have managed to remove these errors. The code I have now does compile but still does not draw the fractal. [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.… Help!!! Java to C# GDI problem Programming Software Development by badboy515 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Drawing.Drawing2D; /* * @(#)fractal.java - Fractal Program Mandelbrot Set * www… Hi, I dont get what Iv done wrong Programming Software Development by Byrne86 Hi, Iv had to convert a program from Java to C#, I thought I had done it, but it doesnt work, and Im at a loose end because I cant figure out why it isnt working. Anyway, what it is is a Mandelbrot Set that Im trying to display in a picturebox, I am drawing the fractal to a bitmap then getting the picturebox to display the bitmap. If anyone can … Help with this C# Fractal! Programming Software Development by notgreatatcode Hi, I know the reply with this is that there is loads of threads on here with similar problems, but I have looked at them and still can not get this to work... Could someone please help me with this problem.. I am converting a Fractal from another langauge into C#, I have the code below so far but still get no output into the picturebox! Really… C# Mandelbrot Conversion Issues Programming Software Development by Erslich Hi all :) I'm having a few problems with this assignment I'm working on. Its a Java - C# conversion of a Mandelbrot program. What I'm trying to do, is draw the Mandelbrot to a Bitmap, and then print it onto the Windows form. So far I've been able to just draw aqua lines on the bitmap/ellipses etc if I've wanted too, I just can't seem to get … Re: C# Mandelbrot Conversion Issues Programming Software Development by Erslich New problem now with the "Zoomable" function, I will post it on here, but it might need a new thread. I am zooming in by selecting an area, my methods are: [CODE=c#] private void Form1_MouseDown(object sender, MouseEventArgs e) { if (action) { xe = Control.MousePosition.X; … Error when drawing a mandelbrot to a bitmap Programming Software Development by moose333 Hi, having a small problem whilst trying to draw a fractal to a bitmap. this is the code ive got it all seems fine but i get an error message every time I try to compile it. The error being. ArgumentNullException was unhandled Value cannot be null parameter name: image [CODE]using System; using System.Collections.Generic; using … Indix outside bounds fo Array Programming Software Development by aidan.fowell.5 Hello, I am trying to create a currency converter, but when I press 'convert' it get the error message: Index was outside the vounds of the array. Here is my code: Imports System.IO Imports System.Text.RegularExpressions Public Class Form1 Private Sub doCalculate() ' Need the scraping Dim Str… Help Pascal to C++ Programming Software Development by Kesarion I'm trying to translate a Pascal mouse movement algorithm to C++ but I'm not too good at it. The mouse moves to a position but when it moves again it only goes a small increment and crashes after a few more moves or if I move the mouse a few times and interfere with it. It's supposed to mimic a human using the mouse. Here is the page where the … Re: Help Pascal to C++ Programming Software Development by Kesarion Well actually this is all part of a bigger project. To be honest if it weren't for you I would have dropped the whole thing, you really nailed it with the division by 0. Thanks ! Here is the final code for the functions and for main: [CODE] #include "stdafx.h" double random(double x) { srand((unsigned)time(0)); if(x&… Re: Help Pascal to C++ Programming Software Development by iamthwee Virus LOL!! [code]#include <iostream> #include <windows.h> #include <ctime> #include <cmath> using namespace std; double random ( double x ) { srand ( ( unsigned ) time ( 0 ) ); if ( x < 1 ) return 0; return ( double ) ( ( rand() % ( int ) x ) ); } void WindMouse ( double xs, double ys, double xe, … How to add scroll to jframe Programming Software Development by Pravinrasal Following is my program i need to add scroll to jframe and I have paint method in it package other; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Container; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.ScrollPane; import java.awt.Stroke; import java.awt.… Re: How to add scroll to jframe Programming Software Development by Pravinrasal [B]Again I post my program but still scroll bar didn't added[/B] [CODE=java] import java.awt.BasicStroke; import java.awt.Color; import java.awt.Container; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.ScrollPane; import java.awt.Stroke; import java.awt.event.ActionEvent; import java.awt.… Re: How to add scroll to jframe Programming Software Development by Pravinrasal [QUOTE][B]Again I post my program but still scroll bar didn't added[/B][/QUOTE] [CODE=java] import java.awt.BasicStroke; import java.awt.Color; import java.awt.Container; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.ScrollPane; import java.awt.Stroke; import java.awt.event.ActionEvent; … Re: How to add scroll to jframe Programming Software Development by Pravinrasal Again i post my code and set panel size and frame size as mentioned in bold tag [CODE] public class MainDrawCycle extends JPanel implements ActionListener,Runnable { JButton button; JLabel label; JTextField textField; JScrollPane pane; JPanel panel; JFrame frame; Container c; static int val; int xa,ya,xb,yb,x1,y1; int xc,yc,xd,yd,xe,ye… Re: Help Pascal to C++ Programming Software Development by iamthwee After changing a few bits and bobs and not calling the windMouse function I can get it so it doesn't crash. [code]#include <iostream> #include <windows.h> #include <cmath> #include <ctime> double random ( double x ) { srand ( ( unsigned ) time ( 0 ) ); return ( double ) ( ( rand() % ( int ) x ) ); } void… Java-C# Mandelbrot Conversion Programming Software Development by BobBob123 im recieving no erors but when im running it im also unable to see the mandelbrot it just displays the grey box, i understand there are other threads on this and i have attempted to use them but im currently stuck at this one point thanks for any help. using System; using System.Collections.Generic; using System.ComponentModel;…