[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

Hmmm.  looks like it might work, Rod.  Thanks!

I can't believe how many tables there are though!


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Mar 4, 2008 at 5:42 PM, Rod Higgins <[EMAIL PROTECTED]> wrote:
>
>  Mike,
>
>  Setup a blank access db - link tables to myob using a ODBC connection.
>  Check the case sensitivity on the tables within myob after linking. Run
>  queries using the access db then port them into CF once successful.
>  Worked this way for me.
>
>  Hth
>  Rod
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

Good suggestion Blair!  I didnt think of using DBInfo - a new part of
CF8 i hadnt learned about yet.

But it didnt get me anywhere.

I sent the following:




And got an error.When i ran the same tag on my other datasources i
got a splendid list of all datasources.   On this MYOB one, i got the
following:

 Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][MYOB ODBC]Invalid SQL
statement identifier


Sigh!

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Mar 4, 2008 at 5:37 PM, Blair McKenzie <[EMAIL PROTECTED]> wrote:
> cfdbinfo give you anything?
>
> Blair
>
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Rod Higgins

Mike,

Setup a blank access db - link tables to myob using a ODBC connection.
Check the case sensitivity on the tables within myob after linking. Run
queries using the access db then port them into CF once successful.
Worked this way for me.

Hth
Rod 
 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Kear
Sent: Tuesday, 4 March 2008 5:32 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: MYOB as a datasource - has anyone done it?


yes i have a ODBC DSN set up in the WinXPPro administration tools
MYOB provide a connection test app, (click and it says "DSN OK" or
"DSN Failed").  So i set up the ODBC DSN in WIndows, and checked it
worked with the tool.   Yes it did.

So i went to the CF8 administrator and set up a DSN there, linking
using the ODBC Connector to the DSN mentioned in the previous
paragraph.   Worked ok,  Clicked the "ok" button and got "OK" result.
  Beauty! I thought - this is going great guns.

Next step - go to the site and make a test page with a simple query in
it,  and CFDUMP of the result - to check it all works that far.
BUMMER!

Back to the CFAdministrator - is the DSN still working?  Click the OK
button - get "OK".So it looks to me like Coldfusion is connecting
to the MYOB database, but running a query on it, even a simple select
query not an insert or update breaks something, or alternatively it's
not set up properly, somehow.   I've called the MYOB support area and
they dont know anything about Coldfusion (surprise surprise) but they
verified that I have the datasource configured correctly, at least
as far as it gets to ColdFusion.   Once i got to talkilng about
anything to do with ColdFusion they just went blank, 'sorry can't help
you'..

So that's why i'd really like to hear from anyone who has actually
managed to make a CFQUERY work on a MYOB datacource.  I havent been
able to confirm that if i set it up correctly it will indeed work.  I
dont want to spend ages working on this if it's goign to end up that
there's some imcompatibility between CF and MYOB or something and it's
never going to work.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month





On Tue, Mar 4, 2008 at 5:22 PM, Steve Onnis <[EMAIL PROTECTED]>
wrote:
>
>  Have you tried using an ODBC Socket connection and connecting to that
in CF?
>
>
>



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Blair McKenzie
cfdbinfo give you anything?

Blair

On Tue, Mar 4, 2008 at 5:32 PM, Mike Kear <[EMAIL PROTECTED]> wrote:

>
> yes i have a ODBC DSN set up in the WinXPPro administration tools
> MYOB provide a connection test app, (click and it says "DSN OK" or
> "DSN Failed").  So i set up the ODBC DSN in WIndows, and checked it
> worked with the tool.   Yes it did.
>
> So i went to the CF8 administrator and set up a DSN there, linking
> using the ODBC Connector to the DSN mentioned in the previous
> paragraph.   Worked ok,  Clicked the "ok" button and got "OK" result.
>  Beauty! I thought - this is going great guns.
>
> Next step - go to the site and make a test page with a simple query in
> it,  and CFDUMP of the result - to check it all works that far.
> BUMMER!
>
> Back to the CFAdministrator - is the DSN still working?  Click the OK
> button - get "OK".So it looks to me like Coldfusion is connecting
> to the MYOB database, but running a query on it, even a simple select
> query not an insert or update breaks something, or alternatively it's
> not set up properly, somehow.   I've called the MYOB support area and
> they dont know anything about Coldfusion (surprise surprise) but they
> verified that I have the datasource configured correctly, at least
> as far as it gets to ColdFusion.   Once i got to talkilng about
> anything to do with ColdFusion they just went blank, 'sorry can't help
> you'..
>
> So that's why i'd really like to hear from anyone who has actually
> managed to make a CFQUERY work on a MYOB datacource.  I havent been
> able to confirm that if i set it up correctly it will indeed work.  I
> dont want to spend ages working on this if it's goign to end up that
> there's some imcompatibility between CF and MYOB or something and it's
> never going to work.
>
>
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
>
>
>
>
> On Tue, Mar 4, 2008 at 5:22 PM, Steve Onnis <[EMAIL PROTECTED]>
> wrote:
> >
> >  Have you tried using an ODBC Socket connection and connecting to that
> in CF?
> >
> >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

yes i have a ODBC DSN set up in the WinXPPro administration tools
MYOB provide a connection test app, (click and it says "DSN OK" or
"DSN Failed").  So i set up the ODBC DSN in WIndows, and checked it
worked with the tool.   Yes it did.

So i went to the CF8 administrator and set up a DSN there, linking
using the ODBC Connector to the DSN mentioned in the previous
paragraph.   Worked ok,  Clicked the "ok" button and got "OK" result.
  Beauty! I thought - this is going great guns.

Next step - go to the site and make a test page with a simple query in
it,  and CFDUMP of the result - to check it all works that far.
BUMMER!

Back to the CFAdministrator - is the DSN still working?  Click the OK
button - get "OK".So it looks to me like Coldfusion is connecting
to the MYOB database, but running a query on it, even a simple select
query not an insert or update breaks something, or alternatively it's
not set up properly, somehow.   I've called the MYOB support area and
they dont know anything about Coldfusion (surprise surprise) but they
verified that I have the datasource configured correctly, at least
as far as it gets to ColdFusion.   Once i got to talkilng about
anything to do with ColdFusion they just went blank, 'sorry can't help
you'..

So that's why i'd really like to hear from anyone who has actually
managed to make a CFQUERY work on a MYOB datacource.  I havent been
able to confirm that if i set it up correctly it will indeed work.  I
dont want to spend ages working on this if it's goign to end up that
there's some imcompatibility between CF and MYOB or something and it's
never going to work.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month





On Tue, Mar 4, 2008 at 5:22 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  Have you tried using an ODBC Socket connection and connecting to that in CF?
>
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Steve Onnis

Have you tried using an ODBC Socket connection and connecting to that in CF?


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mike Kear
Sent: Tuesday, 4 March 2008 5:19 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: MYOB as a datasource - has anyone done it?


I'm checking now to see if CFQUERY is the problem - perhaps not
passing the strings that are needed.How do i send a connect string
now?   IN CF5 there was a connect string attribute for CFQUERY but its
not valid now in CF8.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer AFP Webworks
http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from
AUD$15/month

On Tue, Mar 4, 2008 at 5:08 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  I guess one thing you can try is inspect the database using either 
> homesite  or cfeclipse with the rds plugin.  See what comes up in there.
>
>
>




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

I'm checking now to see if CFQUERY is the problem - perhaps not
passing the strings that are needed.How do i send a connect string
now?   IN CF5 there was a connect string attribute for CFQUERY but its
not valid now in CF8.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

On Tue, Mar 4, 2008 at 5:08 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  I guess one thing you can try is inspect the database using either homesite
>  or cfeclipse with the rds plugin.  See what comes up in there.
>
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Photos from Adobe Air launch in the public domain

2008-03-03 Thread Barry Beattie

Mike, I must have missed you otherwise I would have said "G'day"

we had a small Queensland Contingent to attend (don't get too used to
us northerners attending Sydney events, Mark Blair - the airfares
aren't *that* cheap)

http://www.youtube.com/adobebrisbane

Rock'n'Roll quality video thanks to the Flip video camera

for some reason, Mark Blair up on that podium by himself reminds me of
Roger Waters out of Pink Floyd's "The Wall" - I was expecting the
hammers to come through any minute.

anyone else got any photo's or video to share?

cheers
barry.b


On Tue, Mar 4, 2008 at 4:03 PM, Mike Kear <[EMAIL PROTECTED]> wrote:
>
>  Here are some people who are obviously having a lot of fun at the
>  Adobe Air launch last week 
>
>
>  
> http://www.crn.com.au/Galleries/271,photo-gallery-adobe-air-launch-party.aspx/9006
>
>  Andrew Muller looking remarkably restrained and respectable.
>  --
>  Cheers
>  Mike Kear
>  Windsor, NSW, Australia
>  Adobe Certified Advanced ColdFusion Developer
>  AFP Webworks
>  http://afpwebworks.com
>  ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
>  >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Steve Onnis

I guess one thing you can try is inspect the database using either homesite
or cfeclipse with the rds plugin.  See what comes up in there. 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mike Kear
Sent: Tuesday, 4 March 2008 5:05 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: MYOB as a datasource - has anyone done it?


Thanks Steve.  We have paid for the access, and have a valid key.  I checked
that with MYOB.

Do you konw if a CFQUERY will work if we set the rest of it all up
correctly? or do i have to forget using CFQUERY and code the connection
strings myself using ?


On Tue, Mar 4, 2008 at 4:59 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  You have to pay for the access to it.  The normal myob does not let 
> outside  application do antyhing with it.  You have to pay for a 
> driver for it and  even then you get different levels, either a select 
> or  select/update/insert/delete driver.  So I would say the the 
> database itself  is not allowing cf to access it, even though it 
> connects successfully
>
>  Steve
>
>
>
>  -Original Message-
>  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
> Behalf  Of Mike Kear
>  Sent: Tuesday, 4 March 2008 4:56 PM
>  To: cfaussie
>  Subject: [cfaussie] MYOB as a datasource - has anyone done it?
>
>
>  Has anyone successfully managed to connect to MYOB as a datasource 
> and run  coldfusion queries against it?
>
>  I've got the write access key and verified i have a valid DSN in my 
> control  panel (WInXPPro) and the CF8 Administrator has a DSN 
> configured, which shows  'OK" when I click the 'test DSN' icon.  So far,
so good.
>
>  But when i create a CFM page and use that dsn name (imaginatively 
> named
>  testMYOB) i get an error message.
>
>  The query's simple enough - all i want to do is test it all at this 
> stage -  it's as follows:
>
>   Select * from 
> Customers   
>
>  But i get the following error when I do:
>
>   Error Executing Database Query.
>  [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: 
> Driver does  not support this function
>
>
>  Has anyone else seen this?Does a CFQUERY actually work on a MYOB
>  dsn?Do i have to set up a datasource connection string etc
>  manually in the .CFM page?
>
>  The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
>  any difference.
>  --
>  Cheers
>  Mike Kear
>  Windsor, NSW, Australia
>  Adobe Certified Advanced ColdFusion Developer AFP Webworks  
> http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from  
> AUD$15/month
>
>
>
>
>  >
>



--
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer AFP Webworks
http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from
AUD$15/month




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Steve Onnis
i thought they were filemaker pro databases?

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Simon Haddon
Sent: Tuesday, 4 March 2008 5:04 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: MYOB as a datasource - has anyone done it?


Hi Mike,

Funny enough I am interested in doing the same thing.  My understanding is
that a registration key is required but that the database is a standard MS
access database and so should just work.  If I learn anything new I will
tell you.

Cheers,
Simon


On 04/03/2008, Mike Kear <[EMAIL PROTECTED]> wrote: 


Has anyone successfully managed to connect to MYOB as a datasource and
run coldfusion queries against it?

I've got the write access key and verified i have a valid DSN in my
control panel (WInXPPro) and the CF8 Administrator has a DSN
configured, which shows 'OK" when I click the 'test DSN' icon.  So
far, so good.

But when i create a CFM page and use that dsn name (imaginatively
named testMYOB) i get an error message.

The query's simple enough - all i want to do is test it all at this
stage - it's as follows:


Select * from Customers



But i get the following error when I do:

  Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver
does not support this function


Has anyone else seen this?Does a CFQUERY actually work on a MYOB
dsn?Do i have to set up a datasource connection string etc
manually in the .CFM page?

The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
any difference.
--
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month






-- 
Cheers
Simon Haddon

Woman loves feeling danger and speed. That is why woman wants man.  They get
a speed rush that is the most dangerous of all.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

... besides ..  at this point all i'm trying to do is read from the
MYOB database, which is permitted without a key.

Cheers
Mike Kear


On Tue, Mar 4, 2008 at 5:04 PM, Mike Kear <[EMAIL PROTECTED]> wrote:
> Thanks Steve.  We have paid for the access, and have a valid key.  I
>  checked that with MYOB.
>
>  Do you konw if a CFQUERY will work if we set the rest of it all up
>  correctly? or do i have to forget using CFQUERY and code the
>  connection strings myself using ?
>
>
>
>
>  On Tue, Mar 4, 2008 at 4:59 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>  >
>  >  You have to pay for the access to it.  The normal myob does not let 
> outside
>  >  application do antyhing with it.  You have to pay for a driver for it and
>  >  even then you get different levels, either a select or
>  >  select/update/insert/delete driver.  So I would say the the database 
> itself
>  >  is not allowing cf to access it, even though it connects successfully
>  >
>  >  Steve
>  >
>  >
>  >
>  >  -Original Message-
>  >  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>  >  Of Mike Kear
>  >  Sent: Tuesday, 4 March 2008 4:56 PM
>  >  To: cfaussie
>  >  Subject: [cfaussie] MYOB as a datasource - has anyone done it?
>  >
>  >
>  >  Has anyone successfully managed to connect to MYOB as a datasource and run
>  >  coldfusion queries against it?
>  >
>  >  I've got the write access key and verified i have a valid DSN in my 
> control
>  >  panel (WInXPPro) and the CF8 Administrator has a DSN configured, which 
> shows
>  >  'OK" when I click the 'test DSN' icon.  So far, so good.
>  >
>  >  But when i create a CFM page and use that dsn name (imaginatively named
>  >  testMYOB) i get an error message.
>  >
>  >  The query's simple enough - all i want to do is test it all at this stage 
> -
>  >  it's as follows:
>  >
>  >   Select * from 
> Customers
>  >   
>  >
>  >  But i get the following error when I do:
>  >
>  >   Error Executing Database Query.
>  >  [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver 
> does
>  >  not support this function
>  >
>  >
>  >  Has anyone else seen this?Does a CFQUERY actually work on a MYOB
>  >  dsn?Do i have to set up a datasource connection string etc
>  >  manually in the .CFM page?
>  >
>  >  The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
>  >  any difference.
>  >  --
>  >  Cheers
>  >  Mike Kear
>  >  Windsor, NSW, Australia
>  >  Adobe Certified Advanced ColdFusion Developer AFP Webworks
>  >  http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from
>  >  AUD$15/month
>  >
>  >
>  >
>  >
>  >  >  >
>  >
>
>
>
>  --
>
>
> Cheers
>  Mike Kear
>  Windsor, NSW, Australia
>  Adobe Certified Advanced ColdFusion Developer
>  AFP Webworks
>  http://afpwebworks.com
>  ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>



-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

Thanks Steve.  We have paid for the access, and have a valid key.  I
checked that with MYOB.

Do you konw if a CFQUERY will work if we set the rest of it all up
correctly? or do i have to forget using CFQUERY and code the
connection strings myself using ?


On Tue, Mar 4, 2008 at 4:59 PM, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  You have to pay for the access to it.  The normal myob does not let outside
>  application do antyhing with it.  You have to pay for a driver for it and
>  even then you get different levels, either a select or
>  select/update/insert/delete driver.  So I would say the the database itself
>  is not allowing cf to access it, even though it connects successfully
>
>  Steve
>
>
>
>  -Original Message-
>  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>  Of Mike Kear
>  Sent: Tuesday, 4 March 2008 4:56 PM
>  To: cfaussie
>  Subject: [cfaussie] MYOB as a datasource - has anyone done it?
>
>
>  Has anyone successfully managed to connect to MYOB as a datasource and run
>  coldfusion queries against it?
>
>  I've got the write access key and verified i have a valid DSN in my control
>  panel (WInXPPro) and the CF8 Administrator has a DSN configured, which shows
>  'OK" when I click the 'test DSN' icon.  So far, so good.
>
>  But when i create a CFM page and use that dsn name (imaginatively named
>  testMYOB) i get an error message.
>
>  The query's simple enough - all i want to do is test it all at this stage -
>  it's as follows:
>
>   Select * from Customers
>   
>
>  But i get the following error when I do:
>
>   Error Executing Database Query.
>  [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver does
>  not support this function
>
>
>  Has anyone else seen this?Does a CFQUERY actually work on a MYOB
>  dsn?Do i have to set up a datasource connection string etc
>  manually in the .CFM page?
>
>  The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
>  any difference.
>  --
>  Cheers
>  Mike Kear
>  Windsor, NSW, Australia
>  Adobe Certified Advanced ColdFusion Developer AFP Webworks
>  http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from
>  AUD$15/month
>
>
>
>
>  >
>



-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Simon Haddon
Hi Mike,

Funny enough I am interested in doing the same thing.  My understanding is
that a registration key is required but that the database is a standard MS
access database and so should just work.  If I learn anything new I will
tell you.

Cheers,
Simon

On 04/03/2008, Mike Kear <[EMAIL PROTECTED]> wrote:
>
>
> Has anyone successfully managed to connect to MYOB as a datasource and
> run coldfusion queries against it?
>
> I've got the write access key and verified i have a valid DSN in my
> control panel (WInXPPro) and the CF8 Administrator has a DSN
> configured, which shows 'OK" when I click the 'test DSN' icon.  So
> far, so good.
>
> But when i create a CFM page and use that dsn name (imaginatively
> named testMYOB) i get an error message.
>
> The query's simple enough - all i want to do is test it all at this
> stage - it's as follows:
>
> 
> Select * from Customers
> 
> 
>
> But i get the following error when I do:
>
>   Error Executing Database Query.
> [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver
> does not support this function
>
>
> Has anyone else seen this?Does a CFQUERY actually work on a MYOB
> dsn?Do i have to set up a datasource connection string etc
> manually in the .CFM page?
>
> The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
> any difference.
> --
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
> >
>


-- 
Cheers
Simon Haddon

Woman loves feeling danger and speed. That is why woman wants man.  They get
a speed rush that is the most dangerous of all.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Photos from Adobe Air launch in the public domain

2008-03-03 Thread Mike Kear

Here are some people who are obviously having a lot of fun at the
Adobe Air launch last week 


http://www.crn.com.au/Galleries/271,photo-gallery-adobe-air-launch-party.aspx/9006

Andrew Muller looking remarkably restrained and respectable.
-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: MYOB as a datasource - has anyone done it?

2008-03-03 Thread Steve Onnis

You have to pay for the access to it.  The normal myob does not let outside
application do antyhing with it.  You have to pay for a driver for it and
even then you get different levels, either a select or
select/update/insert/delete driver.  So I would say the the database itself
is not allowing cf to access it, even though it connects successfully

Steve 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mike Kear
Sent: Tuesday, 4 March 2008 4:56 PM
To: cfaussie
Subject: [cfaussie] MYOB as a datasource - has anyone done it?


Has anyone successfully managed to connect to MYOB as a datasource and run
coldfusion queries against it?

I've got the write access key and verified i have a valid DSN in my control
panel (WInXPPro) and the CF8 Administrator has a DSN configured, which shows
'OK" when I click the 'test DSN' icon.  So far, so good.

But when i create a CFM page and use that dsn name (imaginatively named
testMYOB) i get an error message.

The query's simple enough - all i want to do is test it all at this stage -
it's as follows:

 Select * from Customers
 

But i get the following error when I do:

 Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver does
not support this function


Has anyone else seen this?Does a CFQUERY actually work on a MYOB
dsn?Do i have to set up a datasource connection string etc
manually in the .CFM page?

The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
any difference.
--
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer AFP Webworks
http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from
AUD$15/month




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] MYOB as a datasource - has anyone done it?

2008-03-03 Thread Mike Kear

Has anyone successfully managed to connect to MYOB as a datasource and
run coldfusion queries against it?

I've got the write access key and verified i have a valid DSN in my
control panel (WInXPPro) and the CF8 Administrator has a DSN
configured, which shows 'OK" when I click the 'test DSN' icon.  So
far, so good.

But when i create a CFM page and use that dsn name (imaginatively
named testMYOB) i get an error message.

The query's simple enough - all i want to do is test it all at this
stage - it's as follows:


Select * from Customers



But i get the following error when I do:

 Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver
does not support this function


Has anyone else seen this?Does a CFQUERY actually work on a MYOB
dsn?Do i have to set up a datasource connection string etc
manually in the .CFM page?

The version is MYOB v17,   MYOB ODBC driver is v7.00.00.04 if it makes
any difference.
-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Can SQLServer Express do automated jobs unattended?

2008-03-03 Thread Mike Kear

I'm sorry for cross-posting here but several requests on the SQL- list
wihtout success.  I hope someone on this list will know ...

I have to set up a PC for my client that will do some maintenance jobs
unattended each night.   It will have to upload some data to teh web
site from their accounting records, and download some other data from
the web site each night and load that into the accounting system.

I will use coldfusion for part of the job,   but can the free MS
SQLServer Express run jobs unattended, such as run SSIS jobs to a
schedule to copy some of the data from the remote database?

(we are on a shared server so we dont have administrator access to the
remote server - therefore we cant use the synchronisation/ backup /
replication stuff in SQLServer )

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Flex Builder as main CF IDE

2008-03-03 Thread Karan Joshi
That's correct Blair. During the stand alone intsall of Flex 3, you get an
option either to install it as standalone app or Eclipse plugin.

On Tue, Mar 4, 2008 at 11:23 AM, Blair McKenzie <[EMAIL PROTECTED]> wrote:

> I think the plugin is just an option in the standard installer.
>
> Blair
>
>
> On Tue, Mar 4, 2008 at 11:03 AM, Bryce Hoffmann <[EMAIL PROTECTED]>
> wrote:
>
> >  I installed the released Flex Builder 3.
> >
> > Looks like the installed Eclipse Platform is 3.3.1
> >
> > That was the full Windows Stand-alone version. I can't find a plugin
> > version? Has it not made it to release yet?
> >
> >
> >
> > Bryce Hoffmann
> >
> >
> >
> >
> >  --
> >
> > *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> > Behalf Of *Joris de Beer
> > *Sent:* Thursday, 28 February 2008 9:21 PM
> > *To:* cfaussie@googlegroups.com
> > *Subject:* [cfaussie] Re: Flex Builder as main CF IDE
> >
> >
> >
> > No, I didn't install using Pulse, although I tried it out, I just
> > installed FB3 separately. So far I'm liking FB3. I'm not getting any
> > NullPointer errors in FB3 like my other Eclipse installations, and a lot of
> > the Java/C++ stuff is not included so everything seems a bit neater and
> > focused on WebDev which is what I was after?
> >
> >
> >
> >
> >
> > On 28/02/2008, at 8:56 PM, AJ Mercer wrote:
> >
> >
> >
> >  can FB3 (given that you have purchased a license), be installed using
> > Pulse?
> >
> >  On Tue, Feb 26, 2008 at 6:06 PM, CyberAngel <[EMAIL PROTECTED]> wrote:
> >
> >
> > Polished...
> >
> > That makes me laugh, as it is Eclipse...
> >
> > And removing what you don't need is easy, or adding what you do need is
> > easy.
> >
> > From memory Flex Builder 3, is actually built on top of Eclipse 3.2..
> >
> > Now I can get the eclipse plugin, and run it in my current Eclipse 3.3
> > version does that make my Eclipse just as polished now?
> >
> > Sorry I had to be sarcastic here;-)
> >
> >
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
> > Of Brontojoris
> > Sent: Tuesday, 26 February 2008 7:35 PM
> > To: cfaussie
> > Subject: [cfaussie] Flex Builder as main CF IDE
> >
> >
> > Is anyone using Adobe Flex Builder as their main Coldfusion
> > development environment?
> >
> > It seems to be quite a polished version of Eclipse, plus you get a lot
> > of goodies for free (as in you don't need to sweat too much to make it
> > work), a lot of the Java/C++ etc stuff has been junked, and there is
> > some integration with the Adobe CS3 suite of apps.
> >
> > On the downside it is quite expensive, but compared to what the pretty
> > boys in the design department have to shell out for their toys it is
> > on par.
> >
> > Is it hard to use Flex Builder for CF only? Would be interested in
> > hearing any experiences, tips, suggestions, warnings, on this topic.
> >
> >
> >
> >
> >  *** Confidentiality and Disclaimer Statement *
> > The information in this e-mail and any attachments are confidential and
> > may be subject to legal professional privilege. It is intended solely for
> > the attention and use of the named addressee(s). If you are not the intended
> > recipient, or person responsible for delivering this information to the
> > intended recipient, please notify the sender immediately. Unless you are the
> > intended recipient or his/her representative you are not authorised to, and
> > must not read, copy, distribute, use or retain this message or any part of
> > it.
> >
> > Opinions, conclusions and other information expressed in this message
> > are not given or endorsed by NCC unless otherwise indicated by an authorised
> > officer independent of this message.
> >
> > NCC has implemented anti-virus software, and whilst all care is taken,
> > it is the recipient's responsibility to ensure that the message and any
> > attachments are scanned for viruses prior to use.
> >
> > This footnote also confirms this e-mail message has been read
> > electronically by an e-mail content breakdown system.
> >
> > Newcastle City Council
> > Web: http://www.newcastle.nsw.gov.au
> > E-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Dev Tools and toys

2008-03-03 Thread Charlie Arehart (lists account)

Sean, there were no more replies in the thread you started under the subject
above. Did the resource I pointed to below help you? 

Did anyone else check it out? It's got the kind of info that people seem to
ask about all the time: "what tools exist to do ..."

I'd like to hear back from folks what you think of it, and if there's
anything you think I need to add.

/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Charlie Arehart (lists account)
Sent: Wednesday, February 20, 2008 7:53 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Dev Tools and toys


Sean, you don't say what sort of tools and toys you're looking for, so I can
point you to a smorgasbord of several dozen in dozens of categories:

http://carehart.org/resourcelists/tools_to_consider/ 

I list tools that either work with CF or would be typically useful by CF
developers, in the following categories:

* Blog Aggregators
* Blogging Tools
* Certification Prep Tools
* CF Job Resources (Hire/Be Hired)
* CFMAIL Replacement/Enhancement Tools
* CFML Caching Tools
* CFML Debugging Tools
* CFML Documentation/Help Tools
* CFML Engine Alternatives
* CFML Frameworks/Methodologies
* CFML Resource Sites
* CFML Tutorial Sites
* Code Generators
  o CFML Code Generators
  o Flex Code Generators
* Comparison Tools
  o File/Dir Comparison Tools
  o Database Comparison Tools
* Content Management Systems
* Database Engines
  o Name brand DBMS's
  o Alternative Databases
* Database Tools
  o Database Coding Tools
  o Database Comparison Tools
  o Database Monitoring Tools
  o Database Query/Explore Tools
  o Database Testing Tools
* E-commerce Enabling Solutions
* Editors/IDEs
* Excel File Processing Tools
* File Upload Tools
* Forums/Bulletin Boards
* Graphing/Charting Tools
* HTTP Debugging Proxy Tools
  o Free, General-purpose HTTP Debugging Proxies
  o Free, Firefox-only Proxies
  o Free, IE-only Proxies
  o Commercial Proxies
* Image Processing Tools
* Monitoring Tools
  o Application Monitoring Tools
  o ColdFusion Monitoring Tools
  o Database Monitoring Tools
  o Site Monitoring Tools
  o System Monitoring Tools
* Regular Expression Generation/Testing Tools
* RSS to Email Tools
* Server-side Spell Checkers
* Source Code Control Tools
* Testing Tools
  o Code Testing Tools
  o Database Testing Tools
  o Load and Application Testing Tools
  o Page Testing Tools
  o Regex Testing Tools
  o Site Security Testing Tools
  o Web Services Testing Tools
* Web Services Browsing/Testing Tools
* Web Site Design Repositories
* Wiki Tools
* WYSIWYG/Rich Text Editors

/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Sean Bucklar
Sent: Wednesday, February 20, 2008 6:40 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Dev Tools and toys


I've recently been reviewing my chosen dev tools and toys, and having a play
with some new stuff. I'm fairly sold on Eclipse after the numerous earlier
reccomendations and html formatter
(http://www.logichammer.com/html-formatter/) with it's native CF support has
done wonders for some of my more hurried code's readability.

But I assume there's plenty of other useful stuff out there, any suggestions
for stuff I should check out?











--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Taco Fleur
Thanks Chris.

On 3/4/08, Chris Velevitch <[EMAIL PROTECTED]> wrote:
>
>
> On Tue, Mar 4, 2008 at 11:00 AM, Taco Fleur <[EMAIL PROTECTED]> wrote:
> > Difference being "requesting to do something" and "doing something".
>
> You are asking this list, what has been done that seems to be
> effective. And http://groups.google.com/groups/dir?&sel=33593814&expand=1
> is a set of mailing lists that specialise in net abuse. Maybe there's
> an answer there. Unless, of course, Kym's answer is the one for you.
>
>
>
> Chris
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group
> m: 0415 469 095
> www.flashdev.org.au
>
> Sydney Flash Platform Developers Group
> March AIR and SQLite
> Date: Wed 26th March 6pm for 6:30 start
> Details soon
>
> >
>


-- 
Try advertising on the new Australian Business Directory
www.clickfind.com.au
blog: http://australiansearchengine.wordpress.com/
Web Designers > http://www.web-designers-australia.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Maintaining sessions across Ajax calls

2008-03-03 Thread Andrew Scott

Steve,

When a user logs in, you should create an ID that is specific to that
session and use that to re authenticate the communication. That is the most
simplest explanation, but it is more involved than that.

REST is maybe the best reading you can do in this case, and may open the
doors up a bit more.

And what are you using for your Ajax?


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Tuesday, 4 March 2008 1:59 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Maintaining sessions across Ajax calls



Just wondering if anyone can tell me how to maintain and update sessions
across Ajax calls.  Basically what I am trying to do is a login process over
an Ajax call.  The login happens on the Ajax call but the main browser
session is not being updated so if I refresh the page the old session is
still there.  I have tried passing the JSESSIONID across into the Ajax URL
but it doesn't seem to want to update the main browser window with the new
session info.

Any ideas on this one?

Steve




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Chris Velevitch

On Tue, Mar 4, 2008 at 11:00 AM, Taco Fleur <[EMAIL PROTECTED]> wrote:
> Difference being "requesting to do something" and "doing something".

You are asking this list, what has been done that seems to be
effective. And http://groups.google.com/groups/dir?&sel=33593814&expand=1
is a set of mailing lists that specialise in net abuse. Maybe there's
an answer there. Unless, of course, Kym's answer is the one for you.



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

Sydney Flash Platform Developers Group
March AIR and SQLite
Date: Wed 26th March 6pm for 6:30 start
Details soon

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Flex Builder as main CF IDE

2008-03-03 Thread Blair McKenzie
I think the plugin is just an option in the standard installer.

Blair

On Tue, Mar 4, 2008 at 11:03 AM, Bryce Hoffmann <[EMAIL PROTECTED]>
wrote:

>  I installed the released Flex Builder 3.
>
> Looks like the installed Eclipse Platform is 3.3.1
>
> That was the full Windows Stand-alone version. I can't find a plugin
> version? Has it not made it to release yet?
>
>
>
> Bryce Hoffmann
>
>
>
>
>  --
>
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Joris de Beer
> *Sent:* Thursday, 28 February 2008 9:21 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: Flex Builder as main CF IDE
>
>
>
> No, I didn't install using Pulse, although I tried it out, I just
> installed FB3 separately. So far I'm liking FB3. I'm not getting any
> NullPointer errors in FB3 like my other Eclipse installations, and a lot of
> the Java/C++ stuff is not included so everything seems a bit neater and
> focused on WebDev which is what I was after?
>
>
>
>
>
> On 28/02/2008, at 8:56 PM, AJ Mercer wrote:
>
>
>
>  can FB3 (given that you have purchased a license), be installed using
> Pulse?
>
>  On Tue, Feb 26, 2008 at 6:06 PM, CyberAngel <[EMAIL PROTECTED]> wrote:
>
>
> Polished...
>
> That makes me laugh, as it is Eclipse...
>
> And removing what you don't need is easy, or adding what you do need is
> easy.
>
> From memory Flex Builder 3, is actually built on top of Eclipse 3.2..
>
> Now I can get the eclipse plugin, and run it in my current Eclipse 3.3
> version does that make my Eclipse just as polished now?
>
> Sorry I had to be sarcastic here;-)
>
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
> Of Brontojoris
> Sent: Tuesday, 26 February 2008 7:35 PM
> To: cfaussie
> Subject: [cfaussie] Flex Builder as main CF IDE
>
>
> Is anyone using Adobe Flex Builder as their main Coldfusion
> development environment?
>
> It seems to be quite a polished version of Eclipse, plus you get a lot
> of goodies for free (as in you don't need to sweat too much to make it
> work), a lot of the Java/C++ etc stuff has been junked, and there is
> some integration with the Adobe CS3 suite of apps.
>
> On the downside it is quite expensive, but compared to what the pretty
> boys in the design department have to shell out for their toys it is
> on par.
>
> Is it hard to use Flex Builder for CF only? Would be interested in
> hearing any experiences, tips, suggestions, warnings, on this topic.
>
>
>
>
>  *** Confidentiality and Disclaimer Statement *
> The information in this e-mail and any attachments are confidential and
> may be subject to legal professional privilege. It is intended solely for
> the attention and use of the named addressee(s). If you are not the intended
> recipient, or person responsible for delivering this information to the
> intended recipient, please notify the sender immediately. Unless you are the
> intended recipient or his/her representative you are not authorised to, and
> must not read, copy, distribute, use or retain this message or any part of
> it.
>
> Opinions, conclusions and other information expressed in this message are
> not given or endorsed by NCC unless otherwise indicated by an authorised
> officer independent of this message.
>
> NCC has implemented anti-virus software, and whilst all care is taken, it
> is the recipient's responsibility to ensure that the message and any
> attachments are scanned for viruses prior to use.
>
> This footnote also confirms this e-mail message has been read
> electronically by an e-mail content breakdown system.
>
> Newcastle City Council
> Web: http://www.newcastle.nsw.gov.au
> E-mail: [EMAIL PROTECTED]
>
>
>
> >
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Kym Kovan


Taco Fleur wrote:
> There is ALWAYS a solution to a problem. But keep 'm coming, the more 
> ideas we get out of it ;-)
Here's one:

With our CF-base mail server we can do tricks and one has been to log 
all bad IP addresses for machines that try to send "bad" emails. Most 
are easy to detect (not a full domain name in the HELO clause, etc) and 
we store these and reject in the future on the IP when they connect. The 
database has over a million records at the moment and is growing 
steadily and we were concerned as to how to look up on every hit as with 
umpteen emails a second on a table that size its making the db server 
work hard. We tried Q of Q and caching, etc but the update rate is so 
high that cahing is not much use and the best we found is simply storing 
the lot in an application scope structure, 
application.bannedIPs[IPaddress], and use 
StructKeyExists(application.bannedIPs, IPaddress) to see if the incoming 
IP is good or not. Works well and memory use does not seem to be a problem.

So handling a stack of IPs is not as bad as it first appears..

-- 

Kym Kovan,
Technical Support,
mort bay communications

[EMAIL PROTECTED]
+61.2 9559 2629


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Flex Builder as main CF IDE

2008-03-03 Thread Joel Cass
You are much better off with the full version. Though I think you can
select to install it as a plugin during the install process. At least
one of the releases played like this.

 

I did try installing it as a plugin on eclipse 3.4.0 but it died and
went to null pointer heaven.

 

Just because it is a beta (or new) product and therefore a little dodgy
in some areas, it makes a lot of sense to keep it separate from your
current dev environment.

 

Joel Cass Developer

Gruden - Design | Development | Implementation
t +61 2 9299 9462 f +61 2 9299 9463 m 0414 688 774 www.gruden.com
  



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bryce Hoffmann
Sent: Tuesday, 4 March 2008 11:04 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Flex Builder as main CF IDE

 

I installed the released Flex Builder 3.

Looks like the installed Eclipse Platform is 3.3.1

That was the full Windows Stand-alone version. I can't find a plugin
version? Has it not made it to release yet?

 

Bryce Hoffmann  

 

 



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Joris de Beer
Sent: Thursday, 28 February 2008 9:21 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Flex Builder as main CF IDE

 

No, I didn't install using Pulse, although I tried it out, I just
installed FB3 separately. So far I'm liking FB3. I'm not getting any
NullPointer errors in FB3 like my other Eclipse installations, and a lot
of the Java/C++ stuff is not included so everything seems a bit neater
and focused on WebDev which is what I was after?

 

 

On 28/02/2008, at 8:56 PM, AJ Mercer wrote:

 

can FB3 (given that you have purchased a license), be installed using
Pulse?

On Tue, Feb 26, 2008 at 6:06 PM, CyberAngel <[EMAIL PROTECTED]> wrote:


Polished...

That makes me laugh, as it is Eclipse...

And removing what you don't need is easy, or adding what you do need is
easy.

From memory Flex Builder 3, is actually built on top of Eclipse 3.2..

Now I can get the eclipse plugin, and run it in my current Eclipse 3.3
version does that make my Eclipse just as polished now?

Sorry I had to be sarcastic here;-)



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
Of Brontojoris
Sent: Tuesday, 26 February 2008 7:35 PM
To: cfaussie
Subject: [cfaussie] Flex Builder as main CF IDE


Is anyone using Adobe Flex Builder as their main Coldfusion
development environment?

It seems to be quite a polished version of Eclipse, plus you get a lot
of goodies for free (as in you don't need to sweat too much to make it
work), a lot of the Java/C++ etc stuff has been junked, and there is
some integration with the Adobe CS3 suite of apps.

On the downside it is quite expensive, but compared to what the pretty
boys in the design department have to shell out for their toys it is
on par.

Is it hard to use Flex Builder for CF only? Would be interested in
hearing any experiences, tips, suggestions, warnings, on this topic.

 

 

*** Confidentiality and Disclaimer Statement *
The information in this e-mail and any attachments are confidential and
may be subject to legal professional privilege. It is intended solely
for the attention and use of the named addressee(s). If you are not the
intended recipient, or person responsible for delivering this
information to the intended recipient, please notify the sender
immediately. Unless you are the intended recipient or his/her
representative you are not authorised to, and must not read, copy,
distribute, use or retain this message or any part of it.

Opinions, conclusions and other information expressed in this message
are not given or endorsed by NCC unless otherwise indicated by an
authorised officer independent of this message.

NCC has implemented anti-virus software, and whilst all care is taken,
it is the recipient's responsibility to ensure that the message and any
attachments are scanned for viruses prior to use.

This footnote also confirms this e-mail message has been read
electronically by an e-mail content breakdown system.

Newcastle City Council
Web: http://www.newcastle.nsw.gov.au
E-mail: [EMAIL PROTECTED]

 






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Taco Fleur
>
> > ... not to actually do something
> > about it in a collaborative manner.
>
> and to inform interested parties what is being done and requests for
> collaboration


*Difference being "requesting to do something" and "doing something".*

Even if the tool is only used by the applications we roll out, its worth the
hassle.

How easy it is to read an RSS file, have a VBS script update all 200 IIS
websites with the IPs blacklisted, or import it into the firewall.

In regards to there being so many IPs.
You'd make the tool smarter, look at the country you're in and only use the
top X% of the IPs that are scanning within Australia, or your hosts IP
range, or integrate with a tool that reads your logs, analyzes it, defines
which IPs are bad, and returns a list to you of those that are bad...
There is ALWAYS a solution to a problem. But keep 'm coming, the more ideas
we get out of it ;-)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Flex Builder as main CF IDE

2008-03-03 Thread Bryce Hoffmann
I installed the released Flex Builder 3.

Looks like the installed Eclipse Platform is 3.3.1

That was the full Windows Stand-alone version. I can't find a plugin
version? Has it not made it to release yet?

 

Bryce Hoffmann  

 

 



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Joris de Beer
Sent: Thursday, 28 February 2008 9:21 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Flex Builder as main CF IDE

 

No, I didn't install using Pulse, although I tried it out, I just
installed FB3 separately. So far I'm liking FB3. I'm not getting any
NullPointer errors in FB3 like my other Eclipse installations, and a lot
of the Java/C++ stuff is not included so everything seems a bit neater
and focused on WebDev which is what I was after?

 

 

On 28/02/2008, at 8:56 PM, AJ Mercer wrote:





can FB3 (given that you have purchased a license), be installed using
Pulse?



On Tue, Feb 26, 2008 at 6:06 PM, CyberAngel <[EMAIL PROTECTED]> wrote:


Polished...

That makes me laugh, as it is Eclipse...

And removing what you don't need is easy, or adding what you do need is
easy.

From memory Flex Builder 3, is actually built on top of Eclipse 3.2..

Now I can get the eclipse plugin, and run it in my current Eclipse 3.3
version does that make my Eclipse just as polished now?

Sorry I had to be sarcastic here;-)



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
Of Brontojoris
Sent: Tuesday, 26 February 2008 7:35 PM
To: cfaussie
Subject: [cfaussie] Flex Builder as main CF IDE


Is anyone using Adobe Flex Builder as their main Coldfusion
development environment?

It seems to be quite a polished version of Eclipse, plus you get a lot
of goodies for free (as in you don't need to sweat too much to make it
work), a lot of the Java/C++ etc stuff has been junked, and there is
some integration with the Adobe CS3 suite of apps.

On the downside it is quite expensive, but compared to what the pretty
boys in the design department have to shell out for their toys it is
on par.

Is it hard to use Flex Builder for CF only? Would be interested in
hearing any experiences, tips, suggestions, warnings, on this topic.

 





*** Confidentiality and Disclaimer Statement *
The information in this e-mail and any attachments are confidential and may be 
subject to legal professional privilege. It is intended solely for the 
attention and use of the named addressee(s). If you are not the intended 
recipient, or person responsible for delivering this information to the 
intended recipient, please notify the sender immediately. Unless you are the 
intended recipient or his/her representative you are not authorised to, and 
must not read, copy, distribute, use or retain this message or any part of it.

Opinions, conclusions and other information expressed in this message are not 
given or endorsed by NCC unless otherwise indicated by an authorised officer 
independent of this message.

NCC has implemented anti-virus software, and whilst all care is taken, it is 
the recipient's responsibility to ensure that the message and any attachments 
are scanned for viruses prior to use.

This footnote also confirms this e-mail message has been read electronically by 
an e-mail content breakdown system.

Newcastle City Council
Web: http://www.newcastle.nsw.gov.au
E-mail: [EMAIL PROTECTED]



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Eclipse Handling File Extensions

2008-03-03 Thread Bryce Hoffmann

There was an extension I used from Spike that did just that.

Com.spikefu.eclipse.filesystemplugin_0.0.1

Unfortunately it stopped working a version (or two) of Eclipse ago
Was never able to work out exactly why.

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joris de 
Beer
Sent: Thursday, 28 February 2008 6:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Eclipse Handling File Extensions


So is TextWrangler.


On 28/02/2008, at 2:44 PM, [EMAIL PROTECTED] wrote:

>
> smultron is free :)
>
> On Feb 28, 2:40 pm, Peter Bell <[EMAIL PROTECTED]> wrote:
>> Nope. Eclipse just doesn¹t play that way (at least at the moment).  
>> Not a lot
>> Mark can do about it. However, looks like the idea is being thrown  
>> about:https://bugs.eclipse.org/bugs/show_bug.cgi?id=201154https://bugs.eclipse.org/bugs/show_bug.cgi?id=178927
>>
>> Best Wishes,
>> Peter
>>
>> On 2/27/08 9:08 PM, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
>>
>>> Is there a way that you can get Eclipse registered against file  
>>> extensions.
>>
>>> Ie double click on a .cfm, .cfc or .as and want it to open in  
>>> Eclipse. I know
>>> things work in projects, but even if it opened these in some  
>>> default project
>>> that would be fine.
>>
>>> Regards
>>> Dale Fraser
> >




*** Confidentiality and Disclaimer Statement *
The information in this e-mail and any attachments are confidential and may be 
subject to legal professional privilege. It is intended solely for the 
attention and use of the named addressee(s). If you are not the intended 
recipient, or person responsible for delivering this information to the 
intended recipient, please notify the sender immediately. Unless you are the 
intended recipient or his/her representative you are not authorised to, and 
must not read, copy, distribute, use or retain this message or any part of it.

Opinions, conclusions and other information expressed in this message are not 
given or endorsed by NCC unless otherwise indicated by an authorised officer 
independent of this message.

NCC has implemented anti-virus software, and whilst all care is taken, it is 
the recipient's responsibility to ensure that the message and any attachments 
are scanned for viruses prior to use.

This footnote also confirms this e-mail message has been read electronically by 
an e-mail content breakdown system.

Newcastle City Council
Web: http://www.newcastle.nsw.gov.au
E-mail: [EMAIL PROTECTED]



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Maintaining sessions across Ajax calls

2008-03-03 Thread Steve Onnis
Well no not really.  What i am actually trying to do is a language selector
and storing the language in the session scope so what i am trying to do is
valid, i think anyway.

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Ireland
Sent: Tuesday, 4 March 2008 10:19 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Maintaining sessions across Ajax calls


You should ask the question: 'How do I stop hacking of the session with
ajax?'
and work backwards from there.

> From: [EMAIL PROTECTED]
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Maintaining sessions across Ajax calls
> Date: Tue, 4 Mar 2008 01:58:55 +1100
> 
> 
> 
> Just wondering if anyone can tell me how to maintain and update sessions
> across Ajax calls. Basically what I am trying to do is a login process
over
> an Ajax call. The login happens on the Ajax call but the main browser
> session is not being updated so if I refresh the page the old session is
> still there. I have tried passing the JSESSIONID across into the Ajax URL
> but it doesn't seem to want to update the main browser window with the new
> session info.
> 
> Any ideas on this one?
> 
> Steve
> 
> 
> 




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Maintaining sessions across Ajax calls

2008-03-03 Thread Mark Ireland

You should ask the question: 'How do I stop hacking of the session with ajax?'
and work backwards from there.

> From: [EMAIL PROTECTED]
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Maintaining sessions across Ajax calls
> Date: Tue, 4 Mar 2008 01:58:55 +1100
> 
> 
> 
> Just wondering if anyone can tell me how to maintain and update sessions
> across Ajax calls.  Basically what I am trying to do is a login process over
> an Ajax call.  The login happens on the Ajax call but the main browser
> session is not being updated so if I refresh the page the old session is
> still there.  I have tried passing the JSESSIONID across into the Ajax URL
> but it doesn't seem to want to update the main browser window with the new
> session info.
> 
> Any ideas on this one?
> 
> Steve
> 
> 
> > 

_
New music from the Rogue Traders - listen now!
http://ninemsn.com.au/share/redir/adTrack.asp?mode=click&clientID=832&referral=hotmailtaglineOct07&URL=http://music.ninemsn.com.au/roguetraders
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Maintaining sessions across Ajax calls

2008-03-03 Thread Steve Onnis


Just wondering if anyone can tell me how to maintain and update sessions
across Ajax calls.  Basically what I am trying to do is a login process over
an Ajax call.  The login happens on the Ajax call but the main browser
session is not being updated so if I refresh the page the old session is
still there.  I have tried passing the JSESSIONID across into the Ajax URL
but it doesn't seem to want to update the main browser window with the new
session info.

Any ideas on this one?

Steve


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Chris Velevitch

On Mon, Mar 3, 2008 at 8:01 PM, Taco Fleur <[EMAIL PROTECTED]> wrote:
> To me a usenet group is to discuss issues

and to ask for guidance, direction, solutions and the state of issues

> ... not to actually do something
> about it in a collaborative manner.

and to inform interested parties what is being done and requests for
collaboration

> ... They also don't publicize a list of
> blacklisted IPs etc. ;-)

and I wouldn't want them to, considering there are 4 billion possible
IP addresses and if 0.1% of them were to be blacklisted that 4 million
addresses. You'd want to store them in a database somewhere. And when
IPv6 is fully rolled out, that's 256 trillion IP addresses, you'd
definitely need a database then.

> Having said that, I'm still debating on whether to do anything, it might be
> a waste of time.

I'd suggest you research the topic using these references. It'll give
you a better understanding of the problem and what solutions currently
exist. You never know, you might come across a simple approach that'll
reduce the your problem by 80%.



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

Sydney Flash Platform Developers Group
March AIR and SQLite
Date: Wed 26th March 6pm for 6:30 start
Details soon

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Taco Fleur
Hi Chris,

To me a usenet group is to discuss issues, not to actually do something
about it in a collaborative manner. They also don't publicize a list of
blacklisted IPs etc. ;-)

Having said that, I'm still debating on whether to do anything, it might be
a waste of time.


On 3/3/08, Chris Velevitch <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, Mar 3, 2008 at 2:45 PM, Taco Fleur <[EMAIL PROTECTED]> wrote:
> > Well, I believe these are for email SPAM only, and are lacking
> > functionality.
>
> I think it would be worth your while to have a look at Paul's
> reference (http://en.wikipedia.org/wiki/Comparison_of_DNS_blacklists)
>
> I had a cursory look and found (http://en.wikipedia.org/wiki/DNSBL)
> which in turn led me to
> (http://en.wikipedia.org/wiki/News.admin.net-abuse.blocklisting) which
> states:-
>
> "is a moderated Usenet newsgroup devoted to discussion of subjects
> related to the use, administration, and effects of blocklists in
> ameliorating the problem of unsolicited bulk email and other unwanted
> or abusive network traffic."
>
> The last bit "and other unwanted or abusive network traffic" is what I
> think you're more interested. This leads to
> http://groups.google.com/groups/dir?&sel=33593814&expand=1 since
> you've asked if this was the right list. I think you'll find an answer
> in one or all of these references.
>
> Afterall, if what you are proposing already exists...
>
>
>
> Chris
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group
> m: 0415 469 095
> www.flashdev.org.au
>
> Sydney Flash Platform Developers Group
> March AIR and SQLite
> Date: Wed 26th March 6pm for 6:30 start
> Details soon
>
> >
>


-- 
Try advertising on the new Australian Business Directory
www.clickfind.com.au
blog: http://australiansearchengine.wordpress.com/
Web Designers > http://www.web-designers-australia.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-03 Thread Chris Velevitch

On Mon, Mar 3, 2008 at 2:45 PM, Taco Fleur <[EMAIL PROTECTED]> wrote:
> Well, I believe these are for email SPAM only, and are lacking
> functionality.

I think it would be worth your while to have a look at Paul's
reference (http://en.wikipedia.org/wiki/Comparison_of_DNS_blacklists)

I had a cursory look and found (http://en.wikipedia.org/wiki/DNSBL)
which in turn led me to
(http://en.wikipedia.org/wiki/News.admin.net-abuse.blocklisting) which
states:-

"is a moderated Usenet newsgroup devoted to discussion of subjects
related to the use, administration, and effects of blocklists in
ameliorating the problem of unsolicited bulk email and other unwanted
or abusive network traffic."

The last bit "and other unwanted or abusive network traffic" is what I
think you're more interested. This leads to
http://groups.google.com/groups/dir?&sel=33593814&expand=1 since
you've asked if this was the right list. I think you'll find an answer
in one or all of these references.

Afterall, if what you are proposing already exists...



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

Sydney Flash Platform Developers Group
March AIR and SQLite
Date: Wed 26th March 6pm for 6:30 start
Details soon

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---