#
firebird
Here are 168 public repositories matching this topic...
williamlee1982
commented
Jan 7, 2021
seems there is a bug in DB2LUWSchemaProvider class, when loading columns of table, it didn't trim the tailing space of the schema name, causes linq query didn't return any column.
the problem is in the GetColumns method here:
var tableId = dataConnection.Connection.Database + "." + rd.GetString(0) + "." + rd.GetString(1);and it should be:
var tableId = dataConnectFast, Simple, Typed ORM for .NET
mysql
c-sharp
linq
orm
high-performance
sqlite
postgresql
oracle
firebird
poco
sqlserver
net-core
net-framework
-
Updated
Jan 28, 2021 - C#
Official repository of the SOCI - The C++ Database Access Library
-
Updated
Jan 15, 2021 - C++
SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
mysql
java
synchronization
database
replication
postgresql
oracle
firebird
db2
sqlserver
platform-independent
sybase
cdc
data-replication
informix
as400
h2-database
-
Updated
Jan 28, 2021 - Java
FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
-
Updated
Jan 28, 2021 - C++
FirebirdWebAdmin is a web frontend for the Firebird SQL database server written in PHP.
-
Updated
Dec 9, 2020 - PHP
JCA/JDBC driver for Firebird
-
Updated
Jan 17, 2021 - Java
Tutorias para fins de facilitar instalações e tarefas.
nodejs
mysql
git
java
linux
php
composer
conky
netbeans
cplusplus
ubuntu
php7
sublime-text
postgresql
firebird
hacktoberfest
configurando
tarefas
tutoriais
como-instalar
-
Updated
Oct 13, 2020
Adminer database management tool for your Laravel application.
mysql
i18n
editor
php
elasticsearch
laravel
mongodb
sqlite
postgresql
plugins
oracle
firebird
mariadb
phpmyadmin
database-management
mssql
adminer
laravel-adminer
designs
simpledb
-
Updated
Nov 16, 2020 - PHP
The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. - mirror for the official repository (http://svn.code.sf.net/p/zeoslib/code-0), created and maintained with git-svn
-
Updated
Jan 21, 2021 - Pascal
Various scripts and codes
active-directory
firebird
penetration-testing
brute-force
scans
portscanner
nessus-parser
nessus-reports
csv-report
-
Updated
May 10, 2020 - Shell
A library to help you keep track of database schema migrations
-
Updated
Dec 4, 2019 - C++
A PostgreSQL foreign data wrapper (FDW) for Firebird - latest version 1.2.1 (2020-10-21)
postgresql
firebird
fdw
foreign-data-wrapper
postgresql-extension
foreign-tables
firebird-fdw
firebird-database
-
Updated
Jan 22, 2021 - C
PoS mobile client and backend
-
Updated
May 4, 2020 - Dart
Improve this page
Add a description, image, and links to the firebird topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firebird topic, visit your repo's landing page and select "manage topics."
环境:
数据库:Sqlserver2014
网站程序:.Net5
Docker版本:Docker version 19.03.13,
.net5环境镜像源:mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim
Centos版本:CentOS Linux release 7.9.2009 (Core)
使用原生方式进行测试
using (SqlConnection connection = new SqlConnection("Data Source=xxxxx;User Id=sa;Password=xxxxxx;Initial Catalog=xxxxxxxx;Pooling=true;Min Pool Size=1;"))
{
connection