• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    Perhaps you should read the entire thread. That's not what I'm asking.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    I know thanks, just tricky to get what you need from that.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    > Have you actually profiled the code? It wasn't clear from your post, nor from your response. I thought this "Not what I am after, but what I stated is …
  • Member Avatar for pritaeas
    pritaeas

    Edited sort by text[need help urgent...!]

    C++ HELP: hello i made a program where user enter any message then fing its frequency and push it on the queue and sort it i want to sort it …
  • Member Avatar for pritaeas
    pritaeas

    Edited How to unlink multiple files in codeigniter?

    How to unlink multiple files in codeigniter? I have to delete records from database. delete records works . what i want, after deleting records also files should get delete form …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    Know of any explanations that describe how you would build that one resulting query? Am browsing/debugging the EF source, but having a theoretical approach would be nice.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    Oh, sorry. Saw deferred, not Include. I'll have a look.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in E-books

    MS is giving some away too: http://blogs.msdn.com/b/mssmallbiz/archive/2015/07/07/i-m-giving-away-millions-of-free-microsoft-ebooks-again-including-windows-10-windows-8-1-windows-8-windows-7-office-2013-office-365-sharepoint-2013-dynamics-crm-powershell-exchange-server-lync-2013-system-center-azure-clo.aspx SyncFusion (requires account): http://www.syncfusion.com/resources/techportal/ebooks UXPin (want your e-mail address): http://www.uxpin.com/knowledge.html
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to integrate aftership Courier API in php ecommerce-website

    Did you use your own API key? Check if the object is valid, then check what exactly is in the reponse. Any errors in your error log?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    > are you able to add It's not set in stone, that's why I'm looking for logic. I might be able to put the right method in. > EF uses …
  • Member Avatar for pritaeas
    pritaeas

    Edited Find records that cause key violations ms access

    In MS Access I am trying to append data from one table to another table that is identical. However, once I run the append query, I get a message telling …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    Legacy in-house. It doesn't matter. Am looking for logic, not a new one ;)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to integrate aftership Courier API in php ecommerce-website

    Create a new `Request` instance about and call the `all()` method. http://abishek.me/docs/aftership-php-sdk
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Loading related objects from database

    > Does the loading really need to be more efficient? Yes, it does. > Where in code is that time being spent? As stated, in getting the child objects recursively …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Loading related objects from database

    This is more a general approach question. I have an old ORM like framework for this application. Basically what it does, if it needs to load a bunch of objects/records, …
  • Member Avatar for pritaeas
    pritaeas

    Created Loading related objects from database

    This is more a general approach question. I have an old ORM like framework for this application. Basically what it does, if it needs to load a bunch of objects/records, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Bootstrap DatePicker

    Nothing in the default settings? Hard to say without seeing it.
  • Member Avatar for pritaeas
    pritaeas

    Edited Web Design & Development | SEO

    Hello everyone, Can anyone tell me How do I update my Domain's DNS Records? Regards
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in use of sql in jquery?

    No. You'll need something as an intermediairy between your client Javascript and your database server.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get all PHP variable occurrences

    Open the php file, with `file()`. Then loop each line, if the variable is there (using `strpos()`), echo the line.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get all PHP variable occurrences

    You mean, assuming this: $search = 'A'; //... $search = 'B'; //... $search = 'C'; //... You want to see A, B and C?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in new install of windows

    Why not just add your old harddrive to your existing setup?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in unable to retrieve message

    > it works fine but when i refresh my page the message stay How do you refresh the page? If you hit F5 the browser may load the cached page, …
  • Member Avatar for pritaeas
    pritaeas

    Edited C#

    Hi I have problem with my webste database i really need help i couldnt connect my Database to My webiste If u can help me pleas do TNX
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need some advice from experienced Codeigniter Dev's

    What kind of module do you mean? Oh, I didn't read the title apparently... ignore.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in message sending

    code...
  • Member Avatar for pritaeas
    pritaeas

    Edited Wordpress themes for Blogger Blogs

    I have created a music related blog with wordpress on my localhost. But I have the hosting from google and now I am looking to change wordpress theme to blogger …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in issue in my sql query

    You seriously need to reply and repost this in a readable format.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in syntax error near '='

    > mySQL = "SELECT * from Eng_Dip = @par_Course_Name"; mySQL = "SELECT * from Eng_Dip WHERE Course_Name = @par_Course_Name"; Same on line 18. The syntax is SELECT * FROM table …
  • Member Avatar for pritaeas
    pritaeas

    Edited query problem

    SELECT subject,GROUP_CONTACT(description)FROM assignment WHERE standard_id='1' AND section_id='61' AND assignment_date='2015-06-30' GROUP BY subject; For above query , I am facing this error , what is the mistake, Error:#1305 - FUNCTION ssv.GROUP_CONTACT …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in query problem

    > GROUP_CONTACT You mean `GROUP_CONCAT` ?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in GridView Appending Data

    Where's your code, and what problem do you have?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Using Owin/Identity with Existing Database Fields Requirement

    > What did you use then? It was partly copied from a FormsAuthentication application on an existing database, so the users and roles were a "roll-your-own" solution. I had no …
  • Member Avatar for pritaeas
    pritaeas

    Edited DISPLAY ERROR IN ONLINE

    Hi friends, My name is Arjun and i am new to php .My doubt is if we uploading image or any file in online at that time if any of …
  • Member Avatar for pritaeas
    pritaeas

    Edited semding mail using php mail().

    Hi Everyone, i need urgent help from you.iam trying to send mail using php mail() functions.iam using XAMPP server.if i run above code iam getting "succesfuuly sent" message as a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in great people

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Using Owin/Identity with Existing Database Fields Requirement

    Check the link in my reply here: https://www.daniweb.com/web-development/aspnet/threads/490197/asp-net-mvc5-identity Helped me a lot, but I removed owin and identity completely. I also found [this one](http://weblog.west-wind.com/posts/2015/Apr/29/Adding-minimal-OWIN-Identity-Authentication-to-an-Existing-ASPNET-MVC-Application) later on.
  • Member Avatar for pritaeas
    pritaeas

    Edited MySQL/PHP

    I need help with creating a "user account" website (i.e. Facebook, Twitter, etc). I have a home page set up, i just need to have the it jump to the …
  • Member Avatar for pritaeas
    pritaeas

    Edited Failed to open database in phpmyadmin

    hello, I am having a problem opening my database. Before this I could directly go to phpmyadmin after logging in to cpanel without entering username/password. Today, I was directed to …
  • Member Avatar for pritaeas
    pritaeas

    Edited Making queries with external link

    Hi guys, recently im faceng one problem. i need to nake a queries from external link. The good example is: The website www.example1.com sell some products, and this website have …
  • Member Avatar for pritaeas
    pritaeas

    Edited sending form data as email with attachments

    I'm studying the Swift Mailer, and wondered if there is someone in here that is familiar enough with the way it works, that you could give me a little guidance. …
  • Member Avatar for pritaeas
    pritaeas

    Edited Is document sharing with url part of white hat seo?

    I was looking for the methods of white hat seo for my new website. I don't want any later issues about the quality of my backlinks. So I search on …
  • Member Avatar for pritaeas
    pritaeas

    Edited how to remove extra series from legend in ssrs stacked column chart ?

    I have added month name in category field, percentage on y axis , data in series field and data has values : half day complete, full day complete,half day incomplete …
  • Member Avatar for pritaeas
    pritaeas

    Edited Inserting and editing the values using javascript ajax

    Hi, I Show list of standards in one select box, Based on that selection, I will display the related section in another select box, after that I will nter remaining …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in single-row subquery returns more than one row

    Am not sure about Oracle but SQL Server uses TOP 1. MySQL has LIMIT 1. Firebird has FIRST 1. If that doesn't work maybe DISTINCT can help.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Generate a 3-number random number, along with a DDMMYYYY value prefixed

    return Math.random() * 899 + 100; Have a look at this one: new Date().getFullYear() Am sure you'll be able to figure it out.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Get count if col1and col2 are same

    Isn't that just this: SELECT percentage, product, COUNT(*) FROM mysample GROUP BY percentage, product
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Building first MVC application

    Reading from the error, it says PatientAllergyID is not in Patient and should be because you declared it a Foreign Key. Am wondering if it should be called ID, or …

The End.