There are a few high level items that we should check:
1. When did you download the install file?
2. What version of Windows are your using? Is it an x64 version?
3. What version of the .NET...
Is Nuodb team planning for data change notification mechanism? I mean abilty to subscribe to event of data changing (row, set of rows, whole table) and to get notifications in near realtime.
And...
Hi Oliver -
Let us know if you need any assistance with this. We have a number of PHP "adapters" for various products based on our PHP PDO driver. Take a look at the following repos:
Zend...
Hi,
I've just downloaded the developer edition of NuoDb in order to evaluate it. I've been following the installation instructions but have encountered an error. Please can someone shed some light...
Duke - Unfortunately I installed the version today and have the install issue - it will not install the driver and rolls back (tried also running the msi by itself - noticed in the overall install...
Kapilt / Sansknowledge - We're working aggressively to get a native Python driver completed. Our team is actively working on it and we hope to have a pre-release available in just a couple of weeks....
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...