473,385 Members | 2,274 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,385 software developers and data experts.

connectivity to Oracle

Hello every1
Can any1 tell me that What are teh various methods by which we can
connect our
database in sql to our project's front end which is in VB ??
I wanna know the pros and cons of various types of Connectivities?

Jan 2 '07 #1
9 1737
You need to give more information. Is your project in VB6,
VB.Net, or VB2005? Is your database Oracle? What kind of
connectivity? Are you talking about a desktop app using the
database for display and reporting and updates?

Robin S.
-------------------------
"rahul" <ra********@gmail.comwrote in message
news:11**********************@h40g2000cwb.googlegr oups.com...
Hello every1
Can any1 tell me that What are teh various methods by which we can
connect our
database in sql to our project's front end which is in VB ??
I wanna know the pros and cons of various types of Connectivities?

Jan 2 '07 #2
Yeah Robi thanx 4 ur concern..
My project is VB6. and tables,i mean database is in oracle.
So wat r the various methods by which i can connect a form of vb to the
table there in oracle?
I mean i don't wanna open recordsets and write long queries.
Each field in the form should directly get it value form the table
fields by itself.
So ,is that possible??
RobinS wrote:
You need to give more information. Is your project in VB6,
VB.Net, or VB2005? Is your database Oracle? What kind of
connectivity? Are you talking about a desktop app using the
database for display and reporting and updates?

Robin S.
-------------------------
"rahul" <ra********@gmail.comwrote in message
news:11**********************@h40g2000cwb.googlegr oups.com...
Hello every1
Can any1 tell me that What are teh various methods by which we can
connect our
database in sql to our project's front end which is in VB ??
I wanna know the pros and cons of various types of Connectivities?
Jan 7 '07 #3
You should post VB6 questions to comp.lang.basic.visual.misc
and/or microsoft.public.vb. (The first one seems more active.)

That said, you are talking about data binding an Oracle database
to some fields on a form in VB6, right?

Data binding in VB6 was not reliable, and generally not used.
So you might be able to do that, but it would not be recommended.
You might be able to get away with it if you are only
viewing data. Check out ADO and the ADODC control.

Microsoft didn't really "fix" databinding until VB2005.

Robin S.
--------------------------------------
"rahul" <ra********@gmail.comwrote in message
news:11********************@v33g2000cwv.googlegrou ps.com...
Yeah Robi thanx 4 ur concern..
My project is VB6. and tables,i mean database is in oracle.
So wat r the various methods by which i can connect a form of vb to
the
table there in oracle?
I mean i don't wanna open recordsets and write long queries.
Each field in the form should directly get it value form the table
fields by itself.
So ,is that possible??
RobinS wrote:
>You need to give more information. Is your project in VB6,
VB.Net, or VB2005? Is your database Oracle? What kind of
connectivity? Are you talking about a desktop app using the
database for display and reporting and updates?

Robin S.
-------------------------
"rahul" <ra********@gmail.comwrote in message
news:11**********************@h40g2000cwb.googleg roups.com...
Hello every1
Can any1 tell me that What are teh various methods by which we can
connect our
database in sql to our project's front end which is in VB ??
I wanna know the pros and cons of various types of Connectivities?

Jan 8 '07 #4
>
Microsoft didn't really "fix" databinding until VB2005.
Robin, there have not been much changes after the 2002 version. (Some names
are changed and some new classes are created mostly from old ones).

Cor
Jan 8 '07 #5
What I understand is that when they first developed VB.Net,
MS pretty much thought WinForms and desktop apps would go
by the wayside, so they concentrated on the web development
aspect. Then they found out they were wrong.

So with VB2005, they revisited the entire issue and rewrote
the backend of the forms stuff and added all the now-working
databinding capability.

I learned this listening to the guys on the DotNetRocks podcast.

Robin S.
-------------------------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...

Microsoft didn't really "fix" databinding until VB2005.
Robin, there have not been much changes after the 2002 version. (Some
names are changed and some new classes are created mostly from old
ones).

Cor

Jan 8 '07 #6
Robin,

Than he is completely wrong. The strongly typed dataset has some changes
both (and different) in ASPNET and WindowForms. I don't like the path ASPNET
is going. Some years to go and we can take back the documentation around the
classic ASP in my opinion. The guys now on top of that department do in my
idea not understand what were the great advantages in ASPNET in the
2002/2003 version (although it was far from complete). If you now create a
dataset with ASPNET than it is incompatible with the windowsform version
2005. This was not in 2002/2003 where you could intermix a DataSet and all
its behaviour in Windowsform, Webservices, PDA, ASPNET.

You can see it slightly because we have now Projects and Websites which were
in 2002/2003 only Projects, something new in the 2005 version. ASPNET does
remind me always to the movie Back to the Future.

Cor



"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:UY******************************@comcast.com. ..
What I understand is that when they first developed VB.Net,
MS pretty much thought WinForms and desktop apps would go
by the wayside, so they concentrated on the web development
aspect. Then they found out they were wrong.

So with VB2005, they revisited the entire issue and rewrote
the backend of the forms stuff and added all the now-working
databinding capability.

I learned this listening to the guys on the DotNetRocks podcast.

Robin S.
-------------------------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...
>
Microsoft didn't really "fix" databinding until VB2005.
Robin, there have not been much changes after the 2002 version. (Some
names are changed and some new classes are created mostly from old ones).

Cor


Jan 9 '07 #7
Does that mean you can no longer define a Business Layer (project),
a web site project, and a win form project in the same solution?
I haven't done any web stuff yet (next step); I've been concentrating
on learning VB2005. I thought you could use the same BL and DAL with
both a WinForm and web project. Maybe you can, but not share a
dataset?

Thanks for the info.

Robin S.
-------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Robin,

Than he is completely wrong. The strongly typed dataset has some
changes both (and different) in ASPNET and WindowForms. I don't like
the path ASPNET is going. Some years to go and we can take back the
documentation around the classic ASP in my opinion. The guys now on
top of that department do in my idea not understand what were the
great advantages in ASPNET in the 2002/2003 version (although it was
far from complete). If you now create a dataset with ASPNET than it is
incompatible with the windowsform version 2005. This was not in
2002/2003 where you could intermix a DataSet and all its behaviour in
Windowsform, Webservices, PDA, ASPNET.

You can see it slightly because we have now Projects and Websites
which were in 2002/2003 only Projects, something new in the 2005
version. ASPNET does remind me always to the movie Back to the Future.

Cor



"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:UY******************************@comcast.com. ..
>What I understand is that when they first developed VB.Net,
MS pretty much thought WinForms and desktop apps would go
by the wayside, so they concentrated on the web development
aspect. Then they found out they were wrong.

So with VB2005, they revisited the entire issue and rewrote
the backend of the forms stuff and added all the now-working
databinding capability.

I learned this listening to the guys on the DotNetRocks podcast.

Robin S.
-------------------------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...
>>
Microsoft didn't really "fix" databinding until VB2005.

Robin, there have not been much changes after the 2002 version.
(Some names are changed and some new classes are created mostly from
old ones).

Cor



Jan 9 '07 #8
Robin,

The wizards generates different code (not a real class in ASPNET just a
single XML file) as well is in my idea the connection string saved in
another way.

(At least that it was last year)

Cor

"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:Ct******************************@comcast.com. ..
Does that mean you can no longer define a Business Layer (project),
a web site project, and a win form project in the same solution?
I haven't done any web stuff yet (next step); I've been concentrating
on learning VB2005. I thought you could use the same BL and DAL with
both a WinForm and web project. Maybe you can, but not share a
dataset?

Thanks for the info.

Robin S.
-------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>Robin,

Than he is completely wrong. The strongly typed dataset has some changes
both (and different) in ASPNET and WindowForms. I don't like the path
ASPNET is going. Some years to go and we can take back the documentation
around the classic ASP in my opinion. The guys now on top of that
department do in my idea not understand what were the great advantages
in ASPNET in the 2002/2003 version (although it was far from complete).
If you now create a dataset with ASPNET than it is incompatible with the
windowsform version 2005. This was not in 2002/2003 where you could
intermix a DataSet and all its behaviour in Windowsform, Webservices,
PDA, ASPNET.

You can see it slightly because we have now Projects and Websites which
were in 2002/2003 only Projects, something new in the 2005 version.
ASPNET does remind me always to the movie Back to the Future.

Cor



"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:UY******************************@comcast.com ...
>>What I understand is that when they first developed VB.Net,
MS pretty much thought WinForms and desktop apps would go
by the wayside, so they concentrated on the web development
aspect. Then they found out they were wrong.

So with VB2005, they revisited the entire issue and rewrote
the backend of the forms stuff and added all the now-working
databinding capability.

I learned this listening to the guys on the DotNetRocks podcast.

Robin S.
-------------------------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...

Microsoft didn't really "fix" databinding until VB2005.
>
Robin, there have not been much changes after the 2002 version. (Some
names are changed and some new classes are created mostly from old
ones).

Cor



Jan 9 '07 #9
Thanks. I think I'll wait and worry about this when I start doing
ASP.Net. :-)
Robin S.
------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:O1**************@TK2MSFTNGP04.phx.gbl...
Robin,

The wizards generates different code (not a real class in ASPNET just
a single XML file) as well is in my idea the connection string saved
in another way.

(At least that it was last year)

Cor

"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:Ct******************************@comcast.com. ..
>Does that mean you can no longer define a Business Layer (project),
a web site project, and a win form project in the same solution?
I haven't done any web stuff yet (next step); I've been concentrating
on learning VB2005. I thought you could use the same BL and DAL with
both a WinForm and web project. Maybe you can, but not share a
dataset?

Thanks for the info.

Robin S.
-------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>Robin,

Than he is completely wrong. The strongly typed dataset has some
changes both (and different) in ASPNET and WindowForms. I don't like
the path ASPNET is going. Some years to go and we can take back the
documentation around the classic ASP in my opinion. The guys now on
top of that department do in my idea not understand what were the
great advantages in ASPNET in the 2002/2003 version (although it was
far from complete). If you now create a dataset with ASPNET than it
is incompatible with the windowsform version 2005. This was not in
2002/2003 where you could intermix a DataSet and all its behaviour
in Windowsform, Webservices, PDA, ASPNET.

You can see it slightly because we have now Projects and Websites
which were in 2002/2003 only Projects, something new in the 2005
version. ASPNET does remind me always to the movie Back to the
Future.

Cor



"RobinS" <Ro****@NoSpam.yah.noneschreef in bericht
news:UY******************************@comcast.co m...
What I understand is that when they first developed VB.Net,
MS pretty much thought WinForms and desktop apps would go
by the wayside, so they concentrated on the web development
aspect. Then they found out they were wrong.

So with VB2005, they revisited the entire issue and rewrote
the backend of the forms stuff and added all the now-working
databinding capability.

I learned this listening to the guys on the DotNetRocks podcast.

Robin S.
-------------------------------------
"Cor Ligthert [MVP]" <no************@planet.nlwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...

>Microsoft didn't really "fix" databinding until VB2005.
>>
Robin, there have not been much changes after the 2002 version.
(Some names are changed and some new classes are created mostly
from old ones).
>
Cor
>




Jan 10 '07 #10

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

Similar topics

3
by: Alex | last post by:
I have developed a VB application that uses Oracle 8i database for backend. The database server is on the local network. From my development machine, the application connects (via ODBC) to the...
2
by: Axel Dachtler | last post by:
I am looking for detailed information about the topic "connectivity" in Oracle 9i including JDBC and CGI. Thank you
1
by: Ton | last post by:
I have a question about connectivity between different databases. Oracle, DB2400 and SQL_server. It is easy to integrate application products that are running on different DB platforms? What...
2
by: New Devil | last post by:
can anyone send a code for the oracle connectivity wid C#.. would be really tahnkful .. Desert Desperado 8) Posted Via Usenet.com Premium Usenet Newsgroup Services...
1
by: lovkeshanand | last post by:
Dear All, I am using the oracle transparent gateway connectivity with sql server using tg4msql,as far as settings are concerned those were set and Connectivity is working Fine, and getting the...
0
by: satyasuman | last post by:
Hi, I am using SQL server 2000 and oracle 10g. I want to use SQL Server and query Oracle and get the Info from the oracle database into SQL server. To do this, I need connectivity. Can any one...
0
by: satyasuman | last post by:
Hi, I am using SQL server 2000 and oracle 10g. I want to use SQL Server and query Oracle and get the data from the oracle database into SQL server. To do this, I need connectivity. Can any one...
5
by: Scav | last post by:
Helpful folks, I am having a problem getting Oracle's Transparent Gateway for DRDA product to interface with DB2 UDB for LUW 8.1.14. The Gateway product is running on Linux and using DRDA...
4
by: reachravi | last post by:
Hi, In our ASP application, we are using a visual basic Dll file to perform database operations. We have a function in our Dll file for executing stored procedures. This function...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
0
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.