Re: File Upload - Changing MIME Types

2010-09-29 Thread Dave Watts
This might be slightly off topic, but I am hoping that someone can steer me in the right direction. I have an upload form that should accept CSV files and nothing else.  So I set the following MIME types as permitted: text/csv,text/comma-separated-values,application/csv,application/x-csv

English as well as French Spell Checkings for CF8 FCKEditor

2010-09-29 Thread SANJEEV SINGLA
We are using the inbuilt FCKEditor (cftextarea richtext=true) and our requirement is that we need to have boyh English as well as French spell checking work. We have the Aspell installed in appropriate directory and both english as well as french dictionaries are also installed. We need both

Looking for the right SMTP server

2010-09-29 Thread Claude Schnéegans
Hi, I run several sites specialized for associations. They send thousand of mails to their members. Presently I'm using Mail-enable, but I'm looking for a better tool to help me manage all these mails. What I'd like is to be able to assign an Id to each mail and be able to trace it through

English as well as French Spell Checkings for CF8 FCKEditor

2010-09-29 Thread SANJEEV SINGLA
We are using the inbuilt FCKEditor (cftextarea richtext=true) and our requirement is that we need to have boyh English as well as French spell checking work. We have the Aspell installed in appropriate directory and both english as well as french dictionaries are also installed. We need both

Re: Website validation... need suggestions

2010-09-29 Thread Ketan Jetty
Hi Steven, If you want to Stress Test your code use JMeter (It is free) or Charles Proxy (similar to Fiddler, but allows Stess Testing). For your google bot tool use the following link to for Web Crawler code in coldFusion http://ketanjetty.com/coldfusion/useful-code/web-crawler/ Thanks,

Re: Website validation... need suggestions

2010-09-29 Thread Ketan Jetty
Hi Steven, If you want to Stress Test your code use JMeter (It is free) or Charles Proxy (similar to Fiddler, but allows Stess Testing). For your google bot tool use the following link to for Web Crawler code in coldFusion http://ketanjetty.com/coldfusion/useful-code/web-crawler/ Thanks,

Re: File Upload - Changing MIME Types

2010-09-29 Thread Jacob Munson
From what I understand, the browser can send whatever mime type it wants. And yes, there are security concerns here. In my experience, dealing with mime types is a pain in the because browsers don't always seem to follow a standard when processing files. I think I found a java library that

Re: Website validation... need suggestions

2010-09-29 Thread Ketan Jetty
Hi Steven, You can use JMeter (free toll) to stress test your application. Also you can use Charles Proxy. Charles is similar to Fiddler but has additional functionality like throttle and stress test. For local google bot like application, you can use my web crawler code @

Re: arrays and looping around

2010-09-29 Thread Rick Colman
so, do I need to declare an array in advance, or is this implicit. so, I guess this does not work either: cfset LegalProteinSequence_#LoopCount# = ... On 9/27/2010 10:10 PM, Ian Skinner wrote: On 9/27/2010 7:37 PM, Michael Grant wrote: #form['ExpOrg_ID_' loopCount]# A.K.A. Array

Apache Worker MPM w/ JRun

2010-09-29 Thread Joe Gooch
I've been all around mod_jrun22 in the last couple days, and I know way more than I want to. However, I can't get it to work quite right. Environment: Debian Lenny 5.0.6 Apache 2.2.9, Worker MPM (ideally) JRun4 build 108673 CF 8.0.1 Enterprise in multiserver config I've compiled the connector

Re: Streaming images with links to a non-coldfusion website

2010-09-29 Thread Richard Steele
Ok, I've since discovered the real culprit, a Firefox ad blocker called adblock plus. I must have disabled it at some point. That explains everything. ~| Order the Adobe Coldfusion Anthology now!

Re: Website validation... need suggestions

2010-09-29 Thread Ketan Jetty
Hi Steven, You can use JMeter (free tool) to stress test your application. Also you can use Charles Proxy. Charles is similar to Fiddler but has additional functionality like throttle and stress test. For local google bot-like application, you can use my web crawler code @

Re: File Upload - Changing MIME Types

2010-09-29 Thread Matt Quackenbush
Thanks, Jason. That is essentially what I wound up doing. :-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Re: File Upload - Changing MIME Types

2010-09-29 Thread Dave Watts
As I understand it, the files are not actually sent in any MIME type, per se, but the receiving browser interprets MIME type based on its coding, which, as you found out, is determined by both OS and browser settings. No, I don't think this is correct. When downloading a file from a web

Re: arrays and looping around

2010-09-29 Thread Dave Watts
 so, do I need to declare an array in advance, or is this implicit. Existing scopes (Form, Url, Variables, etc) can always be treated this way. so, I guess this does not work either: cfset LegalProteinSequence_#LoopCount# =  ... I gave you several examples of this in another thread:

RE: What version-/source control are you using (if any)?

2010-09-29 Thread andy matthews
We're using SVN and it's great. Throws a fit sometimes if you don't follow the procedures exactly but it's solid. andy -Original Message- From: Michael Christensen [mailto:mich...@strib.dk] Sent: Tuesday, September 28, 2010 8:35 AM To: cf-talk Subject: What version-/source control are

RE: What version-/source control are you using (if any)?

2010-09-29 Thread Andrew Scott
We are using Subversion, main reason because we have the hooks integrated into Jira to provide our tickets with the code changes made. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Michael Christensen [mailto:mich...@strib.dk] Sent: Tuesday, 28

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Kym Kovan
On 28/09/2010 23:34, Michael Christensen wrote: We're thinking about setting up version-/source control for our CF code. What are people out there using? What works, what doesn't? We use both SVN and Mercurial (Hg). The outside world has SVN to download from but internaly we have staggered

RE: What version-/source control are you using (if any)?

2010-09-29 Thread Andrew Scott
Actually I disagree with what is best to go with based on your OS. It is all going to boil down to your requirements, for us we needed to know what changes had been made at the ticket level. And as we already had Jira installed it was a no brainer to use Subversion to do this. What this means

Re: What version-/source control are you using (if any)?

2010-09-29 Thread John M Bliss
http://www.visualsvn.com On Tue, Sep 28, 2010 at 8:34 AM, Michael Christensen mich...@strib.dkwrote: We're thinking about setting up version-/source control for our CF code. What are people out there using? What works, what doesn't?

RE: What version-/source control are you using (if any)?

2010-09-29 Thread Russ Michaels
I have used this and it works great. Be careful not to listen to the Linux-fanboys they slag this off purely because it is a windows solution, however it does exactly what it says on the tin, I have never had any issues with it. Russ -Original Message- From: John M Bliss

RE: arrays and looping around

2010-09-29 Thread Bobby Hartsfield
No you do not need to declare an array in this case. It is not actually an array; it is just called array notation because it is the same syntax you would use on an array. FORM is actually a predefined structure/collection (aka 'scope')... such as URL or VARIABLES scopes Most variables that you

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Kym Kovan
On 29/09/2010 9:28 PM, Russ Michaels wrote: I have used this and it works great. Be careful not to listen to the Linux-fanboys they slag this off purely because it is a windows solution, however it does exactly what it says on the tin, I have never had any issues with it. I might add to my

RE: What version-/source control are you using (if any)?

2010-09-29 Thread Bobby Hartsfield
I was always a fan of SVN... until I used perforce. Now I am a bigger fan of perforce :-) I was more detailed in a previous discussion (this comes up often). Just search the archives. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From:

RE: What version-/source control are you using (if any)?

2010-09-29 Thread Andrew Scott
Not to mention it's is free, and great support. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Kym Kovan [mailto:dev-li...@mbcomms.net.au] Sent: Wednesday, 29 September 2010 9:50 PM To: cf-talk Subject: Re: What version-/source control are you using (if

RE: What version-/source control are you using (if any)?

2010-09-29 Thread Will Swain
Any good tutorials out there that people can recommend on getting up to speed with Mercurial? We use SVN at the moment, and it's fine, but I'm interested in Mercurial. Thanks Will -Original Message- From: Kym Kovan [mailto:dev-li...@mbcomms.net.au] Sent: 29 September 2010 12:50 To:

Re: Website validation... need suggestions

2010-09-29 Thread Ketan Jetty
I regret the multiple replies to this thread. The web site crashed on twice and moreover there is no proper feedback on the success of the post. I have written to House of Fusion Web Master on this and hope that they will delete the multiple replies. Here is the copy of the message sent to

Re: arrays and looping around

2010-09-29 Thread Michael Grant
Another way: setVariable(LegalProteinSequence_ loopcount, this-is-a-value); On Tue, Sep 28, 2010 at 3:42 PM, Rick Colman rcol...@cox.net wrote: so, do I need to declare an array in advance, or is this implicit. so, I guess this does not work either: cfset

CFDOCUMENT OpenOffice Problem

2010-09-29 Thread Michael Sprague
I'm having a problem getting cfdocument conversion to work. cfdocument format=pdf srcfile=d:\test.doc filename=d:\test.pdf This code generates the following error Could not determine OpenOffice installation. I have OpenOffice 3.2 installed, and in the CF Administrator I have the path

RE: Website validation... need suggestions

2010-09-29 Thread DURETTE, STEVEN J (ATTASIAIT)
Thanks for the info! -Original Message- From: Ketan Jetty [mailto:kje...@yahoo.com] Sent: Tuesday, September 28, 2010 3:13 PM To: cf-talk Subject: Re: Website validation... need suggestions Hi Steven, You can use JMeter (free toll) to stress test your application. Also you can use

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Eric Cobb
The Big 3 out there right now are Subversion, Mercurial, and Git. I personally use Subversion and Git, and they're both good. Whatever you do, stay away from Vault/Fortress from Sourcegear. That's what we're forced to use at work. It's labeled as a VSS replacement, and while it is a little

Re: Trying to set cfform focus in an Ajax window

2010-09-29 Thread morgan l
File this under slick code: it works! I just hope I remember this when the situation arises again. On Tue, Sep 28, 2010 at 7:25 AM, Michael Grant mgr...@modus.bz wrote: AjaxOnLoad cannot pass in any parameters to the function specified. Wondering out loud here and currently no way to

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Mahcsig
Joel On Software created a Mercurial tutorial site here: http://hginit.com/ ~Mahcsig On Wed, Sep 29, 2010 at 4:54 AM, Will Swain w...@hothorse.com wrote: Any good tutorials out there that people can recommend on getting up to speed with Mercurial? We use SVN at the moment, and it's fine,

Re: Trying to set cfform focus in an Ajax window

2010-09-29 Thread Michael Grant
:D On Wed, Sep 29, 2010 at 10:13 AM, morgan l greyk...@gmail.com wrote: File this under slick code: it works! I just hope I remember this when the situation arises again. On Tue, Sep 28, 2010 at 7:25 AM, Michael Grant mgr...@modus.bz wrote: AjaxOnLoad cannot pass in any parameters

Re: Looking for the right SMTP server

2010-09-29 Thread Scott Slone
Claude- Take a look at JangoSMTP and SMTP2Go I forget which one offers audit and tracking,and I'm not sure if it contains all the data you are wanting to capture, but it is a place to start. I'm pretty sure both have test account/trials so you can see if they fit your needs. /Scott

SOT: Canadian CF Hosting

2010-09-29 Thread Larry Lyons
Greetings, Pardon for the slightly off topic posting, but I thought I'd try the collective wisdom of the list here. Anyhow this is a favour I'm doing for a colleague. He's looking for a Canadian web hosting firm that offer CF as part of the package. Does anyone have recommendations? many

Re: SOT: Canadian CF Hosting

2010-09-29 Thread Jim Wright
On Wed, Sep 29, 2010 at 10:45 AM, Larry Lyons larrycly...@gmail.com wrote: Pardon for the slightly off topic posting, but I thought I'd try the collective wisdom of the list here. Anyhow this is a favour I'm doing for a colleague. He's looking for a  Canadian web hosting firm that offer CF

Re: SOT: Canadian CF Hosting

2010-09-29 Thread Rob Parkhill
Larry, I have used cfhosting.ca Not the cheapest CF Solution, but good uptime - mostly, and knowledgeable staff. Cheers, Rob On Wed, Sep 29, 2010 at 10:45 AM, Larry Lyons larrycly...@gmail.com wrote: Greetings, Pardon for the slightly off topic posting, but I thought I'd try the

Spell Checkings for CF8 FCKEditor

2010-09-29 Thread SANJEEV SINGLA
We are using the inbuilt FCKEditor (cftextarea richtext=true) and our requirement is that we need to have both English as well as French spell checking work. We have the Aspell installed in appropriate directory and both english as well as french dictionaries are also installed. We need

Re: Looking for the right SMTP server

2010-09-29 Thread Claude Schnéegans
Take a look at JangoSMTP and SMTP2Go Thanks, but these are external mail services. I'm more looking for a true SMTP server software I can install on my own server. ~| Order the Adobe Coldfusion Anthology now!

Re: Looking for the right SMTP server

2010-09-29 Thread Nicholas Stein
SendGrid is a third part smtp host. They provied the analytics, deliverance, tracking and increasing your deliverablity. They do not have connectors to CRM. If you want that, take a look at SalesFusion which goes to both Dynamics and Salesforce. http://sendgrid.com/

Re: Looking for the right SMTP server

2010-09-29 Thread Claude Schnéegans
SendGrid is a third part smtp host. Thanks, but I'm not looking for a hosted service, but for a true server software. ~| Order the Adobe Coldfusion Anthology now!

RE: Looking for the right SMTP server

2010-09-29 Thread Russ Michaels
For windows try hmailserver, its rather good for a free server. Regards -- Russ Michaels www.cfmldeveloper.com - free CFML hosting for developers my blog: http://russ.michaels.me.uk/ skype: russmichaels ~| Order the Adobe

Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
Hi, There are two drivers for Access database in CF9 : - Microsoft Access - Microsoft Access with unicode If I choose the first one, the query below works and yield the same results as when run in Access itself. However, If I use the driver with Unicode, the LEFT JOIN returns no data. The

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Dave Watts
There are two drivers for Access database in CF9 : - Microsoft Access - Microsoft Access with unicode ... I suspect the first driver is ODBC, the second is JDBC. Both are JDBC, in that CF only knows JDBC. The first driver is part of SequeLink, which is a DataDirect product that acts as a

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
Both are JDBC, in that CF only knows JDBC. The first driver is part of SequeLink, which is a DataDirect product that acts as a JDBC-ODBC bridge. The second driver is a JDBC-to-Jet driver and doesn't rely on anything else - Jet is the native protocol for MS Access. I believe it's open-source,

Re: Looking for the right SMTP server

2010-09-29 Thread denstar
There's this: http://code.google.com/p/subetha/ I've used bits of that project for doing mail stuff. Very configurable/extendable. :Den -- Convictions are more dangerous foes of truth than lies. Friedrich Nietzsche On Wed, Sep 29, 2010 at 10:18 AM, wrote:  SendGrid is a third part smtp

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Cameron Childress
On Wed, Sep 29, 2010 at 7:49 AM, Bobby Hartsfield bo...@acoderslife.com wrote: I was always a fan of SVN... until I used perforce. Now I am a bigger fan of perforce :-) Perforce! Changelists! Workspaces! Labels! Very cool stuff that I haven't seen in alot of other tools. Perforce ain't

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Russ Michaels
thats because cf5 used ODBC datasources as it was written in C++ CF6+ is a java app and thus uses JDBC On Wed, Sep 29, 2010 at 6:13 PM, wrote: Both are JDBC, in that CF only knows JDBC. The first driver is part of SequeLink, which is a DataDirect product that acts as a JDBC-ODBC bridge.

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
thats because cf5 used ODBC datasources as it was written in C++ CF6+ is a java app and thus uses JDBC Of course, I know that. When I updated from CF5 to CF9, I was able to redefine all my datasources in CF9 with no problem. but now I have a new I want to add, the ODBC connection is created,

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Dave Watts
It looks like the Administrator is able to define a datasource when the ODBC connection was already there, but not for a new datasource. I was able to define the datasource with no problem on my development desktop. Now on my production server it wont work. The only difference is that on

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
You could look at the SequeLink logs, which are not enabled by default - but I'm sure there's some option to enable them. I'm trying to find where. I've checked for the occurrence of two datasource names in all files under \ColdFusion9, one for a datasource which works, the othe one for the

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Dave Watts
You could look at the SequeLink logs, which are not enabled by default - but I'm sure there's some option to enable them. I'm trying to find where. I've checked for the occurrence of two datasource names in all files under \ColdFusion9, one for a datasource which works, the othe one

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
Ok, according to this page : http://kb2.adobe.com/cps/186/tn_18644.html ColdFusion MX ODBC Agent errors are typically logged to the Windows Event Log So I went into the Windows Event Log and I found this indeed : The description for Event ID ( 0 ) in Source ( ColdFusion 9 ODBC Server ) cannot

any solution to cfmailparam attachment as alternate filename

2010-09-29 Thread Yuliang Ruan
so we're sending out a set of contracts and whatnots to vendors as PDF attachment on an email. we would LIKE to have the attachment named VendorContract.pdfHowever, we've run into a concurrency issue with naming the file and cfmailing. as i understand it the cfmail tag only writes the

Multi-selects Related with CFAjaxProxy

2010-09-29 Thread John M Bliss
I'm looking at Brian Rinaldi's article, http://coldfusion.dzone.com/articles/multi-selects-related-cfajaxpr and I'm wondering about this JS: function callFill(thisSelect,target) { formItemToFill = target; selectBoxes = new SelectBoxes(); selectBoxes.setCallbackHandler(fill);

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Sean Corfield
On Tue, Sep 28, 2010 at 6:34 AM, Michael Christensen mich...@strib.dk wrote: We're thinking about setting up version-/source control for our CF code. What are people out there using? What works, what doesn't? These days I'm using git for everything possible. Previously I was using SVN. Most

Re: SOT: Canadian CF Hosting

2010-09-29 Thread John Pullam
I use LooseFoot in Regina ... lfchosting.com, and am very pleased with their service. They have both CF7 and CF9 hosts right now. ~| Order the Adobe Coldfusion Anthology now!

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Russ Michaels
It sounds as though you are just expecting CF to somehow automatically pickup windows ODBC data sources. This wont happen. It only worked when you upgraded form CF5 because you were upgrading ColdFusion, so it knew about the data sources in the cfadmin and migrated. You need to add the

RE: Canadian CF Hosting

2010-09-29 Thread Mark A. Kruger
We are in the US but we speak Canadian eh. -Original Message- From: Larry Lyons [mailto:larrycly...@gmail.com] Sent: Wednesday, September 29, 2010 9:45 AM To: cf-talk Subject: SOT: Canadian CF Hosting Greetings, Pardon for the slightly off topic posting, but I thought I'd try the

Re: Trying to set cfform focus in an Ajax window

2010-09-29 Thread John Pullam
It might be that the form hasn't been added to the dom, though that's usually not the case since the js comes after the form code. However if you'll remember a few days ago I suggested: 1. Wrap your JS code at the bottom of the page in a function and execute the function when the ajax call

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Dave Watts
It sounds as though you are just expecting CF to somehow automatically pickup windows ODBC data sources. I get the impression that he's trying to create new Access datasources from the CF Administrator without having existing ODBC datasources pointing to those Access databases. That should

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
I get the impression that he's trying to create new Access datasources from the CF Administrator without having existing ODBC datasources pointing to those Access databases. That should work fine. Exactly. First, CF 9 installation does not import automatically CF 5 databases. I had to

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
If you look in C:\ColdFusion9\lib\neo-datasource.xml you will find all the DSN's defined in here. Check all the connection properties of the working DSN's and compare them to the non working DSN's and see if there is anything different. I've already done this, and everything about the new DSN

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Russ Michaels
how about the rest of things I suggested, there was more? On Wed, Sep 29, 2010 at 10:38 PM, wrote: If you look in C:\ColdFusion9\lib\neo-datasource.xml you will find all the DSN's defined in here. Check all the connection properties of the working DSN's and compare them to the non

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
how about the rest of things I suggested, there was more? Regarding the [DataSource_n] records, I have only 4 of them in here, about datasource I don't even have in my system. I think these are example datasources used for the documentation which I didn't install on my production server.

Highlighting non-standard ASCII characters?

2010-09-29 Thread Marie Taylore
Hi all, I'm looking for a way to *highlight* any characters that fall out of the range of A-z/0-9/standard punctuation characters. Most of the cflib utilities are made to remove those characters. Anyone know of (or have) a function that will make them stand out? I need to find them in an

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Russ Michaels
well then there is your problem, if the datasources don't exist on your system, then that is why you are getting an error saying they do not exist. On Thu, Sep 30, 2010 at 12:23 AM, wrote: how about the rest of things I suggested, there was more? Regarding the [DataSource_n] records, I

Re: Looking for the right SMTP server

2010-09-29 Thread Kris Jones
We've been using SmarterMail since iMIS kind of disappeared. Not bad, but we're having problems with it choking somewhere between 58k-140k messages. Pretty easy to trace individual messages through their logs, and search utilities in the console. We also have mailenable in use, and it has been

Re: Looking for the right SMTP server

2010-09-29 Thread Russ Michaels
Smartertools used to be great, but the bigger they got the more arrogant they got and the higher their prices got and the worse the customer service got, you wouldn't believe how rude they are. I think smartermail was the best solution on a budget for a long while, not sure if that is still the

Re: Canadian CF Hosting

2010-09-29 Thread Larry Lyons
Yes but you know dick about poutine, prairie oysters and Winnipeg Shandys. Actually I may have to go that route. I hope not because that makes my friend's tax issues a bit more complex. We are in the US but we speak Canadian eh. Greetings, Pardon for the slightly off topic posting, but I

Re: Trying to set cfform focus in an Ajax window

2010-09-29 Thread Michael Grant
By callback I mean the function that you've defined for execution when the ajax call receives a successful response. If the focus is being set, then un-set I suspect that CF is adding some extra js code that's messing things up. I personally don't ever use CF's brand of ajax functionality (of

Re: Looking for the right SMTP server

2010-09-29 Thread Larry Lyons
Claude, what about an external solution. I've found that MailChimp (www.mailchimp.com) does all what you want, and you don't have to manage it. Moreover there's a CFC wrapper for their API if you really want to get into working out a coding solution. Myself I'd rather not reinvent the wheel.

Re: Looking for the right SMTP server

2010-09-29 Thread Claude Schnéegans
Pretty easy to trace individual messages through their logs, and search utilities in the console. Ok, but are the log stored in a database in real time? I've written a small application to convert MailEnable text files into a database, but I have to reread the whole file every time I want to

Re: Looking for the right SMTP server

2010-09-29 Thread Claude Schnéegans
Thanks. I've seen a couple of them, some store accounts in a database indeed, but no one clearly states that the logs go in it as well. Having accounts in a database is fine if you need to have customers manage their own mail boxes from their application, but what I'm looking for more

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
well then there is your problem, if the datasources don't exist Then this is certainly not crucial, as I have about 25 other databases, most of them using the same Access driver, none of them is registered in this file, and all of them work perfectly.

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Scott Slone
Claude, Can you create a new data source using an existing Access file? if so the issue may be the version of Access or a missing component that you have on desktop but not on server. Sent from my iPhone On Sep 29, 2010, at 6:27 PM, Claude Schnéegansschneegans@internetiq.intermedia.net

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
Can you create a new data source using an existing Access file? Actually no. I already have 25 datasources, all with the same driver, all created with the same Access version, all work fine, but no new datasource is recognized.

Re: Drivers for Access databases under CF 9

2010-09-29 Thread Claude Schnéegans
... I even tried this: - delete an old datasource which worked. - redefine it, no problem, still works. - made a copy of the same file in another directory, create a new datasource on it... doesn't work :-( ~| Order the Adobe

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Mary Jo Sminkey
What I like about git is the ability to work offline and still commit changes, the lightweight branches and generally easier merging. I also like that you have a copy of the entire repository, if you use hosting it makes it very easy to change hosts. Currently though I am using the hosted