Re: OT SQL SERVER Backup

2002-06-15 Thread nagraj
Hi Jim, Yes.Go to Enterprise Manager Select the database--Right Click --All Tasks --Backup Select Database - Complete. Add Destination ( where the back up file to be taken) Click Ok. The Backup is created on file selected for backup In Options Tab See

Re: cffile parsing problem

2002-05-30 Thread nagraj
Hi , If you just want to export the file to Access manually you can use import feature of Access It will ask where you follow the wizard will help you to export the text file data to Access table later you can import the data to appropriate table. Regards Nagaraj.A - Original Message -

Re: Annoying DB question

2002-05-20 Thread nagraj
Hi Bill, It Seem that Same Primary Key Value is been inserted.You can do like this.Prior Inserting You make a check if it is existing Give a message that already existing else go with insertion.This way there is no chance of Inserting on Refreshing the page also. With Regards Nagaraj.A -

Re: javaScript (simple)

2002-04-26 Thread nagraj
Hi Deborah Curley, Try this out. html head titletest/title /head SCRIPT LANGUAGE=JavaScript TYPE=text/javascript !-- function checkdelete() { if (confirm(Are You sure to Perform Delete or not)) { alert(Yes Go for Deleting to the next form); document.frm.submit(); } } //-- /SCRIPT

Re: Keeping track of logged-in users...

2002-04-23 Thread nagraj
Hello, But If User Leave the system or Session Expires.The database is not updated from flag=1 to flag=0.This may lead to problems.I think you can preserver LastLogin time.i.e. When ever user log in we keep the User login information in db.If we are known with session time out peroid we can use

Re: Keeping track of logged-in users...

2002-04-23 Thread nagraj
Hi, Btw how can we Track that User has closed the Browser Window.How does server get notified about that event. With Regards Nagaraj.A - Original Message - From: Dimple Goshar [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 3:49 PM Subject: RE: Keeping

Re: Timing a CFHTTP Request

2002-04-19 Thread nagraj
Hi Tim, It varies from depending on the band width .Its is not fixed with certain time.If you want you can measure the time by Function called GetTickCount() ,before and after CFHTTP operation.By which you can calculate the Time take for CFHTTP to perform required task. Rgds Nagaraj.A -

Re: Scheduled Tasks in Admin

2002-04-01 Thread nagraj
Hello Bosky Dave, Does it is requesting any session variables which are to set before.I had same problem What i did is First Created the scheduler and Then in CFADMIN where the schedulers list is shown there is a run link .Which i need to run it explicitly. Even you can go with Windows

Re: database design question re:product price changes

2002-03-31 Thread nagraj
Hi Kola Oyedeji, You Can Store the Product Price in orders table as it will save you from making joins which is more overhead then querying same table and having the prices in it. With Regards Nagaraj.A - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: database design question re:product price changes

2002-03-31 Thread nagraj
Hello Kola Oyedeji, Oops..It was Order detail Table.rather than order table Regards Nagaraj.A - Original Message - From: Kola Oyedeji [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 01, 2002 6:08 AM Subject: OT: database design question re:product price changes

CFPOP Error

2002-03-11 Thread nagraj
Hi , I am using CFPOP to retrieve one of the email Box, But i am getting the following error, Connection Failure Caught an exception, type = COM.ALLAIRE.COLDFUSION.POPCONNECTIONFAILURE The contents of the tag stack are: What could be reason for this.? Any Help is really appreciated. With

Re: is this possible?

2002-03-09 Thread nagraj
Hi Jeff, Yes It is posssible.If you know that there are 8 elements and keep track of how to show.Then it is possible. Once the 8 variables are finished then you divert the submission to original page.Till that you will be revolving in same page with different variables requesting. Cheers!

Re: Export to text

2002-02-20 Thread nagraj
Hi Kelly, Go To Query Analyzer and query the table you wish and The result fo r that Query is shown in result pane below, There by you can select the result set Right Click you have options of S ave AS, 1. Here you can save it as CSV file 2 Select ALL and copy and Paste it on any text

Re: How do you get the ID number of newest record added to a table?

2002-02-15 Thread nagraj
Hi, Put this code under transaction to get the row inserted and get just inserted rowID cftransaction cfquery datasource=dsn name=insdata insert into table1(col1,col2) values(#val1#,#val2#) /cfquery cfquery datasource=dsn name=getmaxid select max(id) from table1

Re: Connecting to Sybase database on Sun

2002-02-15 Thread nagraj
Hi Nyon, Which version of CF are you using. If you using CF5.0 It has an option of Using thru OLEDB Regards Nagaraj.A - Original Message - From: YC Nyon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 8:31 AM Subject: Connecting to Sybase

Free CF Hosting on Linux

2002-02-10 Thread nagraj
Hai CFer's, Is there any company give free hosting for developer to test there application using CF on Linux Environment.? Any help ? Rgds Nagraj __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO

Re: Problem with DateFormat when using DateAdd

2002-02-06 Thread nagraj
Hi Stephen, Dont hold the formatted value in session variable you store just date obj ect i.e !--- creates date for when a registration has first been created --- cfset session.DateRegistrationCreated = Now() !--- created date seven days after DateRegistrationCreated --- cfset

Re: database security

2002-01-28 Thread nagraj
Hi Seamus Campbell, Currently I store the database in a non-web-accessible directory on a shared server, but that's it. This is better solution.But By putting Password also may not help much on ce mdb is obtained. Regards Nagaraj.A - Original Message - From: Seamus Campbell

Re: Good WHOIS

2002-01-24 Thread nagraj
Hi Neil, can you give the URL for whois Engine.I am in need of it Regards Nagaraj - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 12:09 PM Subject: Good WHOIS I am trying a really good CF based Whois for

Re: CFPOP

2002-01-13 Thread nagraj
Hi Bob, Are you using proxy server or connected directly to Internet connected system. Rgds Nagaraj - Original Message - From: Bob Imperial [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, January 13, 2002 2:24 AM Subject: CFPOP Anybody out there have any luck with

Re: CFPOP

2002-01-13 Thread nagraj
at the office and on a direct cable connection from my home office. Bob On Sun, 13 Jan 2002 16:26:55 +0530 nagraj [EMAIL PROTECTED] wrote: Hi Bob, Are you using proxy server or connected directly to Internet connected system. Rgds Nagaraj - Original Message - From: Bob

Happy new year

2001-12-31 Thread nagraj
Dear CFers Wish You All a Happy new Year __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

using ASPMail component

2001-12-10 Thread nagraj
Hi C'Fers, I am trying to use the aspcomponent given by www.serverobject.com I written the following code in my page It is really driving crazy, The code is as follows, cfobject TYPE=COM ACTION=CREATE CLASS=SMTPsvg.Mailer name=objMail cfset success=0 cfset objMail.FromName=Aenugula Nagaraj

Re: using ASPMail component

2001-12-10 Thread nagraj
Dear Jochewm, Thanks Really it worked out. With Regards Nagaraj.A - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:38 PM Subject: Re: using ASPMail component nagraj wrote: cfset success

Re: asp vs. cf

2001-11-30 Thread nagraj
CF- Need Addition Application Server Where By You dont need any kind of Application Server w.r.t ASP - Original Message - From: Steven Dworman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 30, 2001 8:16 PM Subject: asp vs. cf My boss just asked me for a list

Re: asp vs. cf

2001-11-30 Thread nagraj
CF is Real Web RAD when Compared with ASP - Original Message - From: Steven Dworman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 30, 2001 8:16 PM Subject: asp vs. cf My boss just asked me for a list of pros and cons. I want to show him that CF is superior

Re: asp vs. cf

2001-11-30 Thread nagraj
CF- Easy to Code and Debug. Not so easy With ASP. - Original Message - From: Steven Dworman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 30, 2001 8:16 PM Subject: asp vs. cf My boss just asked me for a list of pros and cons. I want to show him that CF is

CF-Flash

2001-11-22 Thread nagraj
Hai , I had downloaded the flash component kit from macromedia.Can anybody tell wether we need to have flash loaded at server to make flash component run.I am even having trouble in making it activated. Can any body help me. Any help is really appreciable. Regards Nagaraj.A

Re: CF-Flash

2001-11-22 Thread nagraj
to code your pages so that the swf file is downloaded to the browser (much the same as an image or Java Applet are) and the browser's Flash Plug in then handles the rest. Dave - Original Message - From: nagraj [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November

Re: IE6 and double insertion

2001-11-09 Thread nagraj
Hai Ramakrishna, Can you post the code for display and action page.I'll just figure it out. Regards Nagaraj - Original Message - From: Venkata Ramakrishna [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 09, 2001 4:15 PM Subject: IE6 and double insertion Hi

Re: printing

2001-10-29 Thread nagraj
Hai Joshua Anyone know either through style sheets or some other way to make a document print landscape? When you say print() function,we get the window before printing where by we can opt for Landscape or normal prinitng, Does it does'nt workout? Regards Nnagaraj

Re: HTTP Posts with a java cfx

2001-10-25 Thread nagraj
Hai Craig, This is specially when you donot give exception throws exception clause processrequest() method. Is the syntax as below. Please check it public void processRequest(Request req,Response res) throws Exception { } Regards Nagaraj - Original Message - From: Craig Dudley

Re: good cf developers in the UK

2001-10-03 Thread nagraj
Hello Ben, what kind of CFX /Custom Tag you are willing to Outsource. Rgds Nagaraj ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Re: Networksolutions using CFM

2001-10-03 Thread nagraj
Hey , I felt the CF is Really a RAD tool in Web Development . Yes the same question I too have as I am a coldfusion developers.I try to ask this question to myself few times. And no offense to you guys who believe JSP is better because some of you are undoubtedly better CFers than me.. but

Re: Networksolutions using CFM

2001-10-03 Thread nagraj
Dear Friend, You words really mean it.I really appreciate your thinking. Rgds Nagaraj - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 9:01 PM Subject: RE: Networksolutions using CFM Keep in mind that

Re: URGENT: Postpone data connection

2001-10-02 Thread nagraj
Hai Tony, There is good solution for it. Btw what database are you using.. If you using Access database ,Put a query like this select * from notable As there is no table in your database named by notable which will result in error and free the connection.There by you can play with it. I

Re: Split Variable

2001-10-02 Thread nagraj
Hai Joshua, cfset str=Lonwood Leesburg cfset tok1=ListGetAt(str,1,' ') cfset tok2=ListGetAt(str,2,' ') After this tok1=Lonwood and tok2=Leesburg That's it Cool I have a variable that is passed such as Lonwood Leesburg. Sometimes Central Orlando. I need to know how to split it at the

Re: Output Issue

2001-10-02 Thread nagraj
Hi Mike Its some thing like this cfloop list=#form.fieldnames# index=x delimiters=, tr td cfoutput#x#/cfoutput /td td cfoutput#evaluate(x)# /cfoutput /td /tr /cfloop Ok Cool.. Nagraj I have the following code: cfloop list=#form.fieldnames# index=x

Re: SQL question about related tables

2001-10-01 Thread nagraj
Hai , WHERE Product.CategoryID = Category.CategoryID ? This is good way .As cfloop will take little more time to execute the and not suggestive to do so. Nagaraj - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, October 01, 2001