2,627 Topics
![]() | |
I just read an interesting oracle article comparing PHP4, PHP5, and ASP. I would suggest anyone questioning the PHP/ASP debate to read the article: [url="http://www.oracle.com/technology/pub/articles/hull_asp.html"]http://www.oracle.com/technology/pub/articles/hull_asp.html[/url] | |
Hi guys, can anybody help, plase. Is there an instrument to manage .edb file (as far as i know Oracle's Enterprise DB but under free licence)? | |
Hi guys, can anybody help, plase. Is there an instrument to manage .edb file (as far as i know Oracle's Enterprise DB but under free licence)? | |
Hi guys, can anybody help, plase. Is there an instrument to convert .edb file (as far as i know Oracle's Enterprise DB but under free licence) to MySQL? | |
Really need your expertise here. I can only type correctly using my notepad. On any other application whatever I type would be totally different. Example my letter Y would appear as F. I have scanned using AdAWARe, xOFTSPY, our virus s/w and Spybot. I have checked the regional and keyboard … | |
if any1 doesnt mind traveling to Garden City, LI, NY i know of a bookstore that has a discount shelf for books that only slightlyt out of date - i bought iBook, Web Dev for Lotus Notes R5, Web Dev for Oracle 8i, Dreamweaver 4 & Dreamweaver 4 w/Fireworks 4 … | |
hai , i am doing my final year project work. It is about buliding an Interactive voice response system. I have chosen VB and Oracle 8i as my tools. i want to know whether i can develop an implement an IVR using Vb 6.0 or not. If so how to … | |
Hi, I tried to follow a post in another thread to resolve this problem with no luck. (microsoft error #317)... I am getting a constant re-install of an application, obviosly spam, called AntiVirusGold 2.0. everytime i uninstall it re-installs itself and runs a scan about every 5 mins teling me … | |
:sad: I need to read a zipped xml file by using vb.net Actually what I'm trying to do is take the data from staroffice spreadsheet and save in a Oracle database. As Staroffice save its data as 5 zipped Xml files, I need to unzip them before read. | |
In my project I am using vb6 and Oracle as backend. I am using Combo box and Item data (Name as display and id in itemdata) Now I am faceing problem. The Master records has grown 10,000 records. When I populating records from recordset it needs more than 1 to … | |
In my Project we are building Query with different parameters. Passing this parameter to Backend (Oracle is Backend database we are using) and it returned the recordset and using. Is it possible to use Stored Procedure and get recordset?. Where SQL Server returns as recordset object passing Query. Is any … | |
[COLOR=DarkOliveGreen]What are the visual basic project with backend oracle. how the database connctivity is done with VB .[/COLOR] | |
PROBLEM: ____________________________________________________________ Im trying to create an update on an oracle database and Im having some real trouble with it. If anyone has experience creating transactions and stored procedures from .net or asp and can help out I can use the assistance. My code is returning the following error and … | |
Apologies if this is a simple query, I only get to use Oracle on the odd occasion so I tend to get a bit rusty. At present I am attempting to create a view that gathers data from 4 tables, this information will then be queried by an external application. … | |
The Division of Information Technology, Bureau of Applications Development & Support (ADS) has a need to acquire one ASP.NET software development engineer to develop new applications and support existing applications in a Microsoft ASP.NET, ASP and SQL Server environment. The immediate goal for this engineer will be to provide technical … | |
Hi there I need to create a command line interface in java. I have something that connects to an oracle database and allows me to do a predetermined select steps. I need some sort of java code that will allow me to have a prompt: Which you like to do? … | |
I don't have too much experience with Oracle Reports, but, as it goes, have to build a report that is giving me headaches My main problem is: How can I place a field in a report that is repeating horizontically? Like a name list, where each name of course is … | |
Hello Everyone. My Name Is Michael, I am 22, From Ontario Canada. I have a Wife and One Child, I run while at least try to run a Web hosting business that should be launching this week we are all hoping. I know what some of you may say, that … | |
Can anyone help me by advising me on how it would be possible to capture a still image (from a web cam) directly into an HTML screen (running via IE 5.5) and the image being stored (along with other manually supplied text) back into the Oracle 9i database??? I would … | |
Hello, I've been having similar problems to those mentioned on this board. All last night, IE wouldn't load, nor would icons on the desktop. I've ran Norton, Ad-Aware, CWS Shredder, and Spybot. Could one of you knowledgeable tech people take a look at my hijack this log and tell me … | |
[I]Link removed due to illegal content. If you feel this change was made in error, PM me with proof of legality. -Narue[/I] This site contains 1700+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel. | |
Hi everybody… My name is Hassan I am a university student (senior student) I am 22 years old My major is computer science My academic knowledge about computer languages is good (java, C++, vb, oracle, assembly) I join your website to learn as much information as I can and to … | |
Hi everyone Our company is using Oracle Datawarehouse builder as a tool to create DW. some of my friends suggested me to use different tools like DW toolkit... Which is the best tool that i can go for so that i can suggest my company the advantages of those tools … | |
I am using VC++6.0 I am attempting to implement the TEA for a Oracle server. I am plannng to write the algorithm in C++(C), then add it to a shared library. I am new with C++ and I am having some difficlulty, mainly in two basic areas: 1. I want … | |
I needs to create DSN on ODBC thru java ...[i'm using oracle 8i] So please help me out a perfect solution... Regards GR | |
Hello all, I am a prefinal yr student of IT. In our next semester we have sql. I also want to learn oracle as it is in a great demand. But what is the difference between them. You can also suggest me on how to start with oracle (some books … | |
I am trying to call a stored function (which makes basically a select query)from a VC++ program using OCI. The description of the stored function is: [code] FUNCTION patrick.P_DICTIONARY_FOR_RISK_GROUP RETURNS REF CURSOR Argument Name Type In/Out Default? ---------------- ------------- --------------- V_RISKGROUP VARCHAR2 IN V_DICTIONARY VARCHAR2 IN V_MARKETDATA VARCHAR2 IN V_MODE … | |
**Intro** PHP-Nuke comes preloaded with a lot of metatag information, however the keywords pre-installed are not likely to be very useful for your site. The keywords are keywords that are for a PHP-Nuke information site so unless that is what you are creating you will want to change the metatag … | |
Hi! I'm trying to setup a shell script to startup a number of programs when I run it, but I've got some issues with variables that is causing it not to work... The bunch of lines at fault is this: if /I "%INST%" == "OID" ( set NAME=9iAS_INF set HOME=D:\oracle\%NAME% … | |
Hi, Does anyone know which grammar class SQL falls under (e.g. LL(1), LR(1), etc.)? Specifically the grammars for Oracle 10g and PostgreSQL 7.4? I need to build a parser for each language and want to select the most suitable class of parser generator for the task. Once which produces Java … | |
when data is displayed in table format on browser it displays junk characters or incomplete data, but if it is displayed in multilne textbox control it is displayed correctly. I am using oracle 8i 1.5 and visual studio 2002 while computer on which IIS server is installed has .net framework … | |
Hi, I am trying to learn developing J2EE application on Jrun4 server with oracle or MS Access database. Can anyone please suggest me good sites or books with lots of samples. Thanks | |
I am having the same problem.When a site fails to open i get this kind of search link which is very annoying and has slowed down my pc to a large extent.The url is [url]http://dr.webservicehosts.com/[/url] It has many links associated it with. I tried using hijack this and fix all … | |
I need some help in getting my laptop back under my control and not some lame hijack/trojan attack. The following is my HijackThis log. Please help. Logfile of HijackThis v1.98.2 Scan saved at 7:51:33 PM, on 12/14/2004 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running … | |
Hi; I'm not sure that this question can be asked here, but I appreciate any one that can help me. I'm programming with Borland C++ Builder & InterBase (SQL complient). Q1: What's your opinion about Interbase database. Is it a good database? Q2: I have a database in InterBase; I … | |
Hello friends, I want to learn Java Servlets, Oracle 8i & Linux Administration. I have tried the Sun's site for Java but I can not follow it. Can anybody give me some good sites or sources from where I can learn these things. Hope to get reply. Regards Supratim | |
I want to create a form, and then insert that data into an Oracle database. I am new to JavaScript. I can create a form, but I have no idea how to connect to my Oracle database and pass the form contents to an INSERT statement. Does anyone have a … | |
Hi everyone. At the moment i am doing my thesis for my degree. The title is: "Compare and contrast Oracle client/server technologies with oracle web technologies. Design a business application and depoy it in both. " To compare the applications i am going to use java. I am going to … | |
OK here is the deal...ive looked and looked at my java book...i am in oracle 2 this year this will be my 1st year...i am doing allright in it...as long as the book can help me...but see i cant find these answers...i have found 1, 2, 3 but not the … | |
I have a portal site [url]www.localmiamiguide.com[/url] that needs to be transfered to mysql. Anyone have any idea how much that would run me? :cry: Please advise. Jcolome [QUOTE=fsn812]I have worked on large scale projects using Oracle, medium sized projects using MySQL, and some small projects using Access. All have worked … | |
hey buddies, plz help me in getting a new project idea for my college project...i wanna do sumthg with oracle at the backend of the dbase and asp.net in the front end...any senoirs or peers or even juniors have any good idea??? plz lemme know !!! | |
can any1 tellme how to access the sql file using c++. what i've to do is to take a sample file from oracle and one from access(a table having employee's personal info with different attribs,obviously) then i've to print them in c using standard format which i'l define in c++ … | |
can anyone tell me whether i can access databases using c++ i want to access a file one in ms access and one in oracle file. have to make it in standard form using c++(ETL concept) is this possible and how to get connect to the respective data bases. thx … | |
I ran spybot, adaware, and disabled window blinds. Can anyone tell me wht I need to get rid of to make my computer work right again? :rolleyes: Thanks Logfile of HijackThis v1.98.2 Scan saved at 7:00:43 AM, on 10/9/2004 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 … | |
Hi there. My name is Diana Thomas. I am a junior Java Developer who needs a bit of help. I am trying to automatically send e-mails from my Java servlets. I am using JDeveloper with Oracle 10g. I have got the mail.jar and the activation.jar from the JavaMail and JavaBeans … | |
Hello... In VB6 I was able to write a SELECT statement to query from a table named "tcm_planned_coil@l3." However, in VB.NET, the "@l3" interferes and the query will not execute. Does anyone know how I can get this to work? Below I have simplified the query...any help is greatly appreciated! … | |
Hello, I am in a slight dilema, microsoft stopped the URL structure of [url]http://username:password@mysite.com/page1.html[/url], back in february. One of my previous applications logged people silently into an oracle web solution using apache with mod_plsql, since the microsoft patch [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;834489[/url] this has not been possible, I have spoken to oracle and … | |
![]() | I'm a student & studying DBMS. My PC is a single user PC with no network. I'm the only user that uses the PC. I have a duaI boot system comprising of Windows 98 SE on volume C:\ & Windows XP SP1 on volume D:\. I have set 1 GB … |
The End.