Re: Generic database management tool

2006-06-04 Thread Jim Wright
On 6/4/06, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I feel like these toolkit projects are probably more attuned to > performance and stability issues, as they are being used for some > fairly intense apps. > > Make no mistake, these tool kits (at least my ODBCMyAdmin) use a lot of > Javas

Re: Generic database management tool

2006-06-04 Thread Claude Schneegans
>>I feel like these toolkit projects are probably more attuned to performance and stability issues, as they are being used for some fairly intense apps. Make no mistake, these tool kits (at least my ODBCMyAdmin) use a lot of Javascript, but what they produce is plain vanilla CFM and HTML code.

Re: Generic database management tool

2006-06-03 Thread Jim Wright
> If it's not out there, I'll make one somehow, I guess. dhtmlgoodies looks > like it's got stuff to fit the bill, UI wise. If you haven't already, I'd take a look at dojo... http://dojotoolkit.org/ If I was going to do some intense AJAX/DHTML work, I'd look at using one of these toolkits (like d

Re: Generic database management tool

2006-06-03 Thread Denny Valliant
Thanks Snake. I'm looking for open source and multi-databased, when I'm looking. Hey Claude, if you put up your stuff, give a holler, I'd like to see it. I'm yearning for a DHTML or flash based one, as I've found that I really like the visual aspects of relational stuff. Something with a slick

Re: Generic database management tool

2006-06-03 Thread Claude Schneegans
>>Does it run on linux based CF instances? With CFMX, I suppose, although I never tested. It only uses a CFC in Java. With CF 5 it needs a CFX (ODBCInfo) which won't run under Linux. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/cus

RE: Generic database management tool

2006-06-03 Thread Snake
If your looking for a totally web based SQL Server database manager, try www.mylittletools.com -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: 04 June 2006 00:34 To: CF-Talk Subject: Re: Generic database management tool On 6/3/06, Claude Schneegans <[EM

Re: Generic database management tool

2006-06-03 Thread Denny Valliant
On 6/3/06, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > >>Is this a web-based tool? > > Sure: 100% Does it run on linux based CF instances? > I've tried CFEclipse, but CFStudio eclipses it ;-) Heh. That's totally alright, what's good for the goose don't mean it's good for the gander.

Re: Generic database management tool

2006-06-03 Thread Claude Schneegans
>>Is this a web-based tool? Sure: 100% You just install it on your server, preferabilly on your development server. For CF5, you just have a CFX to install, for CFMX you don't need. Presently I have tested it for - Access, - MySQL - Oracle, - MS SQLServer, - Sybase For Access, there is also a Co

Re: Generic database management tool

2006-06-03 Thread Denny Valliant
On 6/2/06, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > - "advanced query buider" à la Access, with all types of JOINS, GROUP, > WHERE, HAVING etc. clauses; > even UNIONs are supported (not in Access) Is this a web-based tool? I assumed so at first, but don't know how you'd tie that in w

Re: Generic database management tool

2006-06-03 Thread Claude Schneegans
>>Isn't that what he was asking? Actually, he didn't specify MySQL. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~

RE: Generic database management tool

2006-06-03 Thread Eric Roberts
Isn't that what he was asking? Or did I miss something...I am prone to brain farts these days hehe -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Saturday, 03 June 2006 06:30 To: CF-Talk Subject: Re: Generic database management tool >>Ther

Re: Generic database management tool

2006-06-03 Thread Claude Schneegans
>>That's an unfortunate restriction. When I started this project, Mozilla was still on the drawing board, and Netscape was definitely not able to do the job. Now it would just be a question of verifying all scripts for compatibility with Mozilla. I t is almost done actually. >>Mice are overra

Re: Generic database management tool

2006-06-03 Thread Claude Schneegans
>>There is also a cfmyadmin. Exact, although CFMyadmin is just PHPMyadmin rewriten in CF, and like PHPMyadmin, it only handles MySQL databases. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

Re: Generic database management tool

2006-06-02 Thread Rick Root
Claude Schneegans wrote: > > - All writen in CF and Javascript, compatible with IE. That's an unfortunate restriction. > - direct acces to the tool from CF Studio; CF What? ;) > ALL above without using any key on your keyboard, only the mouse. Mice are overrated. =) I use keyboard shortcuts

RE: Generic database management tool

2006-06-02 Thread Eric Roberts
neric database management tool >>Is anyone out there using any kind of generic database management scripts. I have something like that presently on the back burner. It is called "ODBCMyAdmin", although the name might change since is also handles JDBC databases now. The bas

Re: Generic database management tool

2006-06-02 Thread Claude Schneegans
>>Is anyone out there using any kind of generic database management scripts. I have something like that presently on the back burner. It is called "ODBCMyAdmin", although the name might change since is also handles JDBC databases now. The basic idea is PHPMyAdmin, although more powerful, writte

Re: Generic database management tool

2006-06-02 Thread Denny Valliant
On 6/2/06, Jim Wright <[EMAIL PROTECTED]> wrote: > > -the table I want to edit > -a list of fields that should be shown in the list view > -the fields that should be edited in the form view, and what type of > field each is (which determines what type of form control to use, and > simple validation

Re: Generic database management tool

2006-06-02 Thread Jim Wright
> When you say, "define a schema" do you mean you want the tool to build > the database for you as well? Or do you want a tool that you can point > at an existing database that will examine its schema and give you a > forms interface to it? > Neither...assume the database is created, and I want a

Re: Generic database management tool

2006-06-02 Thread Adam Churvis
> Or do you want a tool that you can point > at an existing database that will examine its schema and give you a > forms interface to it? This is what Plum does. Respectfully, Adam Phillip Churvis Certified Advanced ColdFusion MX 7 Developer BlueDragon Alliance Founding Committee Get advanced

Re: Generic database management tool

2006-06-02 Thread Nick de Voil
> Is anyone out there using any kind of generic database management > scripts...something that could be plugged in to a homegrown CMS to > provide easy management of those "other" tables that must be dealt > with? Basically something where you can define a schema, and it will > produce the pages/f

Re: Generic database management tool

2006-06-02 Thread Doug Hughes
r Windows standard, it's a bargain. Does data transfer, automated > backups, import/export, much more. > > -- Josh > > > > > - Original Message - > From: "Jim Wright" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Friday, June 02,

Re: Generic database management tool

2006-06-02 Thread Josh Nathanson
riginal Message - From: "Jim Wright" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, June 02, 2006 9:41 AM Subject: Re: Generic database management tool > On 6/2/06, Ken Ferguson <[EMAIL PROTECTED]> wrote: >> Sounds like Jim's after so

Re: Generic database management tool

2006-06-02 Thread Jim Wright
On 6/2/06, Ken Ferguson <[EMAIL PROTECTED]> wrote: > Sounds like Jim's after something kinda plum(ish) to me, unless I'm > reading it wrong. > www.productivityenhancement.com > > --Ferg Plum looks interesting, but it is more complicated than what I'm currently looking for. What I want is somethin

Re: Generic database management tool

2006-06-02 Thread Jim Wright
> Reactor is a data layer you can build things on top of. > I think Jim is after something that will auto-build a view layer as well. Exactly...if I decide to build a new one, I may look at using Reactor as the data layer. -- Jim Wright Wright Business Solutions [EMAIL PROTECTED] 919-417-2257 ~

Re: Generic database management tool

2006-06-02 Thread Ken Ferguson
Sounds like Jim's after something kinda plum(ish) to me, unless I'm reading it wrong. www.productivityenhancement.com --Ferg Tom Chiverton wrote: > On Friday 02 June 2006 17:05, Munson, Jacob wrote: > >> A lot of people rave about Doug Hughe's Reactor. I've never used it >> (although I mean

Re: Generic database management tool

2006-06-02 Thread Tom Chiverton
On Friday 02 June 2006 17:05, Munson, Jacob wrote: > A lot of people rave about Doug Hughe's Reactor. I've never used it > (although I mean to some day), but I think it does what I believe you > are looking for. Reactor is a data layer you can build things on top of. I think Jim is after somethin

RE: Generic database management tool

2006-06-02 Thread Munson, Jacob
A lot of people rave about Doug Hughe's Reactor. I've never used it (although I mean to some day), but I think it does what I believe you are looking for. > -Original Message- > From: Jim Wright [mailto:[EMAIL PROTECTED] > Sent: Friday, June 02, 2006 9:47 AM > > Is anyone out there usin