Re: connectivity to Oracle
- From: "RobinS" <RobinS@xxxxxxxxxxxxxxx>
- Date: Sun, 7 Jan 2007 21:47:48 -0800
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" <rahulbassi@xxxxxxxxx> wrote in message
news:1168173849.137907.9240@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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" <rahulbassi@xxxxxxxxx> wrote in message
news:1167705543.101008.124970@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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?
.
- Follow-Ups:
- Re: connectivity to Oracle
- From: Cor Ligthert [MVP]
- Re: connectivity to Oracle
- References:
- connectivity to Oracle
- From: rahul
- Re: connectivity to Oracle
- From: RobinS
- Re: connectivity to Oracle
- From: rahul
- connectivity to Oracle
- Prev by Date: Re: best design for parse
- Next by Date: Re: ODBC
- Previous by thread: Re: connectivity to Oracle
- Next by thread: Re: connectivity to Oracle
- Index(es):
Relevant Pages
|
Loading