html - Insert data with id on a table with auto-increment - WebSQL -


i'm trying import data websql database. on tables have auto-increment, prevents me inserting data normal insert into query.

is there equivalent of set identity_insert (on/off) websql or work around?

thanks


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -