594 Posted Topics
Re: I was flamed by Narue within my first few posts, but I still think she will be a sad loss to the community, she made some of the topics worth reading! I always thought flame wars were part and parcel of forum communities dating back to when usenet was a … | |
Re: Why bother with the DataSet if you just want a DataTable then just do this: [CODE] SqlDataAdapter da; da=new SqlDataAdapter("Select * from emp",cn); DataTable dt; da.Fill(dt); DataRow drr; [/CODE] | |
Hi, I have to connect sometimes to MSSQL and sometimes to MySql depending on the customer. I am experimenting with the php adodb library that claims to make database connection possible to either vendor using the same syntax. First the background at home I have: Rig1: windows XP professional PHP … | |
Re: Start>Control Panel>Sounds and Audio Devices On the Volume tab, check the box that says "Place volume icon in the taskbar" And make sure Mute is not checked. | |
Re: I tried Red Hat back at version 7, but never got going with it I just couldn;t get my head round the Linux way of thinking and device support was not so good then. My next forray into Linux came with Fedora, I had a better experience setting up but … | |
Re: Have you initialised bFound to False anywhere ? | |
Re: Boy you need to reed up on the relational model and set-theory. Loops don't belong in an RDBMS. (except in VERY exceptional circumstances) Google or search some of these terms and start reading. You don't need a trigger or a loop Yuck! If you can supply more details on structure … | |
Re: Yoo Hoo over here [URL=http://www.daniweb.com/techtalkforums/thread43573.html]http://www.daniweb.com/techtalkforums/thread43573.html[/URL] | |
Re: Welcome to Daniweb. Start with this link: [URL=http://www.daniweb.com/techtalkforums/faq.php?faq=daniweb_policies]Rules[/URL] | |
Re: Yes you can get boosters for wireless signals, check out Maplin Electronics (assuming you're in UK) | |
Re: Hmmm.. this is not a small question. There are various methods of collating results from more than one database depending on the databases in question, are they all the same for example (MS SQLserver or Oracle ir MySQL) and are they on the same server or spread all over, in … | |
Re: Hello and welcome I hope you don't regret your decision :-) Anything you've always been dying to know ? Which bit of the vast area of computing are you most interested to find out about ? | |
Re: This was the old way of doing it using CGI, you create an exe in C++ or some other suitabe language say PERL) This is put in a special directory on the web server (the cgi bin) and you call it from your HTML. It is not a very scalable … | |
Re: Well you've covered the first two obvious ones, the third is to check your Garphic Card is seated properly (unless your graphics is onboard the mobo) Next bet as you mention mp3 and video is your sound or multimedia card What soundcard you got ? PCI or onboard ? See … | |
Re: [CODE]Private Declare Function RegOpenKey Lib "advapi32.dll" Alias "RegOpenKeyA" (ByVal hKey As Long, ByVal lpSubKey As String, phkResult As Long) As Long Private Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As Long) As Long Private Declare Function RegQueryValueEx Lib "advapi32.dll" Alias "RegQueryValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal … | |
Re: They are fine LEXPPS.EXE tells me you have a Lexmark printer, this exe is a program that allows other computers on the network to use it as well (if you don't have a network you don't need it you can then block it, or better still stop it starting using … | |
Re: There is some sotware called Toba here: [URL=http://www.thefreecountry.com/compilers/java.shtml]http://www.thefreecountry.com/compilers/java.shtml[/URL] | |
Re: [QUOTE=indienick][b]IF YOU DON'T KNOW WHAT YOU'RE DOING IN A LINUX ENVIRONMENT, DON'T USE GENTOO!!!!!!![/b] Sorry, I had to get that out. It's just Gentoo is NOT a good starting point for anybody wishing to get into Linux. [/QUOTE] I disagree I'm a Linux newb and I installed Gentoo just this … | |
Re: I am a bit of a linux newb myself having just installed Gentoo. With Fedora capability to read NTFS and Fat/Fat32 should be compiled into your kernel. If so the mount command should work. First you will need to discover where in the /dev directory your partitions are. Log into … | |
Re: I might be persuaded as a C++ beginner. Have you written any smaller games before now? Tell me a bit more about your idea. ![]() | |
Re: [QUOTE=chrisxkelley]I found this book extremely useful in learning and using php, mysql and apache together. it's great[/QUOTE] Yeah I'm reading it at the moment too. I've installed this trio package called XAMPP myself to run the examples in the book, very nice installer for windows machines, I have it running … | |
Re: Boy have i enjoyed reading this thread, i'ts like a book you can't put down. This one creased me up no end: [QUOTE=bjdea1] Yet when we look at the human body and all its organs and intricate systems we say it all happened by chance. What a joke, its so … | |
Re: I've found you can't give rep points to anyone twice in a row either. | |
Re: You could consider Microsofts Biztalk server. That primarily what it's for. | |
Re: [QUOTE=michaelmuntus]Just to say I'm a ICT technician at a primary school in England - desperately trying to save the school money by setting up a new server.[/QUOTE] Welcome to DaniWeb :) What server are you setting up ? | |
Re: [QUOTE=monkeyphobic14]From what i kno, no one messed around with it, it just happened. anyways, now my moniter shows red as a deep grey, an it is also distroting everything, and making them smaller. I think i might have done that trying to fix the color and can't figure out how … | |
Re: You need to replace the cable that connects your HD to the motherboard. The fact that you mention the A drive is not recognized either suggests maybe the problem is with not the cables but the connectors for HD and Floppy on the mobo itself. You need to have your … | |
Re: [QUOTE=DragonboySX]I have just recently reinstalled WinXPpro and I noticed that my NIC card is only connecting at 10mbs instead of the normal 100mbs. I have updated my NIC drivers, checked everything else I know to check and still I can't get it to show 100T. It did show it at … | |
Hi all, I'm trying to create a three column CSS based HTML template. Here's the XHTML: TriCol_Liq.htm [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Tripple Column Layout Liquid</title> <link rel="stylesheet" type="text/css" href="TriCol_liq.css" /> </head> <body> <!--START PAGE CONTAINER --> <div class="container"> <!--START HEADER --> <div class="header"> HEADER … | |
Re: Sounds to me your boot order may be a problem. Looks like the BIOS is looking to boot from the network (thats what the PXE is all about) Which suggests it can't see or is ignoring your CD Rom drive. Also you have SCSI disks, this usually means you have … | |
Re: [CODE] Body = "" <% While ((Repeat3__numRows <> 0) AND (NOT RSfiles.EOF)) Body = Body & RSfilesus.Fields.Item("filename").Value & "<p>" Repeat3__index=Repeat3__index+1 Repeat3__numRows=Repeat3__numRows-1 RSfiles.MoveNext() Wend %> [/CODE] | |
![]() | Re: Dave's right we need more context. It sounds like you might be looking for the switch statement. [CODE] switch(expression) { case constant-expression : statements; break; . . [I]n[/I] default : statements; } [/CODE] ![]() |
Re: Give your checkboxes the same name. [CODE] <input type="checkbox" name="mycheckbox" value="1"> <input type="checkbox" name="mycheckbox" value="2"> . . . [i]n[/i] [/CODE] Then when the form is posted you have an array which you can iterate or pass to a stored procedure or whatever your prefered method is. [CODE] sql="update table set … | |
Re: 1. Are you browsing on the server that IIS is installed ? if yes is IIS running ? open the Internet Information Services console from administrative tools, check the site is not stopped. If no diagnose your network, can the computer from where you are browsing see the server on … | |
How do I preserve things like tabs and carriage returns in text? when transforming XML to XHTML with XSL. For example: XML [CODE] <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="article.xsl"?> <content> <article name="Test Article"> <heading>Test Article</heading> <subheading>Special Chars</subheading> <paragraph> <text> a less than < a greater than > </text> <text type="code"> … | |
Re: This should do it [CODE] <html> <head> <title>Network Nodes</title> <meta name="generator" content="Namo WebEditor v4.0"> <script language="javascript"> function submitForm() { //get selected page from listbox var page = document.forms[0].listby.value; //set it as the action page for this form document.forms[0].action = page //submit the form document.forms[0].submit() } </script> </head> <body bgcolor="white" text="black" … | |
Re: Compile runs the preprocessor and then turns your source code into object code. Building involves the above step but also the linker which links all the compiled object code together into one exe file. | |
Re: Serial communication has to be done fairly low level using Windows API's. You can buy a wrapper component called ActiveComport (USB is just a much much faster RS232) [URL=http://www.php-mysql-perl.com/scripts/asp/communication_tools/s1630-serial_port.html]here[/URL] which gives you an interface you can manipulate in scripting languages. I beleive on Linux it's simpler because everythings a file, … | |
Re: Daniweb is not abundant with Java tutorials just yet. But [URL=http://www.sun.com]Sun.com[/URL] is click on Java under the Learn Aboutr menu (lower left of Suns home page) basically you will need to compile your program with ..i think its javac or some such command line tool. This will compile your source … | |
Re: Where to start. First conceptually this looks like some e-commerce project, you are storing customer details. 1. Conceptually: You are in danger of creating an uncohesive and tightly coupled system, (I have one of these scripted just as you are showing, don't make my mistake) the next project you do … | |
Re: Google (or your fave search engine) 'PHP Tutorial' and see links like this: [URL=http://www.freewebmasterhelp.com/tutorials/phpmysql/1]http://www.freewebmasterhelp.com/tutorials/phpmysql/1[/URL] Go to the tutorials area here and click the PHP Tutorial link [URL=http://www.daniweb.com/tutorials/]http://www.daniweb.com/tutorials/[/URL] | |
Re: This is not something you are going to learn overnight my friend! You are going to need to study ASP.NET to learn how to get the data from the user form, authentication methods and cookies etc.. You are going to need to study SSL to learn how to retreive data … | |
Re: If you do well at University you can pretty much do what you like, gaining a degree shows you've got apptitude, getting the job you want is down to networking and throwing mud up the wall, eventually some will stick. I studied BTEC Busines and Finace and the HND Business … | |
Re: Go back where you bought it from, if it can't reboot without breaking it's not fit for purpose, get a new one or money back. Or they may offer to fix it. Try Zoom Support [URL=http://www.zoom.com/techsupport/adslsupport.html]http://www.zoom.com/techsupport/adslsupport.html[/URL] Check out the links far right on their support page for ADSL modems at … |
The End.