Need beta testers

2002-06-10 Thread cstredway
If you would like to help me beta test an application that I am writing, please go here: http://www.factorxsoftware.com/download/sqltool.rar This is a total re-write of an application that I wrote awhile back. It is a scaled down web based SQL Enterprise Manager. I have given this out to a

Re: Need beta testers

2002-06-10 Thread cstredway
Yes it will work with MX. I am also going to be doing an MX only version soon. -- Clint Tredway -- Through Him, anything is possible. Clint, Does this work with CFMX?? Dave Fafard - Original Message - From: [EMAIL PROTECTED] To: CF-Talk

Re: Need beta testers

2002-06-10 Thread cstredway
My thoughts are that if I can get people using it, it gives me a head start on finding bugs and getting featrue feedback. Look for an updated version in a week or so. -- Clint Tredway -- Through Him, anything is possible. I like it, but isn't it a bit early to

RE: Need beta testers

2002-06-10 Thread cstredway
If you guys read my post I said that its alpha TO beta.. -- Clint Tredway -- Through Him, anything is possible. Its true though, it cannot be regarded Beta if the feature set is not complete - it should be regarded early Alpha - if that.

SQL Tool

2002-06-07 Thread cstredway
For those that requested the SQL Tool I built, could you please send me some feed back as I am working hard on this tool. Thanks, -- Clint Tredway -- Through Him, anything is possible. you could use CF to manage the back end of the admin site - and staticly

Re: Hacking a shared SQL server

2002-06-06 Thread cstredway
I have a tool that will read the registry and pull the datasources on the machine the tool is on. The tool will check for the registry and if the registry tag is disabled it will give you a text box to manually type in a datasource. Then the tool will act like a simplified version of

Re: Stored Procedure question

2002-06-05 Thread cstredway
Can you call to a stored procedure in a cfloop and have it work right? Yes, as long as the procedure is called by cfquery or cfstoredproc tag. Can you call to a stored procedure in a cfoutput with the query named defined and have it work right? Yes, as long as the procedure is called by

Re: OT: CF - PHP - ASP Equivalents

2002-05-29 Thread cstredway
The best thing to do is go to the websites that have tutorials and code snippets. For php - www.phpbuilder.com For asp - www.asp101.com There are many, many more sites but these will get you started. HTH -- Clint Tredway -- Through Him, anything is possible.

Re: mySQL vs. Access

2002-05-21 Thread cstredway
My opinion is to use MySQL as it is much faster and more robust than Access. I use MySQL for all my small stuff. HTH -- Clint Tredway -- Through Him, anything is possible. Which database would be better to use for a small Intranet with a few updatable pages,

Re: linux CF IDE

2002-05-17 Thread cstredway
Look at Jedit at www.jedit.org -- Clint Tredway -- Through Him, anything is possible. anyone know of a linux ide for CF? i really want to make the switch to linux, but haven't found an ide that compares to cfstudio. I doubt I will, but there might be an ide

RE: [admin] List status

2002-05-15 Thread cstredway
I know that MySQL cannot really stand up to MS SQL but when you are talking about the amount that MS SQL costs versus using MySQL, I would us MySQL unless someone just wanted to pay for MS SQL. -- Clint Tredway -- Through Him, anything is possible. Can you say

Re: MS SQL vs MySQL WAS: [admin] List status

2002-05-15 Thread cstredway
I should have been more specific, but I mean in terms of features and not just speed. I use stored procs almost exclusively and thats my only main gripe about MySQL. -- Clint Tredway -- Through Him, anything is possible. What about the recent comparison in

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread cstredway
I sent my $10.. I am thankful for this list and the services that Michael provides. -- Clint Tredway -- Through Him, anything is possible. https://www.paypal.com/affil/pal=mdinowit%40i-2000.com We're currently at $378.23 At 01:23 PM 5/15/02, you wrote: I

Re: Pop a window with content...

2002-05-13 Thread cstredway
You could submit a form to the popup or pass the string through the URL and then display it in the popup.. I would try the form post first as URL passing would be quite messy. -- Clint Tredway -- Through Him, anything is possible. Is there a way to pop a

RE: Linux MSSQL frontend

2002-05-13 Thread cstredway
I have a CF based SQL Server front end that I could send you. Its not completely ready but it allows for data reading, writting, dropping/creating stored procedures and dropping tables. Let me know... -- Clint Tredway -- Through Him, anything is possible.