Search Results

Showing results 1 to 30 of 30
Search took 0.01 seconds.
Search: Posts Made By: punitdam
Forum: ASP Aug 1st, 2009
Replies: 3
Views: 774
Posted By punitdam
I think you can try following code to solve your problem.


Dim temp
temp = Request.Form("RadioGroup1")
If temp <> "" Then
messBody = messBody & temp & vbCrLf & vbCrLf
End If
Forum: ASP Jul 16th, 2009
Replies: 3
Views: 823
Posted By punitdam
no probs.
Please mark thread as solved.
Forum: ASP Jul 14th, 2009
Replies: 3
Views: 823
Posted By punitdam
You can use following code to fetch form details

' Request("application_name").count to get the number of rows
For count=1 to Request("application_name").count
application_name =...
Forum: Kernels and Modules Apr 10th, 2009
Replies: 1
Views: 1,328
Posted By punitdam
I have figured out the problem. It was a known bug on Redhat Bugzilla (228231 (https://bugzilla.redhat.com/show_bug.cgi?id=228231)), for old Kernel versions.
I have upgraded kernel to Kernel...
Forum: Kernels and Modules Apr 9th, 2009
Replies: 1
Views: 1,328
Posted By punitdam
I have installed RHEL5.0 Server (Kernel 2.6.18-53.el5).
I am trying to connect Nokia series40 Mobile using DKE-2 Cable.
When I connect Mobile on one of the USB Port, Server gets hanged.
The...
Forum: MS SQL Apr 6th, 2009
Replies: 3
Views: 617
Posted By punitdam
You can create job.
Job can be scheduled as per your need.
Which MS SQL version are you using?
Forum: Perl Apr 6th, 2009
Replies: 4
Views: 621
Posted By punitdam
Thanks it is working fine now.
Forum: ASP Apr 5th, 2009
Replies: 6
Views: 980
Posted By punitdam
Check following link.
http://support.microsoft.com/kb/916926
Forum: ASP Apr 5th, 2009
Replies: 6
Views: 980
Posted By punitdam
I assume you diabled Distributed Transaction Coordinator Service which you can check in the Services console in the adminitrative tools.

Try running Distributed Transaction Coordinator,...
Forum: ASP Apr 5th, 2009
Replies: 6
Views: 980
Posted By punitdam
As per the message displayed, you can check in the Event log for the exact error message.
Forum: ASP Apr 5th, 2009
Replies: 1
Views: 793
Posted By punitdam
You need to give url as
http:\\pathofyouraspfile\upload\filename.
For e.g. if you are uploading file using upload.asp and url is
http:\\websitepath\upload.asp
Then url for downloading path will...
Forum: Perl Apr 4th, 2009
Replies: 4
Views: 621
Posted By punitdam
I am trying to connect Mysql5.1 from Perl 5.8.8 on RHEL5 as follows:

$dsn="DBI:mysql:database=mysql";
$dbh=DBI->connect($dsn, 'root', 'root', 'mysql',{RaiseError => 1});

When I try to run perl...
Forum: PHP Apr 4th, 2009
Replies: 8
Views: 742
Posted By punitdam
I have installed php-mysql and now its working fine.
Thanks.
Forum: PHP Apr 4th, 2009
Replies: 8
Views: 742
Posted By punitdam
I have checked in php.ini, it contains value as

So I checked in httpd/error_log file for error. I found following error entry.

Am I missing something?
Forum: PHP Apr 3rd, 2009
Replies: 8
Views: 742
Posted By punitdam
Hi,
I am new to PHP and Mysql development .
I had installed RHEL5 Server, Apache, PHP5 and MYSQL5.1.
I got below script which actually give status of the Apache, PHP and MYSQL.


<?php...
Forum: Java Feb 22nd, 2009
Replies: 2
Views: 253
Posted By punitdam
Just specify the entire path where you want to store file as localFileName.
Forum: Java Feb 22nd, 2009
Replies: 2
Views: 1,442
Posted By punitdam
I am trying to access java3d library in applet. They are actully dll files. when I am runnig it through eclipse it works fine but when I am trying to run through HTML over the web it is giving me...
Forum: Java Feb 21st, 2009
Replies: 2
Views: 1,442
Posted By punitdam
I am getting error SEVERE: java.lang.UnsatisfiedLinkError: no j3dcore-ogl-chk in java.library.path when I am trying to run Applet.
Do any one have any idea.
Forum: Java Feb 8th, 2009
Replies: 1
Views: 1,290
Posted By punitdam
Is there any API to parse Word document and store it in database.
For e.g. Say following is a content of word document.
Name: ABC
Address: XYZ
Telephone: 12341234

Then from...
Forum: Getting Started and Choosing a Distro Aug 28th, 2008
Replies: 1
Views: 1,224
Posted By punitdam
I am new to Linux. I am trying to compress around 2GB file by using compress -f command from command line. I am getting segmentation fault error while execution. Can anybody help me?
Forum: IT Professionals' Lounge May 12th, 2008
Replies: 9
Views: 2,686
Posted By punitdam
Forum: IT Professionals' Lounge May 12th, 2008
Replies: 9
Views: 2,686
Posted By punitdam
linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
Forum: IT Professionals' Lounge May 12th, 2008
Replies: 9
Views: 2,686
Posted By punitdam
but it was giving me error stating
chkconfig: command not found
Forum: IT Professionals' Lounge May 12th, 2008
Replies: 9
Views: 2,686
Posted By punitdam
I got my solution.
we can open port 110 by starting pop3 server using following command.

/etc/init.d/dovecot start
Forum: MS SQL May 10th, 2008
Replies: 2
Views: 5,837
Posted By punitdam
Forum: JSP May 10th, 2008
Replies: 2
Views: 2,747
Posted By punitdam
I m trying to use <jsp:include page> with apache tomcat 5.5.26 as follows

679:</table>
680: </td></tr>
681: <tr><td colspan=2 width="100%">
682: <jsp:include page="html/policy.html"...
Forum: IT Professionals' Lounge May 8th, 2008
Replies: 9
Views: 2,686
Posted By punitdam
When I m chcking running port by using
nmap -sT -O localhost
command i m geting following port rtunning
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet...
Forum: MS SQL May 6th, 2008
Replies: 2
Views: 5,837
Posted By punitdam
I m retreiving some data by using cursor inside which i m calling one recursive user defind function to retrive all child data which is linked to parent. While executing i m getting error stating :...
Forum: JSP May 5th, 2008
Replies: 3
Views: 1,193
Posted By punitdam
its working now thanks.
Forum: JSP May 5th, 2008
Replies: 3
Views: 1,193
Posted By punitdam
I m trying to connect MYSQL 4.1.1 from JSP using java. and I m getting error as described below.

javax.servlet.ServletException: Extra bytes at the end of class file org/gjt/mm/mysql/Driver...
Showing results 1 to 30 of 30

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC