GJM :Unity 使用SqlServer数据库 [原创]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GJM :Unity 使用SqlServer数据库 [原创]相关的知识,希望对你有一定的参考价值。
|
-- CREATE TABLE Test (ip text ,port int,name text) -- 创建表格
-- drop table Test -- 删除表格
-- insert into Test(ip,port,name)values(‘127.0.0.1‘,6080,‘Test 1‘) -- 插入语法
-- delete from Test where port=8060 删除数据
以上是关于GJM :Unity 使用SqlServer数据库 [原创]的主要内容,如果未能解决你的问题,请参考以下文章
GJM : Unity3D HIAR - 快速入门 七使用本地识别包
GJM : Unity3D HIAR - 快速入门 创建 Hello World