-
Replied To a Post in What kind of Database Suitable for POS Software that need to be network
>I did not mention anything about MS Access I realize that. My point was the the choice of a database engine is important. As for the 1 gig/2 gig size … -
Replied To a Post in Program that displays the number of pledges that are $100 or above.
After line 18 you add some code to the effect if (pledge >= 100) { numMugs++; } -
Edited Program that displays the number of pledges that are $100 or above.
Here is the dilemna, I can't figure out how to count the time a value is above a certain amount in c#. Exercise: A radio station specialized in classical music … -
Edited Program that displays the number of pledges that are $100 or above.
Here is the dilemna, I can't figure out how to count the time a value is above a certain amount in c#. Exercise: A radio station specialized in classical music … -
Replied To a Post in ASP.NET MVC prerequisite
Without googling specific books, I can highly recommend just about anything by Wrox Press. -
Replied To a Post in What kind of Database Suitable for POS Software that need to be network
At 1000 transactions per day it **does** matter what kind of database you use. I once had to support an application built on Access. Once the database got to a … -
Replied To a Post in Trump
On the one end of history you have "I cannot tell a lie" Washington, and on the other, "I cannot tell the truth" Trump. It shows you just how far … -
Edited Data in Drop Down List Retrieve From DB in Codeigniter
In creating dropdown in my project encounters problems(errors). I'm very new to codeigniter. Please check and advise what is wrong with with my code? **Model** Public function get_region() { $return … -
Replied To a Post in about compiler
It depends on your requirements and your current skill set. -
Edited CGI Re-direct Question Best Practice
All, I'm looking for the best practice in regard to a CGI shopping cart - I am working on. What happens is that I have a checkout file that sends … -
Edited Uploading an image into mysql database using PHP
Hi everyone.. I would like to know how to upload an image into mysql database using php. Can anyone please help me in this regards. -
Replied To a Post in Fullscreen editor
>You guys tell me which you would prefer: Doesn't matter to me. For anything more than a few lines I use MarkdownPad, then copy/paste into the thread. -
Edited website template
hey everyone, I am looking for a website template that is mobile responsive, with a header and 3 columns. in the left and right column there will be 3 items … -
Replied To a Post in Word Association Game
leave --> (of) absence -
Replied To a Post in Trump
Did you see the clip of Trump shaking the hand of the Japanese PM? The PM's eye roll and look said volumes. -
Edited save folder path in database
hi everyone how can i save a folder path in the sql server database and retrive it again by using vb.net 2010? -
Replied To a Post in ASP.NET MVC prerequisite
>You are right I can google for my question and I did. However, I am asking in forums may be someone give me more information telling his story how he … -
Replied To a Post in How to get access to the routers on my network
You can access a router by browsing to a particular IP address. On my router the address is `192.168.1.1`. If you browse to that address you will be asked for … -
Replied To a Post in ASP.NET MVC prerequisite
You can find that [here](http://lmgtfy.com/?q=What+are+the+ASP.NET+MVC+prerequisite). -
Replied To a Post in Trump
Well, there's [this database](https://www.thestar.com/news/world/uselection/2016/11/04/donald-trump-the-unauthorized-database-of-false-things.html) but I don't think they've updated it since the election. Probably ran out of space. The thing about the lies is it's not important that the … -
Gave Reputation to Dani in Fullscreen editor
DaniWeb's editor now has a fullscreen mode. Click the icon in the editor toolbar (or press F11) to enter fullscreen mode. ESC and F11 will both exit fullscreen. -
Replied To a Post in Trump
He's also the most humble. There isn't anyone more humble than he is. -
Replied To a Post in MySQL FOUND_ROWS()
If you are only interested in the number of rows of something then do SELECT COUNT(*) FROM test [WHERE...] Doing SELECT SQL_CALC_FOUND_ROWS * FROM `test` is a waste. In the … -
-
Replied To a Post in I need Add,Update And Delete Customer Query,,,,,.... I Try But Got Errors
Please show your code. If there are errors with Connection.Open then it may be related to your connection string so please also post details about your database setup. -
Marked Solved Status for change the focus automatically from one textbox to another textbox
In vb.net application I have 10 Textbox and value entered by Barcode scanner So when one Textbox1 get the value by Barcode scanner the focus moved automatically to another Textbox2 … -
Replied To a Post in Random Facts
The letters in **Fine print at the bottom** can be rearranged to spell **Often the important bit**. -
Replied To a Post in Trump
Someone (anonymously) suggested the following as a replacement for the inscription on the Statue of Liberty... I send back your tired, your poor, Your wretched, huddled masses. Au revoir, don't … -
Replied To a Post in Project Help
Technically any file format, as long as it is structured, qualifies as a database (excel, csv, txt, xml) but i suspect that you will be expected to use an actual … -
Edited change default column header while importing data
Hi,' i want the default column header (F1) to be removed and in that place my excel file column "Filename" must come. i am importing data from an excel sheet … -
Edited change default column header while importing data
Hi,' i want the default column header (F1) to be removed and in that place my excel file column "Filename" must come. i am importing data from an excel sheet … -
Edited Python Saying raw_input() Isn't Matching A Variable
I'm writing a python program that will search for a password that is the first piece in a string. I'm using raw_input() to do it, and here's what the code … -
Replied To a Post in change the focus automatically from one textbox to another textbox
You can also try setting the focus to a particular control instead of relying on the tab order TextBox5.Focus() -
Replied To a Post in Windows Media Player / Visual Studio 2015
Ah. As is the case with so may online tutorials, they get you 99% of the way there then leave out the 1% that actually makes it work. In the … -
Replied To a Post in Windows Media Player / Visual Studio 2015
I tried to use VLC embedded in a vb.net form when I did my app and I couldn't get it to play then. I went through the youtube video today … -
Replied To a Post in change the focus automatically from one textbox to another textbox
Unless the textbox is set to multiline it will never contain a vbCrLf. -
Replied To a Post in Windows Media Player / Visual Studio 2015
The Microsoft documentation for the use of embedded WMP is obtuse at best. It describes the pieces without giving any useful information on how to use them. Having said that, … -
Replied To a Post in Mac os x capitan . cheap wireless mouse stopped working
Do any other USB devices work in that port? -
Replied To a Post in How to uninstall Windows 8 from a dual boot Laptop
I recently rebuilt a friend's PC. He had dual boot Vista/Win7. All I had to do was run `msconfig`, go to the `boot` tab and remove the Vista entry. Once … -
Edited How to uninstall Windows 8 from a dual boot Laptop
Hi all, I have a dual-boot laptop with Windows 10 64 bit and Windows 8 32 bit. I think i don't need that windows 8 any more. I want to … -
Created Windows 10 Tips
Here's a handy tip I haven't seen documented anywhere. If you have an Explorer window open, do the following 1. Click in the address bar to the right of the … -
Replied To a Post in Microsoft Windows 10 Hard Drive Icon Problem
Check the root of the external drive and see if there is a hidden file named `desktop.ini`. In my `My Documents` folder it contains [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21770 IconResource=%SystemRoot%\system32\imageres.dll,-112 IconFile=%SystemRoot%\system32\shell32.dll IconIndex=-235 and … -
Replied To a Post in So what's next?
If you mean in the British slang sense, then yes. -
Edited Codeigniter load view file after insertion using jquery post
Hi, I am inserting data using while onclick event in href using jquery post method, it works successfully, But in controller after insertion, I wrote $this->load->view('viewnames'); But it is not … -
Replied To a Post in Need Help
Whenever I am asked, "what language should I learn first", my answer is always, "English". Being able to communicate effectively is going to be your biggest asset. For example, your … -
Replied To a Post in Insert only if it doesn't exist
FYI, the query to insert only new values was 'I know the vbCrLf is not required at the end of each line but it makes it 'so much easier to … -
Replied To a Post in Trump
And the first brick in the wall starts to fall... [Kellyanne Conway facing ethics violation](http://tribunist.com/politics/trump-senior-advisor-kellyanne-conway-facing-ethics-charges-after-endorsing-ivanka-fashion-line-video/) -
Replied To a Post in Adding a while loop to my rock paper scissors code?
Or you could skip the last `if` and just use while (pick !== 'quit') -
Replied To a Post in So what's next?
>I was being laughted at Oh, Woj. We are laughing at you for so many other reasons. -
Replied To a Post in Memorable Quotations
Beauty is not in the face. Beauty is a light in the heart. - Kahlil Gibran
The End.