mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Add GBase
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using OrmTest;
|
||||
using System;
|
||||
|
||||
namespace GbaseTest
|
||||
{
|
||||
@@ -6,8 +7,7 @@ namespace GbaseTest
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var odbc= new System.Data.Odbc.OdbcConnection(@"Driver={GBase ODBC 8.3 DRIVER};Server=localhost;port=19088;Database=;Protocol=onsoctcp;Uid=gbasedbt;Pwd=GBase123;");
|
||||
odbc.Open();
|
||||
Demo0_SqlSugarClient.Init();
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user