-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> >http://www.v-domains.com/
> >9.95 per month includes CF.
> Did you notice that if you want a database at all you have to go up
> to $19.95 a month though.

Ugh! Says who?  Just use direct OLEDB access, and you don't need them
to setup a DSN at all.  Just upload your Access DB and use a CFQuery
line like this:

<cfset DBPath = "D:\InetPub\wwwRoot\YourSite.com\file.mdb">
<Cfquery name="QueryName" 
datasource="#DBPath#" 
dbtype="OLEDB" 
provider="Microsoft.Jet.OLEDB.4.0" 
providerdsn="#DBPath#" 
username="Admin" 
password="">
SQL...
</cfquery>

I know this might be a little off the edge of the list charter, and I
hate to blow my own horn, but...

We host for $29.95 a month if anyone's interested.  That includes FTP
access, 5 email accounts, unlimited email forwarding, MS FrontPage 2k
support, ASP, CFM, your own IP address (none of that host header
garbage I've seen a lot of other hosts using lately), and some
assorted other goodies.  We don't charge extra for DB access unless
you need a DSN or SQL server or something.  

AND, if you email me, I get back to you within the day if at all
possible.  And you can even call me on the telephone & get a live
person (namely me) if you need it.

I won't post contact info on the list, but if you wanted to email
directly, I can give info to anyone who's interested.

My apologies in advance if anyone's offended by the more or less
blatant commercial plug, but...  It seems relevant to this thread.

Best regards,
Zac Bedell
<[EMAIL PROTECTED]>
http://www.adirondack.net

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBOdDA8QraVoMWBwRBEQLyjQCfRtmEWbCqxmSe3ocN9vYP5z8dF2sAnjN9
UC4zhlx5Mug12Ht6Du0alg/Z
=Agzq
-----END PGP SIGNATURE-----
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to