Jump to content

Connecting to a Non-relational database?


Recommended Posts

Hello,

I'm being asked to write up some testing for an application that uses MongoDB which is a Non-relational database.  I've never used this type of database before and I can't seem to find anything on this site.

Do I connect the same way as I would for a normal SQL database?  I've used SQL, Sybase, and Oracle without problems in the past.

If I was able to actually connect ("I've requested the drivers, should have them in a couple days") how would I perform the NoSQL Queries?  The online stuff I've looked at uses an interface, would I just use those statements in place of where I would normally do sql queries?

 

Thanks,

Mike

 

Link to comment
Share on other sites

Never used MongoDB but I think the manual would be a good place to start reading.

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

  • 2 weeks later...

no, sadly I've found out that all the (normal) ways to connect to this database only works if a BI Connector is enabled, which it's not for the db i'm trying to connect to.

So, I need to generate a cert and connect in with a Kerberos ticket to be able to connect to the db I need and they expire after 1 day.  I'm waiting on a co-worker who knows a bit about python as there are examples to do all that with Python.

Link to comment
Share on other sites

I would personally first try to use the query tool to interact with the DB (like SQL*Plus for Oracle).   It is quite simple to script it with AutoIt.  Will save you quite some time if that approach would work (even tho it is not the greatest way to automate a DB connection).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...