wat is the main diffrence between sql server 2000 and 2005

156 byte By senthilraj at 2007-11-20 8:04:08
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) ?

PHP and internet connections

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...

Notice: Undefined index: file in

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...

HTML link with file:///

837 byte By GrimmReaper at 2007-11-20 8:04:51
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...

Retrieving filter from Report Builder RDL files

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...

help! onchange and calculation

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...

Killing GetSaveFileName Dialog on Smartphone!

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

Access sql query question

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.

window.showModalDialog Question Options

320 byte By cmptrnerd9 at 2007-11-20 8:07:27
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...

MySQL GUI to web

808 byte By ppablohere at 2007-11-20 8:08:19
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...

Testing a game MIDlet on every existing phone

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...

Filename not editable GetSaveFileName...

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

Incorrect use of dateadd() function

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...

CURL & login form

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,...

how to retrive data from .XML file to JMS

315 byte By vmepperla at 2007-11-20 8:09:45
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...

Program design question

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...

Accessing database from Windows CE 5.0

820 byte By MichaelNattfalk at 2007-11-20 8:11:05
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...

How to get difference between two GMT times in seconds on WinCE?

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...

Valid W3C page

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...

Assign a value to a textbox in vbscript Error

645 byte By cmptrnerd9 at 2007-11-20 8:13:14
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...

PHP - Looping through files in directory

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?

[RESOLVED] How can this be done?

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) {...

Getting Started with Pearl

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!

Email client by using Javascript

245 byte By somebody902 at 2007-11-20 8:13:48
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.

SQL Server BLOB

610 byte By burtraskkutaren at 2007-11-20 8:14:13
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...

i can do popup that are not blocked by any popup blocker

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...

concurrency problem? queuing selected items to multiple workers

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...

Starting a SqlServer Job from a Web Page

556 byte By Scott.Macmaster at 2007-11-20 8:15:01
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...

2 selects in stored procedure - "clear" the first result set?

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...

VOIP/SIP application development in C#

320 byte By pawan_kssv at 2007-11-20 8:15:18
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...

How to send HTML e-mail in tell a friend script

727 byte By kiran_phadtare at 2007-11-20 8:15:30
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...

Rating script

388 byte By kiran_phadtare at 2007-11-20 8:15:35
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...

Testing my PHP page

224 byte By Invader Zim at 2007-11-20 8:15:47
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.

Find number of Occurances

309 byte By maverick786us at 2007-11-20 8:15:48
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??...

PHP Replace

653 byte By aaronking at 2007-11-20 8:16:40
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...

how to retrieve file(s) from particular folder using JavaScript

114 byte By bhuraasif at 2007-11-20 8:16:59
hi everyone<br/>I want to retrieve file(s) from particular folder using JavaScript<br/>Regards,<br/>ASIF

htaccess: how to deny access via Google translate

454 byte By cosmicgirl at 2007-11-20 8:17:21
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...

Modify column from Nvarchar(50) to DateTime

1085 byte By steve1_rm at 2007-11-20 8:17:55
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...

header() headaches

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...

php mail problem

629 byte By Brian Teaman at 2007-11-20 8:18:46
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...

Book on Scripting

193 byte By vikas.peshwani at 2007-11-20 8:18:53
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,a sql language question

224 byte By yhw19850401 at 2007-11-20 8:19:07
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

Textboxes and CSS

431 byte By HanneSThEGreaT at 2007-11-20 8:19:12
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...

PHPsuExec

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...

how can i search a string? EVb 3.0

6 byte By ironsoulreaver at 2007-11-20 8:19:39
Solved

set in MySql

401 byte By johnsonlim026 at 2007-11-20 8:19:49
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...

Unix commands from pl/sql

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...

I need help programming

91 byte By dbigticket at 2007-11-20 8:20:47
please i have this electronic project i'm working and i need help writing the program.

Script in sql server 2000

132 byte By senthilraj at 2007-11-20 8:20:58
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

TyneMCE : mandatory fields

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...