Add odbc test

This commit is contained in:
sunkaixuan
2022-12-21 17:14:29 +08:00
parent bc311b41ea
commit c83aabafe9
19 changed files with 429 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
using OrmTest;
using System;
namespace GbaseTest
{
internal class Program
{
static void Main(string[] args)
{
Demo7_Ado.Init();
Console.WriteLine("Hello World!");
}
}
}