473,503 Members | 2,152 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Stupid NUBE Question


I have been thrown in the the cSharp grinder and I'm lost, I have t
connect to a web service and sent is some data, well I can connect jus
fine thanks to some very busy friends. Now that I'm not getting an
errors when I build the web page, I need to build dynamic array base
off a connection to an orcale db.

How do I make a connection to orcale, and how do I make a dynamic arra
based on the sql results?

"Please help OB1 your our last hope"

-E

--
Thorax
-----------------------------------------------------------------------
Thoraxx's Profile: http://www.msusenet.com/member.php?userid=96
View this thread: http://www.msusenet.com/t-187040460

Nov 17 '05 #1
1 1069
Hi,

Never worked with Oracle, though I guess my idea might still be helpful.
Assuming you use .NET 1.1, there is a managed data provider for Oracle
(System.Data.Oracle namespace if I am not mistaken).

Now, open the connection to the Oracle database by creating the
OracleConnection class and calling its Open method.
Now, create a new instance of the OracleCommand class, configure it with the
appropriate query and parameters, then call the command's ExecuteReader
method.
Assign the result of this method to a variable of type DataReader.

Then, create a new ArrayList and while the DataReader can read a value, read
it and add to the ArrayList.

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]
"Thoraxx" <Th************@no-mx.msusenet.com> wrote in message
news:Th************@no-mx.msusenet.com...

I have been thrown in the the cSharp grinder and I'm lost, I have to
connect to a web service and sent is some data, well I can connect just
fine thanks to some very busy friends. Now that I'm not getting any
errors when I build the web page, I need to build dynamic array based
off a connection to an orcale db.

How do I make a connection to orcale, and how do I make a dynamic array
based on the sql results?

"Please help OB1 your our last hope"

-EP
--
Thoraxx
------------------------------------------------------------------------
Thoraxx's Profile: http://www.msusenet.com/member.php?userid=960
View this thread: http://www.msusenet.com/t-1870404604


Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

119
4509
by: rhat | last post by:
I heard that beta 2 now makes ASP.NET xhtml compliant. Can anyone shed some light on what this will change and it will break stuff as converting HTML to XHTML pages DO break things. see,...
5
3124
by: raz | last post by:
Greetings all. I apologize for what is almost certainly a stupid question, but I can't figure this out, and have no more time for head bashing... The short version: what is the appropriate...
4
1436
by: IS | last post by:
At the recommendation of several people in this newsgroup I have downloaded two or three Compilers. One is the Beta version of Microsoft's Visual C++ 2005. I have entered a complete beginner code...
2
1282
by: Ron Weldy | last post by:
I read that you don't need .cs files to deploy but I suppose if you are trying to reconstruct someone's work, you will need these files. Is that correct?
3
1147
by: rroman | last post by:
I have a very simple form, takes information from the user, updates a SQL database, now I just want to redirect to a "Thank You For Your Time" web page within the same bowser. ASP. NET VB
6
1597
by: Adam Smith | last post by:
I have posted this and similar questions repeatedly and can't even raise a single response. I am being led to believe that this then 'Must be a stupid question' although people say that there is no...
5
1863
by: Alberto Salvati | last post by:
Hi, List. My company has a VERY BIG product base on db2 udb v7.x. We want to di an upgrade to v9, but.... current db has a lot of procedure (cobol..!). Therefore, we've planned to rewrite this...
2
1510
by: Lynx101 | last post by:
Hi, Is this a stupid question? Senario: Two tables linked together with an ID number. Question: When using a combo box, which refences another table by indexed autonumber, is there a way to...
9
6488
by: AWW | last post by:
Running XP - Visual Studio 2005 - VB Want to have duplicate projects - one safe and stable - other for experimenting Can't fine easy way to make duplicate project. Stupid question? or stupid ME?...
9
1597
by: Alec | last post by:
Sorry guys, stupid question.... Am no programming expert and have only just started using php for creating dynamic news pages. Then I see a dynamic website without the php extension. ...
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7467
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4688
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
399
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.