hi<br/>can any 1 say the main difference between sql 2000 and 2005.<br/>is there any difference in using the join(left outer join,right outer join) ?
954 byte By
AvalonX at 2007-11-20 8:04:27
Hey all.I have developed my own server in C++, which has its own protocol to communicate with clients. Now I want to extend my website, so that it can connect (via TCP/IP) to this (remote) server using my own protocol. Is that possible with PHP? Can you connect to a server, and send and receive data...
389 byte By
kku at 2007-11-20 8:04:50
hey gurusplz help me that i upload file through Ajax and php but when i uplaod file it showsNotice: Undefined index: file without using Ajax it was working I thing there will be error in post functioni evar file = document.getElementById('file').value; '''params="title="+tit...
I tried this on a Windows 98 machine :<A HREF="file:///C:/My Documents/Ron/Pricing.htm">Link</a>The problem with this is that, when I click on this link in Internet Explorer 5, it does not navigate to the pricing.htm file, but it only opens the folder :C:\My Documents\RonOn a different m...
740 byte By
ravipuri at 2007-11-20 8:05:21
I am trying to obtain the filter from an RDL file that has been created by Report Builder so that I can build a SQL query from the command text value in the RDL file.I am able to read in everything in the SemanticQuery node into a new XPathNavigator object and then apply XSL to this fragment to prod...
2915 byte By
tracy36 at 2007-11-20 8:06:23
have an html form with three fields that need to calculate the total and onchange put the amount on a text field, should be simple enough for the gurus, I started it but cannot get it right. Here is the formula:Logo Solutions: (LIST)Starter Package - $159Pro Package - $359Wholistic Package - $659Pro...
247 byte By
Exit-1 at 2007-11-20 8:06:54
How do I kill this dialog?<br/>In case my application is open and the focus is on this dialog and now when the phone rings, my application goes in background. How can I kill this dialog before I go in background. Any pointers.<br/>--Vink
268 byte By
csanhow at 2007-11-20 8:06:56
Hi<br/>I'm using ms access with ole db. I have a date field in one of my tables and the format its like 25052007. I only wanna retrieve the month '05', which is may. how do i remove the first 2 and last 4 numbers and select it out?<br/>thanks.
I am using window.showModalDialog in VBScript and when I close the modal dialog, I want the parent page to redirect to another URL. I know you can do it in javascript with window.opener.location.href, but that doesnt work in vbscript for me. Can someone help? Thanks, Michael...
I am currently working on developing a website which is based on a mysql database. Normally I develop my databases in Access, but my boss wants the database to be available online so that his employees can just login to the website and view/edit the information in the db.I currently use phpmyadmin t...
574 byte By
gents at 2007-11-20 8:08:48
Hi,I've developed a J2ME game, and now I want to test on every existing phone supporting MIDP 2.0 and CLDC 1.0 or higher.How is it possible?!Could you try it on your mobile phone and tell me on which model you try and if you get it work?!You could find it here: http://www.gents.it/FILES/MisterP...
211 byte By
Exit-1 at 2007-11-20 8:09:07
On Samsung Blackjack Smartphone, while using GetSaveFileName(), I am not able to edit the filename of the file to be saved.<br/>Has anyone faced a similar problem.<br/>Any solution for this?<br/>--Vink
458 byte By
jerryok at 2007-11-20 8:09:10
Hi guys,I have a stored procedure which has a datetime parameter. But when I call it like this:exec spSomething dateadd(minute, 30, getutcdate())It complains as "Incorrect syntax near 'minute'.But when I call it like this:declare @time datetimeset @time = dateadd(minute, 30, getutcdate())e...
1317 byte By
mr_zhang at 2007-11-20 8:09:38
Hi guys,I need a help here. I'm trying to create a script with CURL PHP to login and post something. So it will have 2 or more pages to follow before the real posting.I've search the php.net and created a code below. However, the return from CURL is just the login page for both execution,...
hi friends.. this is vamsi from india.. i have been working on jsp, java bean, xml, jms, message driven bean , ejb and database from last couple of days. but i am not able to retrieve data from fields in xml file to jms. can any one help me out in retrieving the data from xml to jms.. thanking you,v...
516 byte By
SRD at 2007-11-20 8:10:13
Hello!I just have a simple question. Would this be considered poor program design?<?phpif(!@include($show)) echo "<font class='error'>Could not find the specified page</font>"; ?>As you can see, the code displays the page if the statement is true, and prints an error oth...
Hi.I have an application which is installed on a couple of PC's. This application is connected to an MS-Access database located in a folder on a networkdrive.However, we are looking at expanding this system with a couple of handheld computers, with built-in barcodereaders. These handhelds are W...
891 byte By
koden at 2007-11-20 8:11:33
I know there is the CTimeSpan that can take the difference between two CTime objects, but CTime always uses the local time zone, which is all jacked up these days with the weird DST.So I'd like to convert the CTime to GMT, and then find the difference between the two times in seconds.I used to...
1593 byte By
rogernem at 2007-11-20 8:11:49
I have a page which is wc3 valid<?php session_start(); include "acoes.php"; include "session.php";?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" http://www.w3.org/1999/xhtml"><head><me...
I have a textbox on an asp.net. I am trying to assign a value to it via vbscript and I am getting the follow attached error. Here is the VBScript code: <script language=VBScript> dim retval retval = window.showModalDialog ("../../../custserv/WebPes/Misc/Launch.aspx?url=HomeCopyType.aspx",wind...
104 byte By
zajzel at 2007-11-20 8:13:32
I want to loop through all images in directory and use everyone in site. Does someone know how to do it?
1427 byte By
bubu at 2007-11-20 8:13:38
I'm coding my CMS in PHP4, I will release it under GPL license as son as I think the core API is stable. Right now I change it allot in the search for a better architecture. I need an OOP way to be able to load modules at runtime. For example: class CMS { function load_module($module_file) {...
261 byte By
msheskin at 2007-11-20 8:13:39
I just got started learning Pearl, and I am trying to get my first script to work. Unfortunately, it does not even run! When I click the "submit" button on the html form, it opens up the Pearl code as text, rather than running it. What am I doing wrong? Thanks!
Is that possible to use javascript to retrieve emails from an exchange server?<br/>The javascript should be executed on WIN XP platform by usiing windows script host.<br/>I am totally at lost. Anyone have ideas about this, please help.
Hi allI'm in the need to insert text data into a BLOB field within a SQL Server 2005 database but I'm stuck on how to do it.The data to insert is text-only, but the problem with simply inserting the text is that it contains chars that make the SQL string wrong (' etc). What I want to...
388 byte By
kku at 2007-11-20 8:14:31
hii can do popup that are not blocked by any popup blockerlike fastclick or this sitwi think its a java script that read from a php file within the site and genrate the pop upthe popup that will appear have to appear in another browser so that mean two pages will be there the orginal site page and t...
1770 byte By
Annyka at 2007-11-20 8:14:48
Using: SQL Server 2000, ASP.NET, .NET Framework version 2.0I have an application that will be used to both submit and service "requests". Within the submission process, I've used a column 'concurrency' in table 'requests' that aids in preventing lost updates, etc (before upd...
We have a job in SQL Server that runs every night to update enrollment statistics. On days where we have a lot of enrollments or changes some people would like to see updated statistics. Instead of calling me and asking me to log into Enterprise Manager and run the job, I'd like them to open...
795 byte By
Annyka at 2007-11-20 8:15:06
SQL Server 2000, ASP.NET (Framework version 2.0)I have a stored procedure that does a query to check a particular condition, and then executes a second query based on that result. I want to bind the results of this to an ASP.NET GridView control, but it's taking up the rowset from the first tes...
Hi there,To be honest I am new to VOIP/SIP development.I am looking for source code/software in C# to develop VOIP/SIP based applications, I really dont know where to start, can anybody please help me in this regard.Please get me any examples available.thanks in advancePawan...
I have a tell a friend script and i want send emails that being sent by visitor when they fill up a form and send it, an email that will recieved by respective individuals should be in HTML format[even an embedded images] so can you suggest what will be the headers and what will be the script for it...
I want add a rating on my website for articles and images. The demo of rating that i actually want use on my website is here on following website- http://www.cssdrive.com/index.php/main/galleryitem/eunna_design/here you can find "rate it" I want to add the same snippest to my website how can i do thi...
Ok , I'm new to PHP and just started my first tutorial. I'm working on Linux(Mandriva). Apatche is installed , but I'm not sure how to run Apatche and test the HTML page containing the PHP code I have written.
I have a table named movie, in which there are columsMovie_ID[CHAR]Movie_Name[CHAR]Release_Date[date/time]In this particular case there might be multiple entries of Movie_name in this table. I have to display Movie_name along with its number of entries. What query will I write??...
Hello,Im using PHP for the first time and I want to create a php script that allows someone to enter some text and numbers into a text box then when they click the button I want to make the text they entered genertate some number.eg. If they type in 'ABC' I want the:'A' to be rep...
hi everyone<br/>I want to retrieve file(s) from particular folder using JavaScript<br/>Regards,<br/>ASIF
Hi!I've been trying to block a user by denying their IP addresses in an htaccess file. But I've recently noticed that this person has managed to view pages of my site via the German translation of Google. How can I completely block translations by Google or any other translation site ?And...
Hello,I have a column that is a currently set as nvarchar(50) and is called DateEmployed.There are over a hundred rows that contain dates which is in nvarchar format. This column now needs to be changed to a DateTime datatype. (Don't ask me it was not setto a dateTime when this was first design...
469 byte By
burial at 2007-11-20 8:18:15
Here's the eg:page.php?go=1 redirects through header() to test,comHere's the problem: how to get this url test,com with a php script ?I tried with file_get_contents() but it only gets the content of the test,com and I can't retrieve the url.Other way is getting content between <tit...
I have a php script that sends out mail just fine from php. The problem is I want to change who it is "from". Currently it defaults to www-data which is some default user on my Debian Installation I guess. Not sure how to change this. not sure if php is using "mail" or what and at what point the "F...
Hi, I am Vikas Peshwani, and I am a beginner in scripting languages. Can anyone suggest a good book on Javascript, which can give me a good overview quickly?<br/>Thanks,<br/>Vikas Peshwani
hi,everyone<br/>How can I Create a temporary table:have a row (the row's evaluation have a value automatically .for example 。the first one is 1,the second is 2,the third is 3,and so on ),How can I do,please help
Hello guys! :wave:Let me explain. I'm a gameshow freak, right, so I went to a website where I could play one of my favourite games. That's where I saw some interesting looking Textboxes.I'm just curios to know how they are made, is it with Flash, CSS or something else Here's th...
1097 byte By
Ipsens at 2007-11-20 8:19:30
Hi Crew,Today I would like to debate about PHPsuExecI have a server which have IP based virtual hosts.They all run as nobody.PHP 5.2.2 is installed like a Apache 1.3.37 module.Apache has suExec wraper enabled, but NOT like a module!Recently, PHP 5.2.3 has been relesed, so I find this to be an excele...
Solved
Hi, i am a new bee in MySql.This is how i do testing for my stored procedured.declare @A VARCHAR(45);@A='MIS';selectd.DeptDescfrom dept dwhere d.DeptDesc in(@A)The result i get from this query is nothing.There is really a deptDesc=MIS in the table.I try with SQL Server 2005and no problem.C...
946 byte By
buckey at 2007-11-20 8:20:34
I want to execute unix commands from a pl/sql script and retrieve the results into a varible for calcultion. Specifically i want to issue the appropriate unix command to get the amount of available disk space on my unix box, then return this value to my program and do calcualtion/comparison to see...
please i have this electronic project i'm working and i need help writing the program.
Hi,<br/>I want to take script of a table with data in sql server 2000.<br/>Can Any one help me?<br/>Thanks In Advance
482 byte By
rogernem at 2007-11-20 8:21:18
Im using TyneMCE and I have 2 fields in my form that I want to be mandatory.When I use "inst.getBody().innerHTML" in a javascript it works but only for 1 field.What can I do to make it works for 2 or more fields?I named the fields in my form field1 and field2Javascriptif(form.field1.value==""){ aler...