Questions tagged [ibm-soliddb]

In-memory, relational database software for extreme speed

Quoted from IBM solidDB:

IBM solidDB® is known worldwide for delivering data with extreme speed. There are more than 3,000,000 deployments of solidDB in telecommunications networks, enterprise applications, and embedded software & systems. Market leaders such as Cisco, HP, Alcatel, and Nokia Siemens rely on it for their mission-critical applications.

IBM solidDB provides an ideal platform to build in-memory, real-time, enterprise applications that include universal caching. Compatibility enhancements make migrating applications to solidDB easy. Enhanced scalability and transparent failover with solidDB lowers overall total cost of ownership. Improvements in the latest release bring more reliability and faster performance to key OLTP workloads with the solidDB Universal Cache feature.

8 questions
2
votes
0 answers

SolidDB in Spring Boot + JPA

I want to use SolidDb in Spring Boot application with JPA. There is almost nothing on google about this database and I could not found example of implementation with JPA. So my question is: Is it possible to use SolidDb with JPA or Hibernate(I could…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
2
votes
2 answers

SOLID Table Error 13037: Illegal DOUBLE PREC constant

I am getting the following error while trying to add a record using my Java JDBC code into SolidDB. Following the the method that throws the exception: public void addData(User data) { Connection conn = null; try { conn =…
Leejoy
  • 1,356
  • 5
  • 23
  • 36
1
vote
1 answer

Deadlock detected with this SQL statement?

I have some problem with the following statement, does anyone have any idea?? Any comments are appreciated!! UPDATE tableTx SET tableTx.ResultCode = 0 WHERE tableTx.id in (SELECT tableTxInfo.id FROM tableTxInfo …
kai
  • 1,141
  • 3
  • 15
  • 25
0
votes
0 answers

IBM SOLID database ORM

We are working with both IBM Solid and postgres databases. I am looking for a python ORM that will work with both. Could not find any in my searches; only ones that would work with postgres. Trying to use an ORM which integrates with pyodbc failed…
0
votes
2 answers

Pyodbc error: 08004 - Server rejected the connection

I am new to python and SolidDB. I would like to seek help about the error that I'm getting. Although the credentials are right (I think), still I am rejected by the server. Here is the stack trace. [root@DW700 standalone]# python Python 2.7.8…
Erika
  • 145
  • 1
  • 2
  • 15
0
votes
2 answers

SQL: View and table

If I create a view, is the view reflect physical table real time or it is just a materialized view and synchronize with physical table every n seconds/minutes. If I want to update something, may I update the materialized view, then would db…
user84592
  • 4,750
  • 11
  • 55
  • 91
-1
votes
1 answer

Python connection to solid db

i must make a connection to solid db from python. Do you know any module, library or a method which can create a connection to Solid DB follow by a SQL query?
Unknown
  • 79
  • 3
  • 10
-1
votes
1 answer

need documentation for using worklight android app with IBM mobile database (soliddb) as backend

I wish to develop a worklight android app with IBM mobile database (soliddb) as backend which is installed and running in same android mobile/tablet, Please help me with some good URLs/ documentations for my reference. Thanks
Kavin
  • 15
  • 3