Re: connectivity to Oracle



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?




.



Relevant Pages

  • Re: Can vb detect info changes???
    ... > VB6, ADO, Oracle 8i ... > the prgram to be smart enough to update the database with only the fields on ...
    (microsoft.public.vb.general.discussion)
  • Can vb detect info changes???
    ... VB6, ADO, Oracle 8i ... I currently update the database from my form and I send all the information ...
    (microsoft.public.vb.general.discussion)
  • Can vb detect info that has changed?
    ... VB6, ADO, Oracle 8i ... I currently update the database from my form and I send all the information ...
    (microsoft.public.vb.database.ado)
  • Writing Access data to Oracle using VB
    ... I'm trying to build a simple application in VB6 that will take data ... 9i database. ... I have a connection set up for the ... Access and Oracle DB's already. ...
    (comp.lang.basic.visual.database)
  • Re: What so special about PostgreSQL and other RDBMS?
    ... That's exactly the link the licence agreement for the database points to when it ... comes to what wecan expect for paying support. ... > "Oracle may provide additional releases or versions of its programs ... If the requirements are volatile I'd do a long term contract detailing what ...
    (comp.lang.php)

Loading