308 byte By
cs8 at 2007-11-20 10:13:34
i connect to remote sql2k server using my vc++ project. It works fine except that recently i revised my query in such way that I use Create table #temptable .. when i add fields to this table like more than 5 or 6 it suddenly disconnects and UI disappears. i do not have the actual code with me. any...
Is it possible for someone to write a comment above the first line that is about the matter and have it not affect anything?
I have uploaded wiktionary xml file into my website. But how do I display it on my webpages e.g. if someone search about the meaning of "peach", How can I extract and display from wiki xml file.
I have to convert a number (0,..,9999) to a word. Can anyone help out with this?
Does anyone know if oracle saves "last modified" data? I want to use this in a archiving tool by only querying for data after/before certain dates.
Hi,i want to check whether the linked server exists or not before running sp_addserverlink, if any one knows the query for checking the existence of linked server plzz tell me.right now i am gettin this error Msg 15028, Level 16, State 1, Procedure sp_addlinkedserver, Line 79The server 'vbserve...
302 byte By
Divad at 2007-11-20 10:15:41
I am using MSXML 3.0 in my CE application. How can I convert a document (a pointer to an object with the IXMLDOMDocument interface) to a CString? The reason is that I want to convert the CString object to an array of bytes in UTF-8 format which I later will send through a socket connection....
866 byte By
kdar20 at 2007-11-20 10:16:58
Hi,I am currently porting 64 bit application with C and Assembly code (x86-64) from Linux to windows. I am using Microsoft C-Compiler 2005 and Yasm for compiling C and assembly code respectively. I have modified the assembly files as per the 64-bit ABI specification for windows and i do get expected...
Hello,I need a help to complete on form.I have a page with three text boxes.1st one is to enter the amount. say eg 10002nd one is for tax say eg 1203rd box show the gross total of amount + tax and its disabled using the javascript.Now all i need is when user go to that page and enter the...
Hello all,I am writing Pocket PC serial communication application using eVC 4.2 with Pocket PC 2003 Emulator.Using eVC i created a new Project(WCE Pocket PC 2003 Application) and i selected the Empty Project Option.The following is the code which i have written in .cpp file#include "windows.h"int W...
Hi all, <br/>I'm new to GDI+ programming, <br/>I'm having a PPC2003 device and i'm using eVC 4 for programming. <br/>How can i write a GDI+ program using eVC4? :confused: <br/>Can anyone help me pls? <br/>Cheers, :) <br/>Sujith
Hi, I'm trying to for a div in my page in a javascript in clicking a link. So i need to set the id for the div and id for other contents inside the div based on the link clicked. I'm able to take the id of the link. Now i need to form the ids in the javascript based on the obtained id. B...
Hello Everyone Could someone please give me a pointer on how to register for an event that is fired from a .NET Object. I can connect to it and call it's methods but can't figure out how to register for the "SomeNeatEvent" event. Thank you for your time and ideas Patrick public partial cl...
344 byte By
shakyfry at 2007-11-20 10:19:17
<FORM name="USERFAVOUR" method="post" action="{$baseurl}/my_favour.php"><input type="hidden" name="rvid" value="{$answers[i].VID}"><input type="submit" name="removfavour" value="Remove Favorite"> </FORM>It is calling on my_favour.php to remove something.Please help.T...
556 byte By
yaron-b at 2007-11-20 10:19:45
HiDoes anyone know if I can dynamically create a DATEDIFF function within a query.Example:SELECT * FROM myTableWHERE (DATEDIFF(intervalCode, lastExecution, GETDATE()) >= intervalNumber)As you can see, I filled up all the arguments with data from columns. The problem is that the first argument (un...
1810 byte By
phpmaniac at 2007-11-20 10:19:50
I am new to AJAX. Could someone please help me with this problem.. its kind of urgent for me to get this working.I have a form which when submitted should create an XMLHttpRequest to send the form values to a PHP script. Below is my code for the request.On IE I get an error saying 'Type Mismatc...
227 byte By
g3RC4n at 2007-11-20 10:19:53
i really want to learn assembly but i just can't find a decent tutorial online. is there a book which is "THE" book on assembly langauge?<br/>i know c++ btw so it doesn't need to be a really basic assemably book
211 byte By
CoolStar at 2007-11-20 10:20:33
Hi All,<br/>I have a data base created using sql server 2000, and I want to generate *.mdb data base for one of the table of Sql server. <br/>Can we generate the same programatically?<br/>Thanks!!
1606 byte By
tzixiang at 2007-11-20 10:20:37
Hi All! I'm currently stuck with doing my school project and need some help. I need to split the html code into 5 parts, Authors, Year, Title, Journal, Pageexample of the HTML code is as follows:<br><br>Chua Eng Huang, Cecil, Sandeep Purao, Veda C. Storey, 2006, Developing Maintaina...
876 byte By
shoaibi at 2007-11-20 10:21:29
Well the file is attached. Its not my script, i downloaded it from hotscripts.com, the problem is this:1. 1938 Error, after December 1937 i jump off to January 1970. Still don't know how to fix that.2.It reads events that are single line based, If description of an event contains more then one...
818 byte By
dishadiv at 2007-11-20 10:21:34
hi, I'm trying to set the preferred connection under CM_Planner using DMProcessConfigXML API, to be used for connecting to the internet metanetwork. If I set a GPRS1 connection which is not existing under the My ISP(which by default is used to connect to the Internet Metanetwork ,through Settin...
1224 byte By
gilly914 at 2007-11-20 10:22:16
Hey There,I created a working SQL statement that looked somethig like this :SELECT DISTINCT car_dealer.IDFROM car_dealerRIGHT OUTER JOIN dealer_company_links ON dealer_company_links.DEALER_ID = car_dealer.IDRIGHT OUTER JOIN type_company_links ON type_company_links.ID = dealer_company_links.TYPE_COMP...
617 byte By
gilly914 at 2007-11-20 10:22:28
Here's my problem :I have one table called "users" that has a list of users (fields : ID, Name, Country, etc.) and another table called "user_ratings" that has a list of ratings that each user recieved (fields : USER_ID, RATING).In order to get a users rating i would use :SELECT AVG(RATING) fro...
Database Access 2000I am updating tables as follows StrSql = "SELECT * FROM Stock WHERE [GRP] = '" & StGrp_Code & "'" RsStock.Open StrSql, Db, adOpenDynamic, adLockPessimistic On Error GoTo E1 If RsStock.RecordCount < 1 Then 'ADD NEW RsStock.AddNew RsStoc...
249 byte By
jubstuff at 2007-11-20 10:22:40
Hi all. I'm an italian guy, so sorry for my bad english. I have to realize a booking system for a hotel and i have a question. How can I connect a specific period of time with a room, so that it gets booked? In short how to realize the booking?
455 byte By
ninhovid at 2007-11-20 10:22:54
hi..i'm new at Ajax, i could populate 2 dropdownlists using cascadedropdown... using methods and webservices... getting data from databases... not XML...but it works when i do this:ServicePath="service.asmx"but if i publish my webservice and i try with thisServicePath=" http://localhost/WS/ser...
2583 byte By
freshfitz at 2007-11-20 10:23:09
i am coding a site that returns info from zillow in xml format i need to do a calculation against the sqft of the yard the problem is when i parse the xml i think i am getting a string i cannot convert it to a number here is a sample of the xml<?xml version="1.0" encoding="utf-8" ?> <Search...
404 byte By
marioana at 2007-11-20 10:23:15
I have a php application that is used as a ticketing system. I want to export some of the tickets in a rtf file so we can see and print them easily.The problem is that in the text of the ticket appears \'d, which I understood is carriage return.I tried removing \r, \x0d,0x0d from the text befor...
497 byte By
tim8w at 2007-11-20 10:24:10
How can I get the 'sqlncli.msi' installation to run on a Win98 box? When I try and run it I get the following error:"This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Install...
966 byte By
callagga at 2007-11-20 10:24:12
Hi all,I'm getting a Windows Mobile 6 based phone (HTC 3600i). What are your thoughts on what development approach to use if I wanted to knock together some applications for myself. I have some Java background. From what I see:Windows ME based development:* I'm assuming I may get nicer l...
624 byte By
Drecver at 2007-11-20 10:24:33
Hello, I'm interested in starting to learn ASM, but have only a bit of experience with C++ in Dev-C++. I understand assembly is not a good beginner language, but I would like to learn lowest level languages and work higher up. Thing is, I'm confused about how exactly I work the compiler,...
1844 byte By
izuma at 2007-11-20 10:25:21
I am currently doing an assembly program on hangman.I have an external data file (word.txt). I am already able to access the words in my data file although I dont know how to access the words line per line or should I say word per word. For example,redyellowbluehow am i suppose to access yellow.. or...
1230 byte By
AlecJames at 2007-11-20 10:26:58
HiI have an Access 2003 project connected to a sql server express database. I used the "Database Utilities->Transfer database" to replicate the database on a sql server 2000. The include data check box was checked. The transfer failed. It creates the tables and fields correctly but does not c...
Using Access 2000 and VB6 ADOThere seems to be a 5- 10 second delay after data is written to the database before it relects in enquiriesIs this normal ?Tables are opened as follows StrSql = "SELECT * from STOCKGROUPS" RsADO2.Open StrSql, DbADO, adOpenKeyset, adLockOptimisticWhat should I be us...
1032 byte By
shakyfry at 2007-11-20 10:27:28
I am sorry as I am a newbie.I would like to have people who visit my site be forced to view the index first.Such as, I have a view_video.php on my site and if they try to access this directly via favorites or a link they would be redirected directed to the index.php page and only be able to access p...
I'm working on my Associates in Computer Science, and the school has required me to take a course in Computer Architecture. It's an online course ( sadly ) that seems to center around the PIC Micro controller (which is on backorder, joy.). To teach the class, the instructor (who is also...
743 byte By
cht104 at 2007-11-20 10:28:03
I'm trying to export data from a Sybase Adaptive database. To import into the other software, all fields must be enclosed in " ". With SQL options, I can get the quotes around the name fields, but not the SUM fields. Here's an example of what I'm using:SELECT e.last_name + ' &...
Hi All,I've installed Ajax, but the documentation says that i need to do the following:To run ASP.NET Web pages that contain the Media or Xaml controls when using features such as the XamlUrl property, managed code, or dynamic languages, you must set up MIME types in IIS for the following file...
1360 byte By
HarveyR at 2007-11-20 10:28:16
New version V8 of C# IDE Mobile (MAJOR IMPROVEMENTS)C# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a desktop computer).MAJOR IMPROVEM...
144 byte By
glenvern at 2007-11-20 10:28:42
How do I get an image or video image displayed on the search engine page.?<br/>(type "mr bean" in Google and you will see several examples)
3448 byte By
exr at 2007-11-20 10:28:53
The project I am doing requires custom functionality from a DLL executed from with Internet Explorer.The DLL is written in VB 2005. The DLL resides on the local machine, where it is registered with Regasm. The DLL implements iObjectSafety in order to allow IE to load it with an OBJECT tag.IE loads t...
I need a javascript function that creates an HTML enabled form in a div. If I include PHP code for the HTML editor it doesn't work. How can I make this work?function htmlForm(){ var form = "<? include('FCKeditor/fckeditor.php'); $oFCKeditor = new FCKeditor(...
Hi Good Morning. I am having one .csv file contains like below formatA,H,328254,1,,Att: L J AMIS,,,3 GILL COURT?,,AU,ROWVILLEA,L,1,328254,LD-901 ,,1,EA,,19/03/2007,99,9,99,,,,,, In above record H means Header and L means Line. While reading lines i need to check whether it is H...
406 byte By
number7 at 2007-11-20 10:29:40
My Current replication process truncates the data first and then tries to replicate the data later. If a table schema had a mismatch, the replicate process would fail leaving the tables with no data. I need to modify the process to check for any schema mismatches first and then replicate the data la...
I have installed AJAX as well as its toolkit. But none of its component gets displayed in the toolbar of VS2005 except Ajax Extensions. How can I get additional toolbars displayed??<br/>Thanks in Advance
Hi,I want call (call to landline or mobile) my list of customers through GSM-bluetooth technology. I stored audio files like .wav or .mp3 etc. How can I call the customers automatically and play the audio files to them. If I should buy any extra equipements please inform me.Current I am havingEnviro...
932 byte By
Suzi167 at 2007-11-20 10:29:59
Hello everyone,I have the following XML file:<INSTRUMENT_DATA><INSTRUMENT TYPE="Balance" DATA_SOURCE="" PARSE_TYPE=""/><INSTRUMENT TYPE="HPLC" DATA_SOURCE="" PARSE_TYPE="XML Parsing"/><INSTRUMENT TYPE="Empower" DATA_SOURCE="Adapter" PARSE_TYPE="XML Parsing"/></INSTR...
6019 byte By
shakyfry at 2007-11-20 10:30:03
I have been racking my brains out for 2 days now with this.I have the paging script in this php file and this is for the members section of my site.When it shows all members it works correctly with the exception of a number "1" next to the "Last" Box and I cannot figure out where that problem is.Als...
1826 byte By
myhanguk at 2007-11-20 10:30:55
Hi...I am faced with the VC++ limitation that generatesCode:error C2520: conversion from unsigned __int64 to double not implemented, use signed __int64I have found on the Internet that the conversion can be done by adding an assembler module in my project. The link to the article is http://lists.matr...
421 byte By
gilly914 at 2007-11-20 10:31:33
I have an sql query that looks like this :SELECT table.ID , AVG(*) as AVERAGE , ... , ... from table WHERE X > 200 GROUP BY table.ID ORDER BY AVERAGEthis query qorks great...everytime there's more than one row in the table, but when theres only one row, it returns zero rows!I think this is b...