Questions tagged [dbaas]

DBaaS or DataBase as a Service is used to refer to IaaS database systems specifically written with service delivery in mind.

24 questions
0
votes
2 answers

Incorrect syntax near '*=' SQL Server

While moving from SQL Server 2016 to 2019 on DbaaS, I am getting this error: Msg 102, Level 15, State 1, Server p2fm1sql414\SQL01, Procedure usp_sales_record_1020, Line 75 Incorrect syntax near '*=' See query: select @sql_1 = " --BEGIN…
Satyam Singh
  • 11
  • 1
  • 4
0
votes
1 answer

Is there any advantage in using a DBaaS like mLab instead MongoDB locally?

I have mostly used mlab for small apps that i built while learning MEAN Stack, but not for any production level web app.
Pulkit chadha
  • 816
  • 11
  • 14
0
votes
1 answer

Connecting MongoDB instance (on Compose) directly to MongoDB on Bluemix

I am looking for a Tool or Tool Set that can connect a MongoDB instance (on Compose) directly to MongoDB on Bluemix to extract / and move data from a MongoDB database on compose.com to a MongoDB database on Bluemix Public. Is there a way to do this…
0
votes
1 answer

Save Image jpg, png, jpeg... in a column in CloudBoost backend as a service

I need to save an image file in the column Adjunto, I do not know var comentario = new CB.CloudObject('Comentarios'); comentario.set("IdPersona", new CB.CloudObject("User", "4bD5Gz7Q")); comentario.set("IdEmpresa", new CB.CloudObject("User",…
Tuideapp
  • 11
  • 3
0
votes
1 answer

Automatic deletion of fields in my DB

I'm using Backand as my BaaS and I’m looking for a quick way to delete entries I no longer need. In the data model I created, I have an object called “Auctions”, in this object I want to add an action that delete the entries that surpassed the end…
0
votes
1 answer

Installing CouchDB on IaaS?

After many many google searches I am still unclear on how to install a CouchDB instance on an Infrastructure as a Service cloud service. I have looked into DBaaS options such as Cloudant, but for initial testing I would like to host the database on…
Hayley Guillou
  • 3,953
  • 4
  • 24
  • 34
0
votes
1 answer

Error when install Trove Openstack Juno

I'm trying install Trove-Openstack Juno for Database service I follow step by step in this doc http://docs.openstack.org/juno/install-guide/install/apt-debian/content/trove-install.html but i got an error message and i dont know how to…
manhhuy
  • 59
  • 1
  • 2
0
votes
1 answer

Nodejs and DBaaS SQL

I have looked at Google Cloud SQL and Amazon RDS, however, are there any services like this (or these) that have an npm module to write a CRUD application with a MySQL, Node, Express backend? All of the npm modules seem to be for NoSQL databases
Jeremy
  • 322
  • 2
  • 10
0
votes
1 answer

How to solve the error when connecting to a Database as a Service from my hosting site?

I utilized a free hosting service called 00webhost.com for hosting php-MySQL app. The database was then uploaded to a xeround.com which provides Database-as-a-Service. xeround.com gave url=instancexxxxx.db.xeround.com:57xx as well as a username and…
Vishnu G S
  • 654
  • 2
  • 10
  • 27
1
2