User Profile
Collapse
-
I am Administrator myself... -
Error while registering a 32 bit dll in 64 bit environment
Hi
I have a dll named TaskScheduler.d ll which is used by another DLL(StartMailin gDLL). Now I need to register Both TaskScheduler DLL and StartMailing DLL so that my ASP Pages can make use of them. I have no problem Registering StartMailingDLL (64 bit). But While I am trying to register interop.TaskSch eduler DLL(Regasm /path/interop.TaskSch eduler.dll),I am getting the following Error.
RegAsm : error RA0000 : An error occurred... -
How to execute a .cmd file from the classic asp(javascript)?
I want to execute a .cmd file from the UI.
I tried the following code. But it is not working. It just passes that line giving no error nor executing.
Did I miss anything?...Code:var wshell = Server.CreateObject("WScript.Shell") ; wshell.Run("D:\\inetpub\\wwwroot\\accenture\\core\\maintenance\\commandline\\mail\\RepeatMacroProcessingTask.cmd"); wshell=null;Last edited by Frinavale; Mar 15 '12, 07:52 PM. -
dinesh1440 started a topic How Do I Retrieve job Information that how many times it occurs in a week?in SQL ServerHow Do I Retrieve job Information that how many times it occurs in a week?
Hi,
I want to retrieve how many times a job runs each week.
I checked in sysschedules and syjobschedules tables under msdb database.
But I could not find a way to retreive information.
(Example: weekly jobs can run 5 days a week. I want to find in what are all the days this job runs and how many times. (i.e) If two times a day 10 times a week for this case)
I could manually do for each job seeing... -
Want to execute a file which has a space in its name using exec()?
$out=exec("C:\w amp\www\blast\b in\formatdb -i C:\wamp\www\bla st\owd\Danio rerio.fasta -p T");
Danio rerio.fasta is the file name. And I can not remove the space and work with it for various other reasons. So its becoming too problematic . So pls help me in this!!
Thanks. -
exec() doesnot work??
When I run a command "blastp -query query.fasta -subject arbi.fasta " it gives the output in command promt. But it did not when used in exec as follows:
$out=exec('blas tp -query query.fasta -subject arbi.fasta')
echo $out;
please help me in this.. -
How to access command prompt using php?
I want to execute all the command that I can execute in command prompt or terminal through PHP. exec() and system() work only for some of the commands. I am working in linux. I installed offline Blast program. I can run this program only from command prompt or terminal and for several hundred files I need to do this. So I want to run this dynamically through programming. But I found that blast program does not work either with exec() or with system()... -
How to integrate another tools with php?
hi all,
I want to give a file as input to some other tool from the browser. For example, when I give a text document that should be taken as the input to a particular tool. How to do this?
Thank you, -
What is output buffering in PHP , why should we use it ?
What is the advantage of using output buffering? Why do we need to hold the output from printing in the browser?
Thank you. -
In case, You have your data in a well formatted file You can use file handling. Give the file in the first page. Then process it in the second page after submitting line by line. As each line gives information about a particular student you can store it directly using loops. I hope that did answer your question.Leave a comment:
-
-
Hello friend ,,
The syntax is not "insert into tablename (....);
But is "insert into tablename values(....);...Leave a comment:
-
dinesh1440 started a topic Do we need to install any software for using AJAX or it works as javascript?in PHPDo we need to install any software for using AJAX or it works as javascript?
I want to know whether we need to install any software for using AJAX? -
sir,
Could you give me a sample code.And I do not know
AJAX. So could i make it possible only using php and javascript.Leave a comment:
-
How to create Combo Box
I want to create Combo Box like in Google for my project using PHP and MySQL.
The term "combo box" is sometimes, incorrectly, used to mean "drop-down list". It is a combination of a drop-down list or list box and a single-line text box, allowing the user to either type a value directly into the control or choose from the list of existing options.
If I have table as follows,in the web page that I am going to create... -
How to retrieve word table contents in php
I have problem in retrieving word table contents in php. And I need to store them in database tables. Could someone please help me doing this????
Please give it in the code format rather as algorithm.
No activity results to display
Show More
Leave a comment: