199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for saurabh_kanwar

Hi Guys, I was just wondering if there's a way of restricting access to the contents of a database by creating a list of users and their corresponding password. So when ever someone tries to open the database a form pops up asking for their user name and password. Thank …

Member Avatar for fireprooffox
0
111
Member Avatar for birdy_28

Hi Guys/ girls. I have written a small program for uni, and it involves the user inputting a message that is saved into a string. The only problem is that whenever i use a space within the message the whole program crashes. Can anyone help, i have given the code …

Member Avatar for VernonDozier
0
246
Member Avatar for kapil.goyal

i have a class in app_code folder which implements the Ihttphandler Interface.so when the execution enter in the Processrequest method i have to use the session variables created on login page.but there is no such Session Object present there. on login page i hav created session like this session("userid")=dr("user") i …

Member Avatar for Hausen
0
411
Member Avatar for borito

Hi guys, Im pretty new to vb .net. What im trying to do it I have 2 forms. First of all I have created a Module with the code: Module Module1 Public Start As New Form1 Public Input As New Form2 Public Sub main() Application.Run(Input) End Sub Form1 has a …

Member Avatar for Jx_Man
0
124
Member Avatar for kings

hi i want to fetch username from another table based on the id generated in the temopary table. [CODE] <?php @ $rpp; //Records Per Page @ $cps; //Current Page Starting row number @ $lps; //Last Page Starting row number @ $a; //will be used to print the starting row number …

Member Avatar for jino
0
121
Member Avatar for dwlamb_001

Can anyone recommend a good up-to-date how-to for the installation of PHPEclipse and DBGdebugger? I am using xampp 1.6.5 which has PHP 5.2.5. Try as I might, I can't get the requisite [code] with DBG v2.11.30, (C) 2000,2004 by Dmitri Dmitrienko, http://dd.cron.ru [/code] in the PHP header to indicate that …

Member Avatar for dwlamb_001
0
137
Member Avatar for Morty222

I am using current_timestamp and it works great but when I output the data onto a php page it looks like this: 2008-03-05 18:05:44 Anyone know how I can make it look like this? 03-05-2008 18:05:44

Member Avatar for johnsquibb
0
111
Member Avatar for sbv

Hello , i am new to AJAX. I don't know anything about AJAX. Can any one tell me What is AJAX. In which language we can use it.. and how.. , need of AJAX. Or any link to refer. Thanking You.

Member Avatar for sbv
0
133
Member Avatar for sbv

Hi, I have one question related to SQL Server. But there is not forum on this. so here is my Question. While accessing multiple columns value in a single alias column we right query as follows. [CODE] Select FNAME +' '+ MNAME +' '+ LNAME as NAME from Cust_Master [/CODE] …

Member Avatar for sbv
0
128
Member Avatar for knewc

I am very new to C++, and am struggling with these problems. I must enter in a 10 integer array, and then reverse the array. I do not want to make a function, or use characters, just simple code, this is what I thinking is along the lines of the …

Member Avatar for nezumi4
0
106
Member Avatar for toadzky

I am trying to move files and rename them with a date-time stamp I generate. I have a survey and my perl script processes the POST query string. Once I have the query string, I am using XML::Simple to get the stored results, update them, then write them back out. …

Member Avatar for katharnakh
0
183
Member Avatar for mrjoli021

I have some sentence fragments and some words. I need to print out sentence1 + word + sentence2 capitalize the first charater in sentence1. Then, sentence3 + word + sentence4 capitalize sentence right now it is printing the first sentence capitalized + word + second sentence second sentence not capital …

Member Avatar for Ancient Dragon
0
97
Member Avatar for larslt

Could someone please help me with finding the greatest common factor(GCF)? i need to know how to put it into code using a loop. Thank you for any help that you can give me!

Member Avatar for Ezzaral
0
128
Member Avatar for htcorp
Member Avatar for miguelp
0
64
Member Avatar for BBallAsh23

My first issue was getting it to open and read the text file contents... Woot it does that. Compiles fine, no errors. However... When it gets to the CalcRate, GrossPay, Display... it goes down hill and display mem locations. Any advice... And I still have another program to code... I …

Member Avatar for BBallAsh23
0
155
Member Avatar for mrjoli021

I am tring to compile this simple string array. I am getting some struct error. "Cannot pass object of non-POD type in line 63. which is "printf("%14d%10d\n",array[i][1], array[i][0]);" please help [code] #include <stdlib.h> #include <time.h> #include <string> #define row 15 #define col 2 using namespace std; void PrintArray(char *Title, string …

Member Avatar for Ancient Dragon
0
102
Member Avatar for Raulito

hi guys, i need to print the ASCII tabel using only the control staments; the unprintable characters need to be represented by the ASCCII name or a. any ideas that may help? is the ASCII table define in paython?

Member Avatar for Ryanvh
0
154
Member Avatar for KimJack

Can someone tell me how to correct this? [CODE]for(int i = 0; i < 7; i ++) { if(team.group.toys[i].getName().equalsIgnoreCase(name ) { team.insert(team.group.toys[i].getDescrip()); System.out.println("OK"); } } System.out.println("Is not included.");[/CODE] This is so simple that I cannot figure out what the problem is. I need "OK" to print if the getName() equals …

Member Avatar for KimJack
0
100
Member Avatar for rapperhuj

hi, how to make a textbox with inputs are on the button.? then the textbox will accept all the input buttons chars. example.. i hve an alphatical buttons from A to Z.. i want that the user will input on the textbox by means of buttons not on manually type.. …

Member Avatar for samichou6
0
153
Member Avatar for debee

Hi everyone, Could any one help me with this code, please. I do not know why it's giving this kind of error. The code, which is a part of a lager program, is as given below. I will try explaining what each variables represent. public void backwardComputation(int m, Double desiredOutput[][]) …

Member Avatar for debee
0
96
Member Avatar for SolTec

I'm writing a small remoting application and I've checked SourceForge, Code Project and a many others seeking to find how to serialize and deserialize mouse and keyboard events remotely. Is there anyone out there that has "working" code that I can work from to build my application? Thanks in advance …

Member Avatar for SolTec
0
212
Member Avatar for dealered

[B][/B]I have an application that was written for me by a programmer who represented VFP as the "best thing since sliced bread" and that would be robust for many years in the future and more importantly handle huge customer databases over a LAN instantly. Now, after two years the server …

Member Avatar for SolTec
0
111
Member Avatar for CelestialDog

Hi guys, I've been searching around trying to find a solution to this problem. Basically I wrote a simple php script to create an xml file of the information thats passed to it. Testing it locally works without a problem, but when I upload it to my web space I …

Member Avatar for CelestialDog
0
91
Member Avatar for j.arevathi

Hello All, I am here with not really a problem but a bit of guidance in getting along in my path. Here I go with my task, I am trying to align a set of small sequences(may be around 5000 in number and less than 27 char in length) for …

Member Avatar for KevinADC
0
171
Member Avatar for ithelp

I have been coding in c,c++ for many years, now I need to ramp up on perl within 3 weeks, can you please suggest what all books do I need to buy or I can learn advanced perl from some online website ? Thanks.

Member Avatar for BobUillean
0
122
Member Avatar for Neji

there are anyone know how to get all user in computer?? please help me.. i dont have idea for this.. best regards.. any help will be appreciated..

Member Avatar for Jx_Man
0
185
Member Avatar for pepito01

Hi all, A small program in vb.net hitting Microsoft Access is failing on Win2000. The program only works when it is run from an XP or 2003 environment. It fails and gives the following error (P9 : system.invalidoperationexception) when it runs on our Win2000 server. Any ideas? Thank you

Member Avatar for pepito01
0
93
Member Avatar for CaffeineCoder

I'm trying to create a burst on the screen by running through an image array. As a test I created 3 gif images named One, Two, and Three (each one displays the associated number). The problem is, there is no way to view each image in the array; the only …

Member Avatar for Ezzaral
0
709
Member Avatar for chock

Hi All, I have a project in VS.Net 2003 (VB.Net). The OS is Vista Ultimate. The project runs fine without any problem in Vista Ultimate and XP. I create a setup for my project in Vista it works, but i get a error in a button_click "Object reference not set …

Member Avatar for jbennet
0
90
Member Avatar for ntdaycott

Hi i have made a student and cohrt collection class program The compiler give me error: illegal start of expression line 46 The cohort class file: import java.util.*; public class Cohort { private static int groupSize = 15; private HashSet aCohort; public Cohort() { aCohort = new HashSet(); } public …

Member Avatar for Ezzaral
0
132
Member Avatar for madhusamala

i am doing an acadamic java project by using html, servlets. in html form tag what is the url that i have to give in post attribute. and i am using access as my database. it is giving that httpserver error that given table is not found. will u please …

Member Avatar for Nilesh Pagar
0
149
Member Avatar for masakii

hi im a student doing a project related to video streaming application and i have no idea on how to start. im trying to do the coding using visual basic, anyone have any working examples that i might refer to?

Member Avatar for tcom4
0
71
Member Avatar for nava

Hi Hope is the correct forum, let me know if I should move it. For work I need to use an internal website the problem I have is that since I upgraded IE7 I cannot see it correctly, looking at the source I can see the script below <label for="supGrpSrch">Search …

Member Avatar for ShawnCplus
0
131
Member Avatar for Joatmon

I created a snake game using objects of snake segments that act together in a linked list type way (I think.) and I notice that when you select quit after you die with more than 2 links, the program throws some run time error. Even funkier, when I used a …

Member Avatar for Joatmon
0
118
Member Avatar for KimJack

Hello All, I am working with an array of objects that contains names and descriptions. For example: Car : A blue jetta Pet : A small dog . . . My question is since it is an array of objects, how can I extract just the name "Car" or just …

Member Avatar for KimJack
0
103
Member Avatar for Jennifer84

I have Added a new item to a FormProject in VC++ .NET. This is an includerFile (OneFile.h) On Form3 I have #include "OneFile.h" and in OneFile.h I have only written this: [I](Nothing else is written in OneFile.h)[/I] [code] #define Macro1 Time == Value [/code] This macro works fine using it …

Member Avatar for Jennifer84
0
149
Member Avatar for abhi287

Hi I m developing program whose output is like a table which i want to get display into an excel sheet.. Wheather it is possible to display the program output into the excel sheet.. plz reply.. Thnaks..

Member Avatar for ahilan_23
0
125
Member Avatar for jnabeel

compare two value in oop based programing #include<iostream> using namespace std; class com { private: int a; int b; public: int d() { cin>>a; return 0; } int bd() { cin>>b; return 0; } }; int main() { com c1; if(c1.d()==c1.bd()) { cout<<"y"<<endl; } else { cout<<"n"<<endl; } return 0; …

Member Avatar for jnabeel
0
112
Member Avatar for woocha

I am emailing a field from a MySQL DB table. The field type is text. Basically, it is an accept email. How can I make it so the email sent is capable of emailing HTML to make the message more attractive? I have already tried to insert < html > …

Member Avatar for mwasif
0
1K
Member Avatar for mhilleleonhart

Please help me about sorting an array... program should accept an input of numbers 5-10. and those input number should be sort from smallest to biggest numbers using the array sorting. Using C++, I really appreciate it if someone could help me solve this problem...:'(

Member Avatar for sarehu
0
61
Member Avatar for joval

I want to build a web application with MySQL database. When more users will visit my site, more database queries will be initiated and the response time will increase. - Is there a limitation for the number of users who can query MySQL? - What are the ways to handle …

Member Avatar for mwasif
0
104
Member Avatar for jkdil33

Hi, I want to run a .jar application in the client machine(Its a web application).But I think we need to install jdk for running a .jar application. Is there any way to run a .jar application without installing jdk?(By keeping some dll or some necessary files only) i want to …

Member Avatar for ahilan_23
0
1K
Member Avatar for serkan sendur

i output cached my .aspx page for a long period of time, now i want to change some markup on the page, how can i make it invalidate its cache(make it refresh it self)?

Member Avatar for SheSaidImaPregy
0
110
Member Avatar for SheSaidImaPregy

I have created a profanity list and am riding text on a site that contains it. There is also a preview portion (which is below), that tells the user there is a word that is not accepted, and gives them the option to change the word or to continue with …

Member Avatar for majestic0110
0
130
Member Avatar for lordx78

I wanted to how do we upload an image path(url) into the MySql database and call it through PHP. Do we use the BLOB function, if yes, then how? I don't want to upload the image itself as it will burden the database. Please Advise.* * Any Tutorials, videos, article, …

Member Avatar for lordx78
0
139
Member Avatar for kiwihaha

if i initialize x=65. it can show A (ascii code 65 is A). but 167 cannot.. why? [CODE]#include <iostream> using namespace std; main() { char x=167; cout<<x<<endl; system("pause"); return EXIT_SUCCESS; }[/CODE]

Member Avatar for Ancient Dragon
0
2K
Member Avatar for serkan sendur

Hi fellas, i got two applications running under the same iis server. I want to pass session variables between these two applications, i.e. authenticate users in one application and allow them access in the other as well. What are my options to achieve this?

Member Avatar for serkan sendur
0
771
Member Avatar for hockeyplayer051

Hello, I had a question about a CS program. We were asked to write a program for a file that reads mail.dat and output all string containing the "@" sign to file adresses.dat. We are supposed to use strings for this.. My thoughts are that we should go invididually, character …

Member Avatar for vijayan121
0
119
Member Avatar for aasahi

Hi, I'm a newbie in MSSQL. But i already tried using mysql. How can I create a database in mssql. I mean what would be the first step. I had installed Microsoft SQL Server 2005 along with Microsoft Visual C# Express Edition. The following are the tools found in Start>Program …

Member Avatar for hollystyles
0
142
Member Avatar for manutd4life230

create an array of marks [1..5] then create a while loops to ask the user for 5 marks then displayed all stired marks. [code=pascal]program marks; var mark:array[1..5] of integer; x:integer; counter:integer; Begin counter:=1; x:=1; while (counter<=5) do begin writeln('input marks'); readln(mark[x]); x:=x+1; counter:=counter+1; end; writeln(mark[3]); end.[/code] thankx in advanced for …

Member Avatar for ExplainThat
0
132

The End.