Author Topic: Ambiguous #3115 error  (Read 1117 times)

0 Members and 1 Guest are viewing this topic.

Offline jordanwbTopic starter

  • Devotee
  • Posts: 558
  • Gender: Male
    • View Profile
Ambiguous #3115 error
« on: December 11, 2009, 08:59:19 PM »
I'm trying to use sqlite with a service I'm writing in C#. I'm trying to create a table like so:

Code: [Select]
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.
You have the right to remain silent. Anything you say can and will be misquoted and used against you.