Re: [sqlite] Re: Changing Schema On The Fly

2007-06-02 Thread Mitchell Vincent
Quite a bit easier said than done! :-) Thanks for the feedback Joe, I appreciate it! On 6/1/07, Joe Wilson <[EMAIL PROTECTED]> wrote: --- Mitchell Vincent <[EMAIL PROTECTED]> wrote: > I guess this isn't possible after all? Get the SQLite ODBC driver source code and alter it to do whatever you

Re: [sqlite] Re: Changing Schema On The Fly

2007-06-01 Thread Joe Wilson
--- Mitchell Vincent <[EMAIL PROTECTED]> wrote: > I guess this isn't possible after all? Get the SQLite ODBC driver source code and alter it to do whatever you like when the type "timestamp" column comes up. > On 5/31/07, Mitchell Vincent <[EMAIL PROTECTED]> wrote: > > I have a set of databases

[sqlite] Re: Changing Schema On The Fly

2007-06-01 Thread Mitchell Vincent
I guess this isn't possible after all? On 5/31/07, Mitchell Vincent <[EMAIL PROTECTED]> wrote: I have a set of databases that contain a date type called "timestamp". I need to make those "integer" so they come through the ODBC driver the right way. Is there any way to change all of that through