199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for hkarthik

hi all, i am doing a project in ASP.NET using MySQL as my backend. I am just a beginner to .net. can you help me by telling how to insert data into Mysql from asp.net.expecting your early reply. please provide the coding also

Member Avatar for hkarthik
0
97
Member Avatar for elodie

Hi, I'm having a problem with retrieving the text from a combobox. When i do the index of where the text is in the combobox is returned as well as the text. My code is as follows: [code] //default video format dirac_encoder_presets_t preset = VIDEO_FORMAT_CUSTOM; //get the video format selected …

Member Avatar for elodie
0
109
Member Avatar for babutche

Hi, I am trying to average student GPA. I thought I had this problem solved but then I ran it and the GPA did not come out correct. Can anyone give any suggestions? [CODE]import string import math class Student: def __init__(self, name, hours, qpoints): self.name = name self.hours = float(hours) …

Member Avatar for babutche
0
1K
Member Avatar for naknik

Can i have a link to a program that deletes or fixes errors on the computer, cause my computer is working very very slowly, thnxs.

Member Avatar for zabina
0
99
Member Avatar for Mushy-pea

Hello everyone. I was just wondering if it is OK to do this: [code=perl] if ($beer == $wine) {# Some code} elsif ($beer == $vodka) {} else {die("Oh dear! Neither condition satisfied!")} [/code] i.e. have an empty block attached to an if, elsif or else. It might sound like an …

Member Avatar for zabina
0
217
Member Avatar for sneekula

I took a mixed type list and set out to find the min and max values. The results are very surprising to me: [php]mixed_list = [11, 'Dick', 12, 'Mary', 7, 'Zoe', 9, 700, 777, 'Paul', 13456789] mn = min(mixed_list) mx = max(mixed_list) print mn, type(mn) # 7 <type 'int'> print …

Member Avatar for vegaseat
0
3K
Member Avatar for bhavna_816

I want to parse this expression PFolder=Personal Folders&SFolder=Inbox&Message=3 and want to extract Personal Folders from PFolder,Inbox from SFolder and 3 from Message,so that i can further use this things "Personal Folders,Inbox and 3"in the program. How can I do it?

Member Avatar for bhavna_816
0
84
Member Avatar for Aia

Friends, I have a question: Many times in books and tutorials I'm sent to consult the Standard C Library reference. Sometimes, references are made to some Standard C function. Where do I see the Standard C Library in a compiler. I don't see any source code in my compiler that …

Member Avatar for Dave Sinkula
0
256
Member Avatar for only_asm

Hi guys! I need the code for 32 bit division in assembly (8086 architecture) ASAP! Kindly reply to this post! Thanx!!

Member Avatar for Ryu
0
1K
Member Avatar for asifa1

I want to know how to do search for records in tables using Visual basic in MS access. Example let say we have a table name "abc" in the following format with the saved records like that Company code and About company are two text fields in tables. Companycode ................... …

Member Avatar for ~s.o.s~
0
82
Member Avatar for Dawnb

I understand that JAVA has upgraded or changed their modus of operation and one of my applications - HP C3500 Scanjet can no longer be accessed. It gives the following message:- Unable to start the application. The Java Virtual Machine cannot be loaded - Class not registered. I have deleleted …

Member Avatar for Bench
0
82
Member Avatar for sam_22

Hi everybody I am a beginner with C++ programming. And I need some help. How can I start with this program *********** [IMG]http://www.gidforums.com/images/gid/smilies/icon_smile.gif[/IMG] The program is using a text file of information as the source of the questions. The program starts by outputting a simple text information screen: Question Master …

Member Avatar for John A
0
216
Member Avatar for Fenerbahce

hi, table : kisiler name surname points ----- -------- ---- ali elli 1 ali elli 5 ali elli 5 veli kollu 3 veli kollu 4 adem bacakli 2 ali elli 4 how can i get reqult which has been shown below ? MAX value ali elli 5 ali elli 5 …

Member Avatar for campkev
0
105
Member Avatar for neodishanku

Hi all, Can any one point to me how to develop a screensaver in winxp. What language shud i use to write the code. I have browsed the net and found some native code in c. Is this the way to develop. Has anyone played around with it? Looking fwd …

Member Avatar for gcs584
0
632
Member Avatar for sush.gopal

[code=php]if (!function_exists('mysql_connect('localhost', 'root', 'sushma')')) { die( '<span class="fatalError">Fatal error: ' . 'MySQL extension is not loaded. Check your settings in php.ini.</span>' ); }[/code] line 67 is where the parse error is reported..where is the error????cann anyone help me??

Member Avatar for php_daemon
0
948
Member Avatar for flageolet

hi I'm new to C++ and was wondering if it is possible to create variables in runtime. example: If I ask how many patiënts have to be operated, the program should create a variable for each patiënt that can contain their individual data. thx

Member Avatar for flageolet
0
95
Member Avatar for yuckadirri

is there a way to determine which MDIChild form is currently active, when all of them are open at the same time.

Member Avatar for ~s.o.s~
0
56
Member Avatar for blakisa

I am having a problem reading a .txt file off a web page using Microsoft's XMLHTTP method. After reading the the page into a variable called strContents I would like to write the data to a file. I have the following code but seem to get an error in writing …

Member Avatar for blakisa
0
185
Member Avatar for apurv

[B][COLOR=blue]I have been working with C, in TURBO compiler.[/COLOR][/B] [B][COLOR=blue]Now I have started C++, in VC++ compiler.[/COLOR][/B] [B][COLOR=blue]But, now, I m unable to clear screen (clrscr() don't work), can't write at any desired location (gotoxy() don't work)[/COLOR][/B] [B][COLOR=blue]Can anybody plz tell me their equivalents ?[/COLOR][/B]

Member Avatar for andor
0
112
Member Avatar for Dani

I am trying to run the command: exec("cat ..........", $output, $var); Basically, cat "any file" returns no contents in $output, and returns 0 in $var. exec("whoami"); returns "apache" in $output and 0 in $var. Any ideas?

Member Avatar for lordspace
0
82
Member Avatar for rbinc

I have to put the following block of code in a loop. It is to display a 10x10 array that will hold char values for a message encrypted in a transposition cipher. I have not been able to figure out a loop or a system of loops that can do …

Member Avatar for WaltP
0
269
Member Avatar for abexander

hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of topics for …

Member Avatar for jbennet
0
122
Member Avatar for ultranet

Hello again Until recently we were using a free script on our client's site to generate form submissions to send e-mails to our clients. However spammers were apparently able to exploit the code to send spam from our server. I was hoping to get some help either finding a new …

Member Avatar for loopylouis
0
88
Member Avatar for new_girl

Happy New Year To You All ! I have a php site and would like to upload the same site onto another domain name, while keeping the current site also in it's current domain name. Does anyone know how I can upload the database - mysql - and duplicate the …

Member Avatar for loopylouis
0
83
Member Avatar for fray

Hello, I have two small PHP scripts runnng on a test page at: usernomics.com/ergonomic-products-accessories5.html Both scripts work perfectly when there is one script on a page. However, if I place two on the page (one above the other), the second script will not render. It may be my newbie coding …

Member Avatar for loopylouis
0
103
Member Avatar for mpakala

Hi Im trying to use the stl vector to implement a container. The container doesnot need any data and member functions. It should just act as a stack for the objects. But the objects are not homogneous.so I don t think i can use vector. How can I implement this …

Member Avatar for mpakala
0
159
Member Avatar for karmelody

Hello Everyone, Ild just like to take this oppertunity to introduce myself, Hi, im Kar'Melody! Hows it goin? and anyone has a code for a java vending machine I would really appreciate looking at it. Ive allready been working on it all day but I keep getting an annoying error …

Member Avatar for peter_budo
0
93
Member Avatar for manu1987

I have a problem...I don' know why this code doesn't work...can anyone help me ? PLZZZ .MODEL SMALL .STACK 100H .DATA prompt_msg1 DB 'Please input the first number: ',0 prompt_msg2 DB 'Please input the second number: ',0 sum_msg DB 'The sum is ',0 .CODE main PROC .STARTUP mov ah,02 mov …

Member Avatar for manu1987
0
90
Member Avatar for stymiee

I have a simple PHP script that creates a couple of dbase files and moves them to my anonymous FTP directory. However, I am unable to see these files when viewing that directory in a web browser. I can see them when logged with a FTP client though. One thing …

Member Avatar for stymiee
0
117
Member Avatar for Barefootsanders

Hey everyone. I want to change the following: [code]if ($pageNav->limit < $pageNav->total) puarcade_html::WritePagination($url,$pageNav); echo "<center><br><br><a href=".$livesite."/index.php?option=".$option."&Itemid=".$Itemid.">&lt;&lt;&nbsp;Choose Another Game</a></center>";[/code] to this: [code]if ($pageNav->limit < $pageNav->total) puarcade_html::WritePagination($url,$pageNav); echo "<center><br><br><a href="http://novatrader.net/index.php?option=com_puarcade&Itemid=51">&lt;&lt;&nbsp;Choose Another Game</a></center>"; [/code] But everytime I get this error: Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/content/s/o/l/username/html/components/com_puarcade/puarcade.html.php on …

Member Avatar for php_daemon
0
107
Member Avatar for shobha

Hi friends, i want to know good books that are present to learn J2EE(java). can u please suggest me.

Member Avatar for jwenting
0
144
Member Avatar for mattyd

I have just begun reading a PDF on Assembly language. One of the terms it mentioned and encouraged the reader to research further is "pipelining". I looked this up and read a brief description on WikiPedia; a section of the article stated: "In [URL="http://en.wikipedia.org/wiki/Computing"][COLOR=#0000ff]computing[/COLOR][/URL], a [B]pipeline[/B] is a set of …

Member Avatar for Infarction
0
131
Member Avatar for vssp

hai friends I need one solution for multidimentional array merging option using php Please send me any samples multidimensional array merging __________________ Thanks Vssp

Member Avatar for php_daemon
0
110
Member Avatar for buffy2

i hope to find help pleaz i want to criat a complex Report by geting data from access table database thanks

Member Avatar for dmetz
0
144
Member Avatar for nathanpacker

Hey, I'm doing a simple INSERT command, can you tell me what's wrong with it? I won't bother you with the php right now, cause I'm simply trying to get it work in the MySQL command line. Here is the exact command: [CODE] INSERT INTO Birthdays(ID, firstname, lastname, birthday, group) …

Member Avatar for ad_rulz
0
3K
Member Avatar for simpleton

Greetings. How are all of you? I'm new to Daniweb, but heard of you through Mauisun. Anyhow, I have a copy of SQL 2000 standard, but it's an old school copy without reporting services. I understand that 2000 now comes with RS for free... does anyone know where this "free" …

Member Avatar for joe52
0
81
Member Avatar for egboy

I need any body to help me getting this scripts: 1- add comment script. 2- print this topic script. 3- send this topic to a friend script. 4- vote script. I will be thankfull if any body helped me to get this.

Member Avatar for cpickering
0
155
Member Avatar for seekerems

hi there experts!!!im a new member in this site and i want to know certain thing about vb: code of: 1.creating new password 2. adding new user 3. editing password 4. editing username i know this is very simple for you guys i hope you can help me on this …

Member Avatar for seekerems
0
119
Member Avatar for bops

Hi, I am trying to make a method inside a class that will remove the first 2 characters of a string of characters. Sounds simple enough, I though it was, but actually implementing it took a bit of thought and doesn't seem to work. [code] void classname::removeFirstChars(char * buffer) { …

Member Avatar for WaltP
0
281
Member Avatar for EJCBmore03

Hey guys I'm new to the variables in C++ I use TurboC++ program. If you could, please help me get rid of this one error that keeps popping up... It says "Declaration terminated incorrectly" and when I click on the error it tells me its the "{" at the beginning …

Member Avatar for WaltP
0
178
Member Avatar for Day Brown

Or is there some other way to break out of the 640x400 or 480 limit, and have 8x16 characters on a 1024x768 screen?

Member Avatar for Day Brown
0
163
Member Avatar for flamecly

[COLOR=#000000]Create a class TicTacToe that enables you to write a program to play the game of tic –tac-toe.[/COLOR] [B][COLOR=#000000] [/COLOR][/B] [COLOR=#000000]The class contains as private data a 3-by-3 double array of integers. The constructor should initialise the empty board to all zeros. [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Allow two players. Wherever the …

Member Avatar for John A
0
166
Member Avatar for nathanpacker

Hey everyone, I wasn't sure if this should go in the php section or this one, so hopefully this is right, if not, move it for me. I have a form that a user fills out, it posts the information to a MySQL database, and then spits out the information …

Member Avatar for nathanpacker
0
89
Member Avatar for Yamahab

I'd like to split a full name field on a space into first name last and update my database, I would prefer to stick to TSQL/SQL if it can be done on SQL Server 2005, any ideas? table actors actor_id int Unchecked actor_name varchar(50) Checked rating smallint Checked actor_last_name varchar(50) …

Member Avatar for MCP
0
452
Member Avatar for Xtothel

Hello, I am trying to create a 3D Space Environment, one that you could travel through it in real time, and also needs to include other objects such as asteriods and a space station. Anyone have a suggestion on what software I could purchase to do such things? It would …

Member Avatar for Xtothel
0
351
Member Avatar for saurabh_kanwar

Hi Guys I've got a bit of problem with date. When I transfer data of a table to txt file the date column that appears in the table like "28/03/2001" changes to "28/3/2001 0:00:00" in the txt file. I've tried to change the format of date in the table but …

Member Avatar for KeiHimekawa
0
79
Member Avatar for sam1

hi, I want to start learning php.... but i dont knw how to run it i mean is there any free compilers available. i tried installing apache and php bt couldnt figure it :( help please

Member Avatar for vjw757
0
70
Member Avatar for meaculpa

[I]<< split from [URL="http://www.daniweb.com/techtalkforums/thread48991.html"]here[/URL] >>[/I] Do you know if there is any free game engine??

Member Avatar for whap
0
122
Member Avatar for jan1024188
Member Avatar for John A
0
141
Member Avatar for richburg

I have created activex dll using vb6. I have registered it using regsvr32 on my clients pc. I call the dll functions from both VB exe file and Excel VBA. All works fine so far. When I Remake my DLL file with VB6 both the VB exe and the Excel …

Member Avatar for richburg
0
260

The End.