Code Monkey home page Code Monkey logo

tsqlite's Introduction

TSqlite

TSqlite是采用ATL封装的sqlite3数据库COM DLL,简单易用,如果你习惯用ADO,正好满足你所需,如下例所示:

Do While Not rs.EOF   
    For i = 0 To rs.ColumnCount - 1   
        Debug.Print rs.ColumnValue(rs.ColumnName(i))    
    Next   
    rs.MoveNext   
Loop   

测试效果如下:
image

编译环境:
Windows 10
Visual Studio 2019
说明:支持vs6-vs2019所有版本编译,如果你要支持在xp上使用,请采用TSqlite.dsw,若有必要则进行升级,
升级路线一般是:vs6升级到vs2005进行过渡然后升级到更高版本的vs编译环境。

sqlite版本:3.30.1

tsqlite's People

Contributors

bzmework avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.