Re: Registry entries and Virus Scanners
From: YYZ (notapplicable)
Date: 07/26/04
- Next message: AustinMN: "Re: Why is "False" = "-1"?"
- Previous message: Ivan Debono: "Re: Hierarchical Recordset"
- In reply to: newbie_at_msn.com: "Re: Registry entries and Virus Scanners"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Jul 2004 08:39:39 -0500
<newbie@msn.com> wrote in message
news:tjo4g09gvnqqn1ie7tgsie04dc8jbjs7sl@4ax.com...
> Because the code was originally written using DAO I want to continue
> using it. As far as I can tell the only way to use the MYSQL driver
> in DAO with ODBC is to make sure there is an entry in the ODBC.ini
I know that you can use MySQL without ODBC (ie, oledb, which allows a dsn-less
connection), but that may require using ADO or even mysqldb. In reality, it's
VERY simple to convert. You could probalby have a medium sized project
converted over in a half a day.
This would allow you to not have to setup a DSN connection at all, which is less
intrusive -- you aren't writing to the user's registry, and it's much easier on
setup, not to mention be able to point to different databases or different
machines. What happens if your remote database switches ip addresses or machine
names? Or if you want to setup a test server? You'll have to alter the DSN
info in the registry.
Good luck with the registry thing that Steven is helping you with below.
Matt
- Next message: AustinMN: "Re: Why is "False" = "-1"?"
- Previous message: Ivan Debono: "Re: Hierarchical Recordset"
- In reply to: newbie_at_msn.com: "Re: Registry entries and Virus Scanners"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|