199,114 Archived Topics
Remove Filter ![]() | |
[B][/B] i successfully saved picture file as pathfile to database but i do not know how to open this picture file by relevant program suh as internet explorer, acdsee or else? | |
[I][B][COLOR=Green]Please help me to get calender date from the given Julian date(1187610073812). [/COLOR][/B][/I] [I][B][COLOR=Green]Thanks in Advance..:)[/COLOR][/B][/I] | |
I'm not entirely sure If this is going in the correct location. What I want is to set up my database so that it will updated every hour. I'm a little unsure on how to tackle this problem. Does oracle actually support this type of updating, and if not, would … | |
I have done a stand alone project on Java Swing and MySql where the frontend is designed by Swing and backend is designed on MySQL I wanna build an exe of the project by incorporating the MySql schema and tablespace into the archieved file(exe/jar) Plz tell me whether is it … | |
i have to call a stored procedure that shoud return all data in a table. so how to create procedure and how to return data from procedure. kindly send me a small example program ......... | |
hi everyone, i have a doubt on file handling using C. Can anyone just tell me how to change file extension of a file(ex .txt to .dat ..etc..) using a C program. thank you | |
hi everyone, the below program is yielding error "segmentation fault",when it is run under unix. This is a file copy program using command line arguements. Without using command line arguement,i mean,taking filenames directly in the program runs successfully. Can anyone tell me what "segmentation fault" means in unix? ------------------- [code=c] … | |
hi, Is MS SQL server 2005 Express Edition is freeware??? anything(webpage/link/material) that gives support to above statement will be most welcome..... thanx and regards. chaitanya. | |
Alright, here's the beef. I'm basically writing a program for a PIC18 microcontroller. There's just one problem, my main asm file, it compiles C into assembly and then turns it into bytecode, is too big to be loaded into memory. So I'm getting compiler errors telling me the section is … | |
Hey im new to this C++ business but i just wanted to know cause i find lots or errors coming up to me :'( .. whats the difference between int main and void main. | |
Can anyone help me with an 'IF' statement that will prevent saving a duplicate record in MSSQL | |
hi, im having problem with my current project which is to insert values from variable into fields in access database. i know how to insert values from textbox into access but im having problem using variables.can anyone please help me? | |
hi! i'm new to the C#. net and need a help for my application, thanks in advance,problem is i have an application which has to read the data which is like this -------------------------(white spaces which is in the file) --------- abc ---------- d----------- efd----------- de xxx----- 25.80---------12.10--------180000.0--------11111 yyyyyyyy---------------709.-----------.03------------------- zz-------------------------------------1426.------------------------- and … | |
Hi guys, Please, I need your help. I made a web site with a login page. In my laptop it works perfectly, bu when I move the site to other computer, and I put the user name, the password and submit it doesn´t move to the next page. I´m using … | |
I seem to really be lost. I have included the instructions for this problem, for you clarity only. I'm not asking you to do the work.I really want to learn java. I have read this complete chapter Three times now and seem to not be getting through my thick skull … | |
I have installed XAMPP in winXP, its works perfectly.......but the value of any veriable cann't be tranferred from one page to another page...e.g. 1.file1.php [code=php] <?php print"<body><form action=file2php method=post>"; $p=42; print"p=$p"; print"<input type=submit value=submit>"; print"</body>"; ?> [/code] 2.file2.php [code=php] <?php print"p=$p"; ?> [/code] when i run file1.php it prints the … | |
Hi all, i am a new to VB.NET and i have a project to be completed urgently. I need to insert information from textboxes into a database, I have created the connection using Jet Engine, the connection is working well because I can display records. However I cannot insert new … | |
trying to see if the last character is a '>'......any suggestions I already know how to check for the character heres what I got if (userData.getName().charAt(0)!='<' ) { thank | |
i'm writing a program to capture marks and names of 15 students and then i'll be using a function to display whether those students have failed,supplement or passed. but the problem is i'm using strings to capture those names and i'm using arrays to capture those names and the marks.i'm … | |
Hi Guys 1)I am planning to write a simple implementation of T9 , as seen in nokia phones. Could someone suggest an efficient way to go about this ?? 2)I am also planning to write the code for a english dictionary. What is the most efficient way to store and … ![]() | |
I wrote some kind of code But i wrote it in Notepad now i want to run this in C Compiler how i can transfer it Into C Compiler.Or any other method is there | |
I am trying to insert a jtable into another jtable is that possible. Please help | |
How can i send all requested parameter to included jsp. [CODE] <jsp:include page="/page"> ??????????? </jsp:include> [/CODE] | |
Wsup..basically I have a html file saved in another folder in Eclipse..I want to call a jsp and once I call it...I want the html code to show up...here's what I have "cp-termsofUse.jsp" [code= java] <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> … | |
Hello, Please, i need to know the JDBC code (applying servlet) to use with mySql to generate account balances from my customer_table having three columns(i.e. DEBIT, CREDIT,BALANCE) in the following format: CR-------------------------DR----------------------BALANCE 30................................5..................................25 2..................................3..................................24 I can only use 'select sum....' code to get the sums of both DR and CR … | |
does any1 know how to make a app when u minimize it insted ov going to da bottom of screen to go as an icon near clock like the msn messinger icon | |
can anybody tell me the coding for a program to search an element in a string exactly the same word ,like if we are having two words is and this in string then we have to search for is then it only shows is not this........ | |
hello can anybody suggest m, for example-how to change bckground color of particular column-if it has values less than 10(i mean using datagrid_itemdatabound).i searched google for one whole week.but all went in vain!!anybody plz provide m pdf's or articles regarding this article..any type of help will b much appreciated...!! | |
Hi, i've been with this in my neck a month ago, I need to write and read a image file to an Informix DB, but through a COM+ application (3 tier app). I googled this several times with no luck. So please any help would be apreciated. I have tried … | |
VB6 - "FindFirst" with multiple search Criteria Hi everyone, I am trying to modify and expedite the execution of this VB module that was started by an someone else. If you look at the underlying module, you'll see that there are numerous nested loops(Loops within a loop). I understand that … | |
hi. i would like to ask if the following operation is possible. imagin a device which has a number of rs 232 ports. in this case we shall take four. then imagin that you have two keyboards and two computers connected to these ports. now is it possible to write … | |
need help in removing the first characters in a number then adding 1 to the number then returning the 2 first characters that were removed. example i want to remove CR FROM CR499 THEN i add 1 to 499 then add back the CR. any help will be appreciated | |
Hello! I want to implement a avltree using C++,and I have do most of it,except the remove() algorithm. My question is when should I rotate the tree in remove(). I hope that any body can represent the situation for me using the Pelple's language,because the implemented code depend on the … | |
If you have any idea on where I can learn how to implement OOP in C++ specifically when it comes to list please send me your feedback | |
hi eveyone , Am not gettin time to study from books .I am tryin to generate a code for CD Drive. i wanna on a single click it should open the drive and on next command itshould close the drive too. Anyone give me suggustions how to do???????? specially my … | |
Hi there. i'm having trouble joining tables. I'm using Access database. Initially, i have 2 tables called thresholdTable and Configuration. In the thresholdTable, there's a column called 'Config' and i've linked it to a column called 'Confuguration' from the Configuration table. Right now everything's working. However, i added another table, … | |
hello everyone and my old frnds is there any list of lib (like Microsoft ADO 2.5 lib)to be included in project refernces and components which we can add everywhere in vb 6 project which will work eveywhere except default ones. that is without lookin on to project requirement we should … | |
Hi I have a web Application which uses servlets. As soon as any user Logs i create a folder for the user and the files uploaded by the user are stored in that folder. Now when the users Logs out of the Application I am supposed to delete the folder … | |
I want to convert an image and a mp3 to flv using my server with ffmeg and mencoder. I have a script that converts a video to flv but if I upload the mp3 it does not convert, also I want to add an image to the flv with the … | |
Hello Everyone, I'm doing a Project for Touch Screen. I have Designed an ON SCREEN KEYBOARD. My Problem is that "How can i Enter Text through my On-Screen K/B????" For Example : Suppose User Click the Button "A" on "On-Screen K/B" Form then I want "A" to be typed in … | |
[code=c++]void wait ( int seconds ) { clock_t endwait; endwait = clock () + seconds * CLOCKS_PER_SEC ; while (clock() < endwait) {} }[/code] | |
i dont know how to write this code..anyone can help me ?? here are the question : Write a complete program that calculates the wages of an employee for the month(hint : input from user includes year,month,time in/time out for each day in that month.). monday-friday :first 8hrs,Rm50......add.hour RM10/hr. saturday … | |
[COLOR="Green"] I have some lines on a plane. I want to find points those lines intersect each other. than I try to find whether this lines make a closed surface or not. Any one have idea? [/COLOR] | |
Hi all, I am trying to understand the concept of private constructors and singleton. As far as i have studied, we can have private constructors , destructors and that they are used to avoid making instances of the class other than its member function. now that i am trying to … | |
I am not sure why I am getting syntax errors in lines 29 and 31. When I run the console my return values are correct, but have syntax errors. [code] include <iostream> #include <iomanip> using std::cout; using std::cin; using std::endl; using std::setprecision; using std::ios; using std::setiosflags; int main() { //declare … | |
Sir, This is Vijayasanthi.I'm using Visual basic 6.Now the problem is i can enter only 255 characters by using input box but i have to increase the maximum length or can i set the maximum length property as '0' for input box?kindly give any solution for this problem. Thanks and … | |
Hello everyone ^_^ I need to know how to pause the execution of a code, without using sleep() or any sleep()-kind function thats it... thanks XD | |
hello all i am new to php.i don't know how to use split function for separating multiple email addresses and storing in an array and then printing that each value of array... if anybody can help me out then i will be thankful to him/her. | |
Hey can anyone there give me link to get a list of all the functions supported by VB6.0 like time and date, |
The End.