473,583 Members | 3,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1755
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********@gma il.comwrote in message
news:11******** **************@ h40g2000cwb.goo glegroups.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********@gma il.comwrote in message
news:11******** **************@ h40g2000cwb.goo glegroups.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.publi c.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********@gma il.comwrote in message
news:11******** ************@v3 3g2000cwv.googl egroups.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********@gma il.comwrote in message
news:11******* *************** @h40g2000cwb.go oglegroups.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******** ******@TK2MSFTN GP03.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******** ******@TK2MSFTN GP03.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******** ********@TK2MSF TNGP04.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******* *******@TK2MSFT NGP03.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******** ********@TK2MSF TNGP04.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******* *************** ********@comcas t.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****** ********@TK2MSF TNGP03.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******** ******@TK2MSFTN GP04.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******* *********@TK2MS FTNGP04.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
documentati on 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****** *************** *********@comca st.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
databindin g capability.

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

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

>Microsof t 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
9106
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 database successfully. The problem is that I want to install this application on several Windows 2000 client machines that do not have Oracle client...
2
2640
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
4028
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 products can be used to achieve this? Our consultant is mentioning .NET but then we have to run everything on SQL server. Currently we are running...
2
4120
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 ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ----------------------------------------------------------...
1
6253
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 response from that server. here is description what I done as:-There is a View on Sqlserver which is Join of 6 tables and have
0
1212
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 please let me know about this? Thank you,
0
1336
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 please let me know about this? Thank you,
5
7738
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 protocol to connect to my DB2 test server, which is running on Win2003. This test server has recently been migrated to V8. It was previously on V7.2...
4
2146
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 takes 3 input parameters from ASP
0
7895
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
1
7935
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8193
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5701
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5374
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3818
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2333
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 we have to send another system
1
1433
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1157
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.