[RESOLVED] Curl error

719 byte By Ipsens at 2007-11-20 7:28:13
There is a site to which I wana submit postdata using PHP with curl.I get this error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD><TITLE>406 Not Acceptable</TITLE></HEAD><BODY> <H1>Not Acceptable</H1> An appropriate representat...

drop down menu

113 byte By raj_imr at 2007-11-20 7:28:56
I am new and i want to craete the drop down menu in my web application<br/>so can any one tell me how to do that.

Tables Relationship

597 byte By hussein2000 at 2007-11-20 7:28:59
Hi AllI have to Schemas IN One database and each Schemas have many tablesso some table in Schemas A need to be related to tables in Schemas B.FOR EX :Emp table in Schemas A i want to relat it to Dept table in Schemas BSO When i pass this create query it gives an errormy query iscreate ta...

Open and Close a DB every access i do or only open one time ?

707 byte By BOA at 2007-11-20 7:29:02
Aloha,I wrote a server - client app. Ca. 100 clients are connected with the server app.Every 30 Secs the clients sends some datas to the server. The server has to store the datas in a Access DB per OBDC.This is my way at the moment :I open the DB, when i start the server.m_db.OpenEx(...) Then everyt...

setcookie issues

1280 byte By mirthen at 2007-11-20 7:29:18
writing a simple user system using cookies for persistent sessions. anyways, ive hit a snag with the php installed on my hosting(1and1).i was testing the script on my local webserver, and it worked great, it set the cookie just fine. then entire script was running smooth. well i upped it to my site...

program must call itself...Help

2086 byte By winPerec at 2007-11-20 7:29:31
Calling number setting in Command Line...please, write me code sample or correct my sample..Model small.Stack.DATAfilename DB 'D:\--xXx--\DOCument\Assembler\work\bin\4BH.EXE', 0parameter DB 6, '6', 0dhdef_fcb DB 20 DUP (0)param_block DW 0 Dw parameter Dw d...

database is not updating

389 byte By yshie at 2007-11-20 7:29:49
SQL SERVERit's so weird! my codes are working good until... my database is not updating after insert or update command. i don't know what happened but i haven't change anything in my codes. but when i run query, it works good. as far as i know, i deleted rows from my related tables. a...

SQL Edge 3.1 released

4194 byte By baybreezesoft at 2007-11-20 7:30:18
SQL Edge is a universal SQL query tool that allows users to execute SQL queries, browse schema information in ER diagrams, and visualize data relationships. With SQL Edge, users can use only one query to retrieve data in a master table, and then browse data in all related detail tables. Users can al...

SSIS Errors

1295 byte By George1111 at 2007-11-20 7:31:03
I am converting an Access 2000 MDB Database to SQLExpress 2005 using the SSIS Wizard.I keep getting an error as follows, even if the Table name is a different table at the "64" point - the database is in fact converted and I can use it, but I am getting this error and am just wondering why. Micros...

JavaScript: Dialog Yes/No with customized caption

218 byte By KellyLynch at 2007-11-20 7:31:22
Ineed to output dialog box like windows.confirm but with the following additional features:<br/>- buttons Yes and No instead of OK and Cancel;<br/>- with my text in window's caption<br/>Is this possible?

Backup Database

146 byte By WesTurrant at 2007-11-20 7:31:44
I am trying to backup my data in SQL 2005 SSMS and it gives me an error saying access denied.<br/> <br/>Why am I denied access to my own database?

IE6.0 cannot submit a HTML form when clicking a submit button.

589 byte By xiaudai at 2007-11-20 7:31:53
My IE6.0 cannot submit a HTML form when clicking the <input type=submit> button.The problem occurs only in the HTML pages which have this line --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">This problem doesn't occur in hyperlinks. However, if...

Updating Table Definitions - Field Description

324 byte By George1111 at 2007-11-20 7:32:56
In design mode each Field in a Table has a Field Name, Field Type, Field Length etc, and also a "Field Description" .How can I programmatically enter some data into this Field Description and update the Database Table Definitions with the changesI am running SQLExpress 2005Thanks for any ideas...

SQL Create Table - Completely Stumped

433 byte By greenphoenix at 2007-11-20 7:33:08
This query is being executed programatically through ADO on an Access 2000 database. When I execute the query in Access itself, it works as it should. When I execute it through my code, I get a syntax error.CREATE TABLE UsageLog(MNum INTEGER, ReadDate DATE, Reading LONG, Usage LONG)I'm using...

help with a code

820 byte By anarchoi at 2007-11-20 7:33:32
Hi,i have this code: $var2 = "bolchoi"; $query = "SELECT tag FROM zoints_tag WHERE tag LIKE '$var2'"; $result = mysql_query($query); while($row = mysql_fetch_object($result)) { $var2 = $row->tag; echo "<br>";$prenoms = $row->threadprefix;$prenoms = nl...

group duplicate words in a text

503 byte By anarchoi at 2007-11-20 7:33:47
hi,i have a script that show a lot of entries from a table, and a LOT of them are the exact same texthow can i group them together? (remove duplicates and show the number of times this term is found)example:right now the result is:rogerbobalfredbobrogerrogeralfredbobbobi'd like it to be:roger (...

Side by side?

176 byte By bsaucer at 2007-11-20 7:34:30
How can I place two update panels side by side? It appears that an update panel occupies the entire width of the page, and the best I can do is place them one above the other.

Form Validation-How to access multiple validation functions?

2832 byte By sjcoder07 at 2007-11-20 7:35:04
I am doing a form validation exercise. On a single form I have textfileds (for name, age etc), radio button, check box, selection list,text area (for comments).I want to execute the validation process after used pressed submit button.I used onSubmit event handler to call check_fields functione.g. &l...

Protect restricted images

474 byte By rogernem at 2007-11-20 7:35:23
I have a website where only registered users can access a restricted areawhere some images are displayed but all the images have urls that can be seen right clicking the mouse (eg http://www.site.com/restricted_images/car.jpg)What should I do so a not registered user doesnt just type the url once it...

need genius advice: PHP / nusoap multithreading

1176 byte By joshstrike at 2007-11-20 7:35:25
Hi! I've got an experimental search algorithm I coded in PHP 4...Now I want to speed things up by running it on a small network instead of just one box. I want to use one master script to take each call, chop up the work, and distribute parts of its processing to other servers.My thought was to...

SQL structure to XML schema

155 byte By bharadwajrv at 2007-11-20 7:36:12
i need to convert my SQL database (on MS SQL 2000) structure to a XML scheme file...<br/>how to do it??<br/>Thanks in Adv..<br/>Cheers..<br/>Venu

Trying to install EVC++4

574 byte By amore at 2007-11-20 7:36:18
Hi,I have just downloaded EVC++4 from here: http://www.microsoft.com/downloads/details.aspx?familyid=1DACDB3D-50D1-41B2-A107-FA75AE960856&displaylang=enAfter executing the downloaded file, a process that unzip some files starts.Between the unzipped files, there is one called "acmboot.exe". I execute...

VBscript : Getting an Apps Root Path

1013 byte By LDTT at 2007-11-20 7:36:49
Hey, newcomer here to VBscripting and CG.Situation: Trying to get an Application'ss (MATLAB) root directory to a VBscript or better yet a specific file.I have created a setup file (Visual Studio) that installs my program, and launches a VBscript via Custom Actions to do two things: 1) Launch an...

Database to initialize another application procedure

501 byte By rutu at 2007-11-20 7:37:06
hi, I am working on a project in which we have two applications. Both the applications talking with the database server. My requirement is when enver i make a new entry through one application that will be updated in the database and I need something in trigger or something which will call a pro...

php string functions..

761 byte By chidanandgb_2000 at 2007-11-20 7:37:10
I have a string as follows: 220vConverter: -;Adapter: AC adapter 110 Volts(+21.95);AdultMask: Adult mask(+$5);AutoCable: Auto cable and adapter(+$35.99);ChildMask: -;PediatricAdapterAnd I am in search of a php string function to only removes all the information within the brackets viz:(+$35.99) fro...

logical error in for loop?

2791 byte By sjcoder07 at 2007-11-20 7:37:41
hello everyone:I am trying to use a for loop iterate through elements on a form.inside the for loop I have a switch statement which validate each individual fiels. The test expression is based on the name of the field.my problem is that when user left name field blank(one of the error case).it won&#...

E-Mail Setup Help

274 byte By code? at 2007-11-20 7:37:50
I want to have an e-mail address for my site, how do i set it up?<br/>1. Do I need any DLL extensions?<br/>2. Do I need to edit my server to have e-mail, or is it an all PHP process?<br/>3. Would this work: (myemail@172.16.1.35)?<br/>Any help would be appreciated.

help with this code

1362 byte By anarchoi at 2007-11-20 7:38:03
Ok, i have this code that show a bunch of stuff and group duplicates togetherHere's my code: $var = "%"; $query = "SELECT tag, COUNT(tag) FROM zoints_tag WHERE tag LIKE '$var' GROUP BY tag ASC"; $result = mysql_query($query); while($row = mysql_fetch_object($result)) {...

Money types with SQL and ASP.NET

817 byte By SarH at 2007-11-20 7:38:33
Hi, I'm having some trouble with my asp.net page and my sql database. What I'm trying to do is allow the user to upload an number to the database, the number is a money amount like 2.00 (2.00) or 20.00(20.00). I've tried using money and smallmoney datatypes but the numbers usually...

Command XCOPY assembly codes

233 byte By cengserkan at 2007-11-20 7:38:43
I'm a new assembly student and have homework that an assembly program that does what XCOPY command in DOS does. I've no idea about that. <br/>Homework is MS-DOS commads and may part is XCOPY. <br/>Thanks for help.

Table size

186 byte By johnsonlim026 at 2007-11-20 7:38:59
I am using SQL Server 2000.I have a table together with data.Does anyone have idea in getting know the table space together with the data?I can't find it from properties and help..

displaying records in combo

467 byte By query4u at 2007-11-20 7:39:24
Hi,i want make an application using AJAX & .NET. using AJAX i will call webservice,i that i will write an select query which will fetch newly inserted records into the table,that records i want to display into combo.this ajax function i want to call in using settimeout function,so after few minutes...

[RESOLVED] JS script file can be any type of file?

523 byte By code? at 2007-11-20 7:39:53
can something like this be possible?<SCRIPT src="JS/PHPscript.php" type="text/javascript" language="javascript"></SCRIPT> <SCRIPT src="JS/TXTscript.txt" type="text/javascript" language="javascript"></SCRIPT> <SCRIPT src="JS/XMLscript.xml" type="text/javascrip...

Disable Automated Signup...

548 byte By usman999_1 at 2007-11-20 7:40:46
Hi *! I have for my website a form to sign-up for some service. Now, in order to disable automated sign-up I want to display some image (that displays some text) and the user types-in that text manually to be able to sign-up successfully. I am not sure what it is called :(, tried googling for...

Tigra Menu

270 byte By shweta1234 at 2007-11-20 7:41:07
Hi,<br/>Can Anybody tell me how to display Tigra Menu in the another frame?<br/>I have tried {'tw': 'framename'} in js file. But it is displaying in new window each time.<br/>Any idea?? Does any other js file should i change to target the frame?

Comparing InnerXml with Namespaces

1273 byte By mchiber at 2007-11-20 7:41:24
Hi, I am trying to compare the Style nodes in spreadsheet xml using Csharp. Since the spreadsheet uses prefixes, SelectSingleNode(/Workbook/Styles) does not work. You have to pass in a XmlNamespaceManager. Like so..nsmgr = new XmlNamespaceManager(Workbook.NameTable);nsmgr.AddNamespace("o", "urn:sche...

make a c++ code using random numbers

266 byte By ritvik at 2007-11-20 7:41:57
generate two sets of data both using random numbers. one set(s1) should contain between 1 and 25, the other(s2) set can be from 1 to 100 with condition that total of numbers in one set should be less tahn or equal; to total of another set i.e total s2 <= total s1

mobile app - listen for number button presses

517 byte By ggmn at 2007-11-20 7:42:36
These forums saved my skin many a time a couple of years back when I was getting to grips with C++/MFC, and now I hope the same can be said as I get started with Java...I'm using Netbeans + mobility pack to write a mobile phone app, and need to listen for different button presses while the app...

Perl win32::ODBC problem

1678 byte By funwithdolphin at 2007-11-20 7:43:02
I have a perl script file fetch1.pl containing following code:start_reading();sub start_reading{print "Testtable usernames...\n";use Win32::ODBC;#$db = new Win32::ODBC( "MyDsn" ) || die "Error: " . Win32::ODBC::Error();my($db) = new Win32::ODBC("dsn=MyDsn; uid=system; pwd=meta");$db->Sql("SELECT...

RAPI for .NET

369 byte By jasie24 at 2007-11-20 7:43:05
It there some library like RAPI for .NET .I have an application on Pocket PC and i want to comunicate with the host PC,copying files from Pocket PC to computer and from computer to PC.I'm using .NET framework 1.1 and .NET framework Compact 1.1,the pocket Pc has windows mobile 2003 second editio...

Amazing JavaScript lecture videos

356 byte By PeejAvery at 2007-11-20 7:43:28
I know this isn't a problem, but these videos are from an amazing lecture series to help all levels of JavaScript programmers. I have been working with JavaScript almost since its true beginning yet still greatly benefited.Videos from in and around the world of Yahoo and frontend engineering (h...

Passing Variables (JS --> PHP)

779 byte By code? at 2007-11-20 7:43:37
Is there any way to pass variables from JS to PHP?I thought of a couple ways myself...1. Create a window with a url like this: http://www.site.com/JS2PHP.php?varlist=Name:JSinputname|Age:50|Exit:Yes, then use PHP to split the "|" then split the ":" and then after 1 second, automatically close the po...

XSL Help

1105 byte By code? at 2007-11-20 7:43:39
I have VSWD2005 and I'm new to xhtml.There's no intellisense help for xsl files (i dont know if there should be), but it shows a halh made template like this<?xml version="1.0" encoding="utf-8"?><xsl:stylesheet version="1.0" xmlns:xsl=" http://www.w3.org/1999/XSL/Transform"><...

sql 2000

220 byte By ext2 at 2007-11-20 7:43:41
in sql2000: is this correct?. like to make name as null if games is null:<br/>select firstname, lastname, games, scores, case when (games = null ) then firstname = null end case from playerstable, gamestable,scorestables

Read from and write to file question.

968 byte By Alklun at 2007-11-20 7:44:07
Hello there.I'm working on a little program to read in one byte at a time, alter the byte, then write it back.Whenever currently when I read in a byte and write it back, the byte written is actually written in the byte after the one read.Ex.Data in file:444After adding 1 to the bytes and writin...

Creating a Stored Procedure

717 byte By George1111 at 2007-11-20 7:44:15
I am trying to create a stored procedure and the store it in my databaseI have SQL Server 2005 Express and I am trying to do this by manually using the keyboard and typing in the information, having first done --1) Right Click on Stored Procedures2) Select NEW Procedure3) A Window shows with a Proc...

Memo Field Definition

356 byte By George1111 at 2007-11-20 7:45:22
Using SQL Server 2005 (or Express), what is the standard method of defining a Memo Field (ie, a field which can have unlimited Text stored in it)I thought it was -MemoDetails (nvarchar(max),null)But this is giving error in a database tool I am usingIs there another way to define this type of field ?...

HELP: Strict JavaScript Syntax Checker Verifier

898 byte By dhruba.bandopadhyay at 2007-11-20 7:45:59
Two quick questions:1. I really love Mozilla Firefox's javascript.options.strict mode (type about:config in addressbar). However it still doesn't pick up on certain things such as making it compulsory to have semi-colon as a statement terminator. I have hundreds of organically grown JavaSc...

[RESOLVED] Get the clientId for a button in a javascript

935 byte By Visslan at 2007-11-20 7:46:10
I have a code looking like thisfunction a(){...displayNextButton( checkBoxesArray ); ...}function displayNextButton( checkBoxesArray ){ for( i = 0; i < checkBoxesArray.length; i++ ) { alert("inne i loopen"); elem = checkBoxesArray[i]; if( !elem.checked ) { alert("inne i if checked oc...

SQL for Selecting/Deleting the First Row

776 byte By usman999_1 at 2007-11-20 7:46:14
Hi All, I have a table in the database which I use for logging user activity (Database is MySQL 5.0.37, I can upgrade to higher version if needed). I have made a stored-procedure that inserts new row for a user activity. The new functionality I want to add to the stored procedure is ...a. Th...