[cfaussie] [ANN-BRIS] Next CFUG Meeting 15/09/10

2010-09-13 Thread Ricardo Russon
More Version Control, Build Systems and ColdFusion 15/09/10 05:30PM TASS - Bowen Hills, Brisbane Unit 1/31 Thompson St, Bowen Hills, 4006 RSVP: http://qld.cfug.org.au Building upon our previous discussion, we will look at different version control & build systems. And how these systems integrate

Re: [cfaussie] CF9 ODBC Driver fir Excel Files

2010-09-13 Thread MrBuzzy
Nice one Kai. I'd also like to add, as Dale mentioned earlier that CF9 brings better/easier solutions to such problems. Instead of trying to bring a 'like for like' port from CF5 to CF9, take a look at what's broken and learn the modern alternatives. Enter CFSPREADSHEED. Or at least I think

Re: [cfaussie] CF9 ODBC Driver fir Excel Files

2010-09-13 Thread Kai Koenig
Setup whatever you need in ODBC in Windows, then try the JDBC-ODBC bridge driver. Just as a side note: cross posting questions to 2+ mailing lists at the same time is considered rude in some circles and a lot of folks ignore those questions. Cheers Kai > Hi, > > I have a series of excel fi

[cfaussie] CF9 ODBC Driver fir Excel Files

2010-09-13 Thread raiola
Hi, I have a series of excel files with datasouce connection running in cf5 Cf9 does not seem to list a Microsoft xls driver to create an odbc datasource connection Any assistance to remedy this issue will be appreciated Regards Claude Raiola (B.Econ Acc; B.Hot. Mngt) Samaris So

RE: [cfaussie] Migrate CF from CF 5 to CF9

2010-09-13 Thread Dale Fraser
That's just a settings issue, Just setup the datasources / custom tags manually and keep moving forward. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com From: cfaussie@googlegroups.com [mailto:cfaus...

Re: [cfaussie] Migrate CF from CF 5 to CF9

2010-09-13 Thread Kai Koenig
Well - you probably would have to manually recreate the datasources. Copying custom tags across by hand can't be that bad either. Have a look at what the custom tag paths are and how they're stored. You _will_ have to look into a bunch of issues. Cheers Kai > When I did so on the test server

RE: [cfaussie] Migrate CF from CF 5 to CF9

2010-09-13 Thread raiola
When I did so on the test server none of the odbc connections transferred across from cf5 to cf9 non of the only some of the cftags came across and those that did they did not work as cf9 appears to place the cf tags related files in a totally different directory path to cf5. Hence my thought of ta