Jump to content

Ambiguous #3115 error


jordanwb

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.