-
hello everyone, I am unfamiliar with databus now. I want to use the project for data capturing in real time from a sqlServer DB, is there any adapter or componnet for the work? if I want to do it bas…
-
Hi,
I'm debugging some problems with transations using windbg and I noticed our worker process has 40 instances of SqlServerPollingDequeueStrategy. This seems excessive. Should not have we have just…
-
```
What steps will reproduce the problem?
1.Opening the PWM login page using HTTPS://
What is the expected output? What do you see instead?
The PWM login page is expected. I receive "PWM 5063
A secu…
-
Hi,
I installed Ruby 2.0.0 on Windows x64 from rubyinstaller-2.0.0-p451-x64.exe
Then DevKit from DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
ThenI tried to gem install tiny_tds, with no success.
So …
-
```
What steps will reproduce the problem?
1. configure play project to use unmanaged jar like sqljbdc4.jar to connect to
a sql server database.
2. execute mvn clean install
What is the expected ou…
-
This is difficult to explain, I'll do my best. I'm attempting to connect to a SqlServer 2014 server. From one environment I am successful; I'm failing from an other. The failing environment is thro…
ghost updated
9 years ago
-
```
More details here:
http://stackoverflow.com/a/19904973/385979
FreeTDS apparently defaults to an old version of the TDS protocol. It might be
good to add a "TDS_Version" command line parameter t…
-
```
What steps will reproduce the problem?
1. Log into NuGet
2. Locate the package
3. Notice that the package does not reference
https://www.nuget.org/packages/Microsoft.SqlServer.Compact/ (latest ve…
-
I've been wrangling my brain over the past couple of days with regards to some code I'm attempting to use in GORM Standalone mode. If I run the following code using the grails console command (i.e., u…
-
Hello, in the model I got:
/////
Birthday: {
type: DataTypes.DATE,
allowNull: false,
primaryKey: 'false'
},
When I tried to create a new object in the db, the sql insert code g…