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. Link to comment https://forums.phpfreaks.com/topic/184845-ambiguous-3115-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.