Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Theil_27 · Jul 12, 2011 at 02:17 PM · javascriptdatabasesqlite

Can't make unity connect to SQLite database

So I followed the steps to use found in the unity wiki SQLite with javascript but when I tried to compile the code, it gave me this error and I have no clue of what could it be:

 EntryPointNotFoundException: sqlite3_next_stmt
 Mono.Data.Sqlite.SQLiteBase.ResetConnection (Mono.Data.Sqlite.SqliteConnectionHandle db)
 Mono.Data.Sqlite.SQLiteBase.CloseConnection (Mono.Data.Sqlite.SqliteConnectionHandle db)
 Mono.Data.Sqlite.SqliteConnectionHandle.ReleaseHandle ()
 System.Runtime.InteropServices.CriticalHandle.Dispose (Boolean disposing)
 System.Runtime.InteropServices.CriticalHandle.Dispose ()
 Mono.Data.Sqlite.SQLite3.Close ()
 Mono.Data.Sqlite.SqliteConnection.Close ()
 (wrapper remoting-invoke-with-check) Mono.Data.Sqlite.SqliteConnection:Close ()
 Mono.Data.Sqlite.SqliteConnection.Open ()
 dbAccess.OpenDB (System.String p) (at Assets/Scripts/dbAccess.js:20)
 baseDatos.Start () (at Assets/Scripts/baseDatos.js:11)

What am I doing wrong? I've put the sqlite3.dll into the plugins folder I created in my project files, I included Mono.Data.SqliteClient.dll in the Assets folder and also copied my database into it as well. It is not the version since I'm not using the indie version, thanks I would appreciate some help.

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image marek428 · Jul 12, 2011 at 02:59 PM 0
Share

Looks like it is complaining about lines 20 and 11, what is the program trying to do there?

dbAccess.OpenDB (System.String p) (at Assets/Scripts/dbAccess.js:20) baseDatos.Start () (at Assets/Scripts/baseDatos.js:11)

avatar image Theil_27 · Jul 12, 2011 at 04:45 PM 0
Share

in line 20 there is just this sentence:

dbcon.Open();

of this class:

 class dbAccess
 {
 private var connection : String;
 private var dbcon : IDbConnection;
 private var dbcmd : IDbCommand;
 private var reader : IDataReader;
 
 function OpenDB(p : String){
 connection = "URI=file:" + p;
 dbcon = new SqliteConnection(connection);
 dbcon.Open();
 }

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by marek428 · Jul 12, 2011 at 07:07 PM

Check out this link: http://sqlite.phxsoftware.com/forums/p/1605/6904.aspx

Notably: "The packaged version of SQLite that comes with Ubuntu 8.10 is apparently (3.5.9). The sqlite_next_statement() interface which was missing and causing the exception was added in version (3.6.0 beta). I feel like I missed the bus."

Maybe the dll you have is old? Try to grab a newer one and swap them out.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Theil_27 · Jul 12, 2011 at 11:34 PM 1
Share

Thank you. :)

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Accessing SQLite javascript script from C# 0 Answers

What kind of database is suitable for javascript 1 Answer

Do I need Unity Android Pro to find sqlite3.dll 0 Answers

How to store results other than score? 0 Answers

How to connect my Application to SQLite Database? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges