Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    MongoDB – Indexing

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    Indexes support the efficient resolution of queries. Without indexes, MongoDB must scan every document of a collection to select those documents that match the query statement. This scan is highly…

    Continue ReadingMongoDB – Indexing

    XQuery – current-time Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The current-time function is used to return the current time. Syntax current-time() Example XQuery Expression let $time := current-time() return <results> <time>{$time}</time> </results> Output <results> <time>14:53:46.803+05:30</time> </results> Verify the Result In order…

    Continue ReadingXQuery – current-time Function

    MongoDB – Sort Records

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    In this chapter, we will learn how to sort records in MongoDB. The sort() Method To sort documents in MongoDB, you need to use the sort() method. The method accepts a document…

    Continue ReadingMongoDB – Sort Records

    XQuery – current-date Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The current-date function is used to return the current date. Syntax current-date() Example XQuery Expression let $date := current-date() return <results> <date>{$date}</date> </results> Output <results> <date>2014-10-27+05:30</date> </results> Here +5:30 is the relative…

    Continue ReadingXQuery – current-date Function

    MongoDB – Limit Records

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    In this chapter, we will learn how to limit records using MongoDB. The Limit() Method To limit the records in MongoDB, you need to use the limit() method. The method accepts one…

    Continue ReadingMongoDB – Limit Records

    Apache HttpClient – Interceptors

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    Interceptors are those which helps to obstruct or change requests or responses. Protocol interceptors in general act upon a specific header or a group of related headers. HttpClient library provides…

    Continue ReadingApache HttpClient – Interceptors

    MongoDB – Projection

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    In MongoDB, projection means selecting only the necessary data rather than selecting the whole of the data of a document. If a document has 5 fields and you need to…

    Continue ReadingMongoDB – Projection

    PHP & MySQL – Select Records Example

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:1 Comment

    You can use the same SQL SELECT command into a PHP function mysql_query(). This function is used to execute the SQL command and then later another PHP function mysql_fetch_array() can be used to…

    Continue ReadingPHP & MySQL – Select Records Example

    Apache HttpClient – Aborting a Request

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    You can abort the current HTTP request using the abort() method, i.e., after invoking this method, on a particular request, execution of it will be aborted. If this method is invoked after…

    Continue ReadingApache HttpClient – Aborting a Request

    Apache HttpClient – Closing Connection

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:0 Comments

    If you are processing HTTP responses manually instead of using a response handler, you need to close all the http connections by yourself. This chapter explains how to close the…

    Continue ReadingApache HttpClient – Closing Connection
    • Go to the previous page
    • 1
    • …
    • 527
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP