in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Browse by Tags

  • parameterized queries With Jocker

    hello guys. i want to talk you about a problem that i got it.. i dont know how i could to write some parameterized query with a joker like "%". maybe im doing it in the right way cuze usually i do it in another database environments but i dont know what is the reason for it is not working....
    Posted to How To (Forum) by mijaelstand on 02-14-2010
  • complex parametrized insert created runtime

    Hi to all, I'm basically trying to copy a set of tables from a datasource to a sqlite db. In order to do that, I created a piece of code that dynamically build a parametrized insert for each table passed and and uses it. The code is working, but, even for a beginner like me, doesn't look very...
    Posted to How To (Forum) by franz on 01-08-2010
  • Need How to Dynamically Create Parameters

    I am trying to export an Excel Workbook containing an unknown number of sheets, each with an unknown number of fields and field names, to a SQLite db with a table for each sheet and a column for each field. I can get the schema including sheet names and column names with data types. What I want to do...
    Posted to How To (Forum) by rkulp on 03-31-2009
  • Need Help on Parameterized Query

    I have tried to emulate the How To Write a Parameterized Query but am getting syntax errors "near @MbrID" when executing them. I would appreciate instruction on how to properly do the query command text. Thanks for your help. My relevant code follows: Private Sub WeeklyAttendance() Dim ServiceDate...
    Posted to How To (Forum) by rkulp on 11-03-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems