Re: underscore character?

2003-06-14 Thread Becoming Digital
21:08 Subject: underscore character? I'm getting an error with create table, appears that field names cannot have the underscore character. Is this correct? It would be quite fatal for us, as we need some sort of delimeter character, so we can group variables by instrument. You have an error

Re: underscore character?

2003-06-14 Thread Chris Webster
Becoming Digital wrote: The error is in FLOAT(1). Think about that for a moment. What's a float with one-digit precision? It's an integer. :) While I agree with your analysis the error was a missing comma. The float(1), which I originally thought was array size of 1, appeared to work fine.

underscore character?

2003-06-11 Thread Chris Webster
I'm getting an error with create table, appears that field names cannot have the underscore character. Is this correct? It would be quite fatal for us, as we need some sort of delimeter character, so we can group variables by instrument. You have an error in your SQL syntax near 'A2DEE1_RWO

RE: underscore character?

2003-06-11 Thread David Shelley
The underscore is a valid character. Maybe it's the FLOAT(1) that's causing a problem. -Original Message- From: Chris Webster [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:09 PM To: [EMAIL PROTECTED] Subject: underscore character? I'm getting an error with create table