jython is not a viable option for cpython applications using extensions.. which is a significant majority of the whole. its disheartening to see so many languages supported by nuodb but python...
Hi,
I'm a developer evaluating the possibility of migrating some of our databases from Sybase to alternative systems, one of those options is NuoDB. I'm trying to use your migrator to initially...
Hi All,
I'm brand new to NuoDB, but am seriously considering using it for a new application (re-build from the ground up of an existing app, actually). I've already settled on developing my...
Problem:
When attempting to install and run XAMPP with NuoDB, you receive the following error message:
Error : "PHP Warning: PHP Startup: Unable to load dynamic library ...
I found it was caused by case-sensitivity behavor.
If I use "ID" instead of "id"
Property(x => x.Id).HasColumnName("ID").HasDatabaseGeneratedOption(DatabaseGeneratedOption.Identity);
then code...
Is NuoDb ADO.NET provider for EF works with identity columns?
I created floowing table:
create table dbo.TestId
(
id int generated always as identity not null primary key,
num int not null...
Just to be clear, I will not spend a second here if I don't see value on NuoDb; having saying that, please review some concerns:
- For some reason I was required to register various times for...
Hi Alexey,
the addition of asynchronous methods are definitely on our todo list; and given our feedback, they could appear sooner rather than later ;-)
Alberto
P.S. the NuoDbDataReader is...
I'm running my benchmark on NuoDb 1.1 on Windows.
My main test configuration are several virtual Windows Server 2012 machines (nuodb01, nuodb02, nuodb03). All virtual machines have 16 GB RAM and 24...
The following questions were posted during a recent webinar presentation, highlighting NuoDBv1.1 and we wanted to take this opportunity to post the Q&A to the community.
Q: How does the PHP PDO...
Hi,
First i would like to say great work and just keep that way.
Just to share my vision before i ask some questions.
As developer in small team (7 developers) that are developing applications...
Hi,
What is the licensing and pricing model if I just want to use nuoDB in an on-premise solution or if I run it in my own cloud setup? Free? Support contract?
I searched every where and...
I'm trying to get all this information into my RSS reader so I can get up to speed on things but there is no aggregated rss feed URL that I can find.
Please and thanks. This DB looks AWESOME!...
Hi Elisabete,
So just to see if I understand it, for Store 1 Host B, for example, it would only be configures to access database StoreB. This would be replicated back to Home Office but NOT to the...
Will asynchronous operations (that uses asynchronous IO) for NuoDbCommand, NuoDbConnection, NuoDbDataReader (why it is internal?), NuoDbBulkLoader be available?
I mean at least Task-based (TAP) and...
Martin,
Yes this in the product roadmap for 2014. Unfortunately, I don't have a more specific timeframe however any new feature will be noted in the release notes, etc.
Hi Amassari,
I was using Vs 2008 and this file is not present. However I was able to successfully compile the project on VS express 2012 IDE. Thank you.
sridhar
Hi sridhar,
the stdint.h is an header file provided by the compiler (for instance, I see it in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include); which version of Visual Studio are you...
Hi n3ild,
what is the full version of the Visual Studio 2010 product you have installed? Is it by any chance an Express edition?
If instead you are using an edition that does support third-party...
I have just installed Visual studio 2012 and still having no joy (.Net framework 4.5 is installed as a pre req).
Any further ideas of where I can look?!
Good evening Elisabete,
Appreciate the post and the status of the documentation.
Really looking forward to getting started as soon as the docs are posted.
Thank you,
Mark
myZure.com
Hello.
I work for a high availability credit card environment. We have been approached on taking a look at NuoDB.
To give an idea, we currently use SQL Server 2012 Enterprise with 17 clustered...
We have encountered this issue internally with a few Windows VM installations and the issue had to do with not having the .NET framework installed. In our tests, installing .NET Framework 4 resolved...
Hi,
after doing some tests in nuosql and also in java I am coming back with the results of my experiments...
Even if the green book explains that everything is an atom and that table meta data...
Hi,
reading your green book and blog posts about durability, consistency and availability the following question came up:
Assuming I have a domain deployed on Two machines A and B.
On each...
Good afternoon Martin,
Thank you for your patience, while I looked into this. You are completely right - our documentation regarding the implementation of ISOLATION LEVELS with the START...