-
Replied To a Post in to display last 3 months of data
Provide an sql dump with sample data, and your expected output. -
Replied To a Post in Send email through cmd prompt
Ok. There are lots of tutorials about how to use telnet on smtp, but you have to be sure that connecting like that is allowed in the first place. http://support.microsoft.com/kb/153119 -
Began Watching Claims based authentication
I've been looking for a while for an example that uses claims, but I need it working in a desktop application and/or WCF service (a full local setup). MS and … -
Edited jsp newbie
Hello. please excuse my ignorance It has been 1 year or so since I finished my 2 million line desktop app. An app with extensive use of every thing you … -
Created Claims based authentication
I've been looking for a while for an example that uses claims, but I need it working in a desktop application and/or WCF service (a full local setup). MS and … -
Replied To a Post in to display last 3 months of data
Check for mysql errors. Am pretty sure `date` is a reserved word. -
Replied To a Post in upload c#/asp.net/sql server website to remote host
How have you created your online database? It should state somewhere how you would access it. -
Replied To a Post in inserting data using checkbox
`$_POST['chk1']` returns an array, not a single value. -
Edited Main report and sub report parameter in crystal report
I’m going to use main report and sub report for showing some details. Main report has InvoiceHeader Part and sub report has invoice detail part. Invoice Header and invoice detail … -
Replied To a Post in Help!
Welcome to DaniWeb. What language? -
Replied To a Post in Foreign key
You'll need to be more specific. -
Edited I want to change my username :(
I want to start my topics and discussions but please change my username to hamza.saleem , so I can begin. I hate my current username!!! -
Replied To a Post in I want to change my username :(
Go to this page: https://www.daniweb.com/members/edit_membership -
Replied To a Post in Im lost,
Welcome to DaniWeb. -
Edited Help to use Daniweb
Hi friends, am new for Daniweb. Please share some important rules and regulations of this forum... -
Replied To a Post in Hi from Almere Holland
Welcome to DaniWeb. -
Edited HOW TO MAKE A NETWORK TESTING PROGRW
echo off echo Testing the network IPNG WWW GOOGLE.COM ECHO ECHO PING COMPLETE ECHO CLS EXIT -
Replied To a Post in Hello
Welcome to DaniWeb. -
Replied To a Post in Fileupload processing error
> How to fix the errors? Check if `$_FILES['file']` actually has a value. I am amazed that you still struggle with these types of errors, even after two years. -
Marked Solved Status for Difference when drawing with Brush
I found that there is a difference with the drawing of a custom bitmap brush, when I subclass TGraphicControl versus TCustomControl. The expected behaviour occurs when using the TCustomControl descendant. … -
Marked Solved Status for Looking for work-around
I want to have the following on SQL Azure: IF EXISTS(SELECT * FROM [sys].[databases] WHERE [name] = db_name() AND [compatibility_level] = 110) BEGIN ALTER PROCEDURE [dbo].[Test] AS BEGIN -- Omitted … -
Marked Solved Status for TFS automating release notes
I'm currently looking into the automatic generation of release notes (or change log) when we create a new release. I'm wondering how any of you tackle this. So far I've … -
Marked Solved Status for User groups/roles for application
We're in the process of upgrading/improving our application framework, and we're currently looking into (application) user groups and roles. We want to implement CRUD rights to our screens. What's in … -
Marked Solved Status for Tags
Was updating tags, at some point I got to this: http://www.daniweb.com/tags/tables Is this a caching issue? It's showing "usability" and "excel". I do come across tags in the tagclouds, where … -
Replied To a Post in Could not connect
Remote host? Am pretty sure you are not allowed to login with root and without a password. Can you give some more information about what you are trying to do? -
Edited Could not connect
i have connect xxamp server remote host ....show this error .....pls help me .... Could not connect: Access denied for user 'root'@'localhost' (using password: NO) -
Replied To a Post in Apriori Algorithm in web development [on hold]
Am not sure what you are looking for. Can you explain with an example? -
Replied To a Post in Using webservice
> How can I read and print the content o the file. $yourArray['content'] Probably contains the binary file. You need to save it before you can open it. -
Replied To a Post in no proper formatted output in csv file
> The values are not storing column wise. Can you explain a little more? -
Replied To a Post in hello
Welcome to DaniWeb. -
Edited can anyone tell me a good n simple book on android op.system
i want to learn android op.sys. by myself only.so pls suggest me any online free ebook which is so simple and used for primary users. -
Replied To a Post in Send email through cmd prompt
Am pretty sure that Microsoft will not allow you to do this via telnet. Be careful not to be considered trying to hack their servers. -
Edited Help Using php's command line interpreter
Morning guys, i'v search the internet with the hope of perfecting my knowledge on running the php CLI as a standalone but to no avail. So i just thought of … -
Replied To a Post in RegisterUser_CreateUserError
It's up to you what you do with the errors raised. If you comment or delete them, they will never be triggered. If you are sure they won't happen you … -
Replied To a Post in Help with WSDL
`soap:address` defines the location (URL) of the SOAP service you want to connect to. -
Edited c# beginner
hiiiii -
Edited Is privacy over?
[Click Here](http://thehackernews.com/2014/08/worldview-3-satellite-that-could-allow_12.html) I've really seen some documentaries of what is coming in the future and it kinda scares me. Also, I hear often that google tracks and records all data … -
Replied To a Post in Hello Everyone
Welcome to DaniWeb. -
Edited Hello Everyone
M2 Software Solutions is a web design and development company which provides services in web design, web applications, graphic design, logo design, flash animations, application developments, e-business solutions and search … -
Edited flash external links ocannot work after publishing
HI ALL.. I HAVE A PROBLEM CONNECTING THE EXTERNAL LINKS OF MY FLASH PROJECT AFTER I PUBLISH SWF AND PUT IT IN INSIDE MY HTML. WHEN I PLAY THE FLASH … -
Edited C# Programmatically install Microsoft Access Database engine if installed
Hi, I have been looking for several hours for code that automatically checks if Microsoft acess database engine is installed. If not it reinstalls the database driver by first detecting … -
Replied To a Post in Hello :)
Welcome to DaniWeb. -
Replied To a Post in Hello
Welcome to DaniWeb. -
Replied To a Post in copying data from a obj to another object
Have a look at [MemberwiseClone](http://msdn.microsoft.com/en-us/library/system.object.memberwiseclone(v=vs.110).aspx) method. It is made to create a shallow copy. If this is not what you need, post back with some example code. [Here](http://www.agiledeveloper.com/articles/cloning072002.htm)'s another interesting … -
Edited Good example of how to use a console
Me being a master noob and making a triangles color change with a console. link to program its shwelf[Click Here](http://www.mediafire.com/download/fwlqbb471ewwsw0/Debug.rar) Public Class main Inherits Windows.Forms.Form Protected gfx As Drawing.Graphics Protected … -
Replied To a Post in where is autorun exe in visual studio 2013 ISO ?
Shouldn't you just mount the ISO? Not sure what OS you're running on, but there's always Virtual CloneDrive to help you. -
Replied To a Post in dates
We need more info. Code would help too. -
Replied To a Post in Hi! i'm here
Welcome to DaniWeb. -
Edited Labeling patch cables
I have a rather odd question(s) - when you are setting up company networks and wiring the patch cables and the cables for the server racks, do you label them? … -
Replied To a Post in Help with renaming controls in C#
I do this with ReSharper. Advantage is that comments are also scanned.
The End.