Re: Suggestion for DB Connection
- From: "Michael Cole" <noone@xxxxxxxxxx>
- Date: Sun, 29 Jan 2006 19:22:39 +1100
MikeD wrote:
> "Michael Cole" <noone@xxxxxxxxxx> wrote in message
> news:uhRrJVwIGHA.3944@xxxxxxxxxxxxxxxxxxxxxxx
>> Joe wrote:
>>> Hi
>>>
>>>
>>> I am using Visual Basic 6.0 and Oracle 8 as database for my project.
>>> My project is going to be an Multiuser software. The database should
>>> be
>>>
>>> accessible from other computers also. which is the best method to
>>> connect to the database using Visual basic 6.0 is it ODBC connection
>>> or is there any other method to connect to the central database.
>>
>> I would go with ODBC. Its reasonably widespread and stable, and it
>> doesn't
>> limit your options nor does it require a great deal of work to get
>> up and running.
>>
>
>
> I don't think I can agree with that recommendation. I would avoid
> ODBC at most all costs. Why would ODBC be better than ADO and the
> OLEDB Provider for Oracle?
Correct me here if I am wrong, but ADO isn't, strictly speaking, an
alternative to ODBC. OLEDB is; but ADO, like DAO, RDO whatever, is a set of
data objects, not a method of connection.
As for ODBC vs OLEDB, I really can't comment, as I've never really played
around with OLEDB that much.
--
Regards,
Michael Cole
.
- References:
- Suggestion for DB Connection
- From: Joe
- Re: Suggestion for DB Connection
- From: Michael Cole
- Re: Suggestion for DB Connection
- From: MikeD
- Suggestion for DB Connection
- Prev by Date: Re: Why sending email programmatically must be so complicated?
- Next by Date: Re: Determining if a VB6 form is modal
- Previous by thread: Re: Suggestion for DB Connection
- Next by thread: Suggestion for DB Connection
- Index(es):
Relevant Pages
|
Loading