-
Began Watching Hey people
I am Matt, programming since about 6-10 months. But that ofcourse doesn't mean I have been programming for that time every day/week/month. Actually I rarely program due to school and … -
Replied To a Post in Hey people
Welcome to DaniWeb. -
Began Watching mysql query
I am using below query for fetching result using union of two tables. I am trying to get total number of records after union of two tables Need Suggestions. ` … -
Replied To a Post in mysql query
SELECT SUM(num) FROM ( SELECT COUNT(*) num FROM svn_headline a where a.newstypeid=2 UNION SELECT COUNT(*) num FROM svn_crimenews b where b.newstypeid=2 ) -
Began Watching how we can create new database of existing database thorugh asp.net,c#
i want to create a new data base of existing database.. the name of database willbe given by textbox. -
Replied To a Post in how we can create new database of existing database thorugh asp.net,c#
IMO it would be best to generate an SQL script from your original database, and execute that (you can use SMO). -
Began Watching Layout issue
See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE).  -
Replied To a Post in Layout issue
Not seen it anymore, so I guess it's only after a modding action. -
Began Watching AutoVue ActiveX
Anybody familiar with AutoVue? Am using Desktop V20.2.2 embedded in a WinForm. Am looking if it's possible to set the background color. So far I haven't found any conclusive answer … -
Replied To a Post in AutoVue ActiveX
Oracle has confirmed that setting the background colour programmatically has been removed from this version of the software. -
Began Watching how we can create new database of existing database thorugh asp.net,c#
i want to create a new data base of existing database.. the name of database willbe given by textbox. -
Replied To a Post in how we can create new database of existing database thorugh asp.net,c#
You want to duplicate the complete structure in code? -
Began Watching How do I select the classroom from one table based on count of another tabl
Hi.I'm Nizam. Sorry if the question I asked is unclear. I have the table as below **Classroom** - id - capacity - code - ...... **Schedule** - id - group_id … -
Replied To a Post in How do I select the classroom from one table based on count of another tabl
Something like: SELECT * FROM Schedule GROUP BY classroom_id HAVING COUNT(*) < 8 Am sure you can do the rest. -
Began Watching advantage
My question is that after learning vb.net can i earn online on the basis of vb.net? if yes then tell me how? -
Replied To a Post in advantage
> can i work as a freelancer on the basis of VB 6.0 It's possible, but am not sure if there are many projects available for VB6. > how can … -
Began Watching jQuery OAuth API stopped working
prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on … -
Replied To a Post in jQuery OAuth API stopped working
It's set to false. I've also removed the 200 check, so the code is exactly as above. Just tried and it worked on the second click of my authorize link. … -
Began Watching jQuery OAuth API stopped working
prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on … -
Replied To a Post in jQuery OAuth API stopped working
> What did you change?? Nothing (only the 200 status check). No clue as to why this is happening, and no time to delve deeper. This morning it worked, now … -
Began Watching HTML Radio Buttons and JS
Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of … -
Replied To a Post in HTML Radio Buttons and JS
Technically, one row down means 4 to the right, perhaps that's usable. I can't test here at work. -
Began Watching HTML Radio Buttons and JS
Hi all, I'm currently building a questionnaire and I've run into a head scratcher. Some of the questions require the user to give a number to represent the importance of … -
Replied To a Post in HTML Radio Buttons and JS
Other suggestions? Other than the dropdowns? A list you can reorder (dragging or up/down buttons), or rows/columns of checkboxes (4x4). Clicking a checkbox should disable the ones on the same … -
Began Watching how to create a new user priveleges from the from he submited
please am new to database management but the question i have a form for my input by new users but i want to get the user name and password from … -
Replied To a Post in how to create a new user priveleges from the from he submited
See the `CREATE USER` and `GRANT` commands in the database maunal. -
Began Watching Parse Error
( ! ) Parse error: syntax error, unexpected $end in E:\wamp\www\IndonusaCMS\admin\index.php on line 544 IndonusaCMS/admin/index.php ?> </div> </div> </body> </html> <? } ?> Line 544 is the last blank line. … -
Replied To a Post in Parse Error
Something is wrong, perhaps wamp isn't configured to support short open tags. -
Began Watching download manager
i want to develop a simple download manager..i have seen download managers downloading a file..but they have multiple download points e.g. suppose i have a file like this on a … -
Replied To a Post in download manager
Depending on the server that file is hosted on, you can request the file size, and whether the server supports resume. If it does, then you can use the HTTP … -
Began Watching advantage
My question is that after learning vb.net can i earn online on the basis of vb.net? if yes then tell me how? -
Replied To a Post in advantage
> can i earn online You mean as a freelancer? Basically that's possible. -
Began Watching Parse Error
( ! ) Parse error: syntax error, unexpected $end in E:\wamp\www\IndonusaCMS\admin\index.php on line 544 IndonusaCMS/admin/index.php ?> </div> </div> </body> </html> <? } ?> Line 544 is the last blank line. … -
Replied To a Post in Parse Error
Check whether all your curly brackets line up correctly. -
Began Watching Recommended Articles
As mentioned in another thread, as of a day or so ago, we have a new algorithm being used to generate the list of Recommended Articles in the bottom toolbar. … -
Replied To a Post in Recommended Articles
Never use(d) it much, but it appears more relevant than before. -
Began Watching jQuery OAuth API stopped working
prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on … -
Replied To a Post in jQuery OAuth API stopped working
> I was successfully able to log into your site earlier today. Really? I tried just before posting (and now), and still don't get back to my main page. Now … -
Began Watching Layout issue
See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE).  -
Replied To a Post in Layout issue
I've seen it after a reply, but not sure if it happens all the time. Not now anyway, perhaps it's only after a modding action then. -
Began Watching jQuery OAuth API stopped working
prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on … -
Replied To a Post in jQuery OAuth API stopped working
I set follow to true, but still no go. I get the HTML page for the login page back from curl now. Perhaps my regex is off now, because the … -
Began Watching Problems displaying google map on page
I am having problems displaying a map. Data in ListView is showing on the page but the map is missing. I would appreciate some help. Here is what I have … -
Replied To a Post in Problems displaying google map on page
Perhaps too obvious, but did you include an API key? -
Began Watching Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@".
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; namespace Practical1 { public partial class Exercise1 : System.Web.UI.Page { string cs = Global.CS; protected void … -
Replied To a Post in Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@".
Since User is a parameter you should be using `@User` instead of `@[User]` -
Created Layout issue
See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE).  -
Began Watching Layout issue
See attached image. I've seen this a couple of times after replying, or editing an article (Opera and IE).  -
Began Watching jQuery OAuth API stopped working
prompted by the discussion on antoher thread... This has stopped working (jQuery/OAuth): http://dw.diafol.org/en/dw-box/ Although this still works (php/no OAuth): http://dw.diafol.org/en/dw-badge/ When I start the ball rolling with a click on … -
Replied To a Post in jQuery OAuth API stopped working
This is the response I get from line 28 in the code below: HTTP/1.1 100 Continue HTTP/1.1 400 Bad Request Date: Sun, 08 Dec 2013 10:32:48 GMT Server: Apache/2.2 X-Powered-By: …
The End.