473,396 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Typed dataset with oracle db ?

R
Hi

If I have typed dataset with sql client and I am moving the db to oracle,
can I use the typed dataset I have created for the sql?

Jan 26 '07 #1
3 1645
I don't think so. I think you'll need to recreate it. THe typed dataset
has a bunch of generated code that uses the specific SQLServer
data adapter, command object, connection object, etc.

Robin S.
--------------------------------
"R" <in**@citsecure.comwrote in message
news:Ou*************@TK2MSFTNGP05.phx.gbl...
Hi

If I have typed dataset with sql client and I am moving the db to
oracle, can I use the typed dataset I have created for the sql?

Jan 26 '07 #2

It depends on how "tightly" you created it .... using the GUI tools to drag
and drop an schema, or did you manually create the schema.
(even if you used the GUI, you're not screwed.........)
Here is a small tidbit:
http://blogs.msdn.com/echarran/archi...17/534113.aspx

I'd suggest the EnterpriseLibrary.Data ...

google this:
http://www.google.com/search?hl=en&q...le+LoadDataSet

The EnterpriseLibrary (.Data is one of them) is an abstract way to talking
to databases.
You'll have to build the Oracle stored procedures (and learn the way of the
"cursor"), but you'll be able to load datasets.

That's the beauty of the IDataReader and the DataSet, they allow yourself to
work with data, and not be tied exclusively to any one RDBMS.

...

See my blog entries;
http://sholliday.spaces.live.com/blog/

6/5/2006 or the May/2006 one.
Custom Objects and Tiered Development II // 2.0
This will show you how to LoadDataSet in a moer generic way.


"R" <in**@citsecure.comwrote in message
news:Ou*************@TK2MSFTNGP05.phx.gbl...
Hi

If I have typed dataset with sql client and I am moving the db to oracle,
can I use the typed dataset I have created for the sql?

Jan 26 '07 #3

This google search is more exact to your need:
http://www.google.com/search?hl=en&q...DataSet+cursor

"R" <in**@citsecure.comwrote in message
news:Ou*************@TK2MSFTNGP05.phx.gbl...
Hi

If I have typed dataset with sql client and I am moving the db to oracle,
can I use the typed dataset I have created for the sql?

Jan 26 '07 #4

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

Similar topics

2
by: Vaap | last post by:
I am trying to get dataset working through IDbDataAdapter interface as my solution need to work with Sql Server and Oracle ODP. I am using different data provider factories and the code here only...
7
by: Tim Smith | last post by:
Hi, Is it possible to create a progam to mimic the following action a) drag oledbadapter to form1.cs b) select my oracle ole connection c) enter 'select * from mytable' d) create adapter for...
1
by: Ernie Josefik | last post by:
1. I am using a typed dataset which is being filled from an Oracle database. If any of the columns contain a null value I get an error when accessing the column e.g. ...
3
by: Freeon | last post by:
Hi, I am looking for a way to sort a strong typed dataset. It would seem the most straightforward way is to use a dataview. The only problem is when I use the dataview I seem to loose the strong...
1
by: Optimus | last post by:
Hi everyone, I currently develop an application in vs.net 2005 with vb.net. I was trying to use typed dataset and I've got in trouble for converting untyped dataset into Typed DataSet. I don't...
0
by: Luqman | last post by:
I have created a parameter for a field "CN" defined in Oracle as Varchar2(15), in typed dataset of VB.Net 2005. When I try to preview data, in dataset designer, by right click on Table Adapter...
5
by: John | last post by:
Hi, I am developing a windows app using C# 2005. This app uses SQL Server or Oracle database depending on the what the user is using. Can I create one typed dataset and use it for SQL Server and...
21
by: Peter Bradley | last post by:
Hi all, This post is sort of tangentially related to my earlier posts on configuration files for DLLs. Does anyone know how to create typed DataSets using VS2005's new DataSet designer, but...
0
by: Ptero | last post by:
We're using a lot of typed datasets in ASP.NET application, most of them have many tables+adapters and each table has some functions that call Oracle Stored Procedures. It works using...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.