jordanwb Posted December 12, 2009 Share Posted December 12, 2009 I'm trying to use sqlite with a service I'm writing in C#. I'm trying to create a table like so: CREATE TABLE users ( player_id INTEGER PRIMARY KEY, player_screenname CHAR(15) ); I'm getting an ambiguous #3115 error. I'm using SQLite Admin which is an Adobe AIR app. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.