SQLiteException: (near “Table”: syntax error)
Unity3D/Trouble Shooting / 2017. 2. 10. 13:38
[에러메시지] SQLiteException: (near “Table”: syntax error)
Excel 파일을 .db(SQLite)로 컨버팅 할 때, 위와 같은 에러가 자주나는데
찾아보니 아래와 같은 설명이 있다.
1) Change ::
to another name that is not a SQLite reserved word for example :: 2) Inside onUpgrade method add an space in your query:
|
링크를 따라가보니 SQLite에서 지정한 키워드는 Tab에 사용하면 에러가 나는 것 같다.
[참조] http://stackoverflow.com/questions/18614108/sqliteexception-near-table-syntax-error
반응형
'Unity3D > Trouble Shooting' 카테고리의 다른 글
[펌][APK] "패키지 파일이 올바르지 않습니다." 라는 오류 메시지와 함께 설치가 되지 않아요. (0) | 2017.02.14 |
---|---|
[펌] Your Android setup is not correct. See Settings in Facebook menu. (0) | 2017.02.10 |
[SourceTree] 프로시저 시작 지점 EVP_aes_128_ctr을(를) DLL LIBEAY32.dll에서 찾을 수 없습니다. (0) | 2017.02.06 |
Library not loaded: @rpath/libswiftCore.dylib (0) | 2016.12.27 |
[펌] dyld: Library not loaded: @rpath/libswiftCore.dylib (0) | 2016.12.27 |