Class Version

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Class Version

Robert Sirois
Pharo doesn't seem to be using the correct version of my classes. I have tried deleting the entry point and remade it and saved and quit the image and all that. Is there a way to get it to re-register them or something?

Thanks,
RS


Windows Live: Keep your friends up to date with what you do online. Find out more.
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Class Version

Michael Roberts-2
Can you provide a bit more info? This is code you have typed in
directly? or loaded via changeset, Monticello etc?

Cheers
mike

On Tuesday, September 1, 2009, Robert Sirois <[hidden email]> wrote:

>
>
>
>
>
> Pharo doesn't seem to be using the correct version of my classes. I have tried deleting the entry point and remade it and saved and quit the image and all that. Is there a way to get it to re-register them or something?
>
> Thanks,
> RS
>
> Windows Live: Keep your friends up to date with what you do online. Find out more. <http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009>
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: class version

Robert Sirois
In reply to this post by Robert Sirois
Code loaded via Monticello from a directory on my hard drive. Its stuff I have written.

RS

> From: pharo-project-request@lists.gforge.inria.fr
> Subject: Pharo-project Digest, Vol 17, Issue 9
> To: pharo-project@lists.gforge.inria.fr
> Date: Tue, 1 Sep 2009 20:38:20 +0200
>
> Send Pharo-project mailing list submissions to
> pharo-project@lists.gforge.inria.fr
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> or, via email, send a message with subject or body 'help' to
> pharo-project-request@lists.gforge.inria.fr
>
> You can reach the person managing the list at
> pharo-project-owner@lists.gforge.inria.fr
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pharo-project digest..."
>
>
> Today's Topics:
>
> 1. Re: ODBC: table names and column names/types? (Benoit St-Jean)
> 2. Re: Class Version (Michael Roberts)
> 3. Re: ODBC: table names and column names/types? (Benoit St-Jean)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 1 Sep 2009 10:15:10 -0700 (PDT)
> From: Benoit St-Jean <bstjean@yahoo.com>
> Subject: Re: [Pharo-project] ODBC: table names and column names/types?
> To: "Schwab,Wilhelm K" <bschwab@anest.ufl.edu>
> Cc: Pharo-project@lists.gforge.inria.fr
> Message-ID: <389135.1960.qm@web50302.mail.re2.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> To get a list of tables for SQL Server (or even MySQL 5.x):
>
> SELECT
> TABLE_SCHEMA, TABLE_NAME
> FROM
> INFORMATION_SCHEMA.TABLES
>
>
>
> Hope this helps...
>
> -----------------
> Benoit St-Jean
> Yahoo! Messenger: bstjean
> Blog: lamneth.wordpress.com
> A standpoint is an intellectual horizon of radius zero.
> (Albert Einstein)
>
>
>
>
> ________________________________
> From: "Schwab,Wilhelm K" <bschwab@anest.ufl.edu>
> To: Benoit St-Jean <bstjean@yahoo.com>
> Sent: Tuesday, September 1, 2009 9:59:06 AM
> Subject: RE: [Pharo-project] ODBC: table names and column names/types?
>
>
> That is very
> interesting. Where there is immediate need, 5.x is installed.
> Thinking about this some more, the mix of clients and servers is more
> like:
>
> Clients:
> windows, linux
>
> Servers:
> SQL server
> on Windows
> MySQL on
> Windows and Linux
> .mdb file
> (mostly migrated to MySQL)
>
> Is
> there a similar schema trick on SQL server? However, I just gave myself
> query access to the MySQL schema, and would not have such control over the SQL
> server. It might pay for me to write the code to read the
> schema via ODBC functions.
>
> Bill
>
>
>
>
> ________________________________
> From: Benoit St-Jean [mailto:bstjean@yahoo.com]
> Sent: Tuesday, September 01, 2009 8:11 AM
> To: Pharo-project@lists.gforge.inria.fr
> Cc: Schwab,Wilhelm
> K
> Subject: Re: [Pharo-project] ODBC: table names and column
> names/types?
>
>
> Which
> version of MySQL? Since version 4.1, there's all you need in the
> "INFORMATION_SCHEMA" database, in the "TABLES" table. But because of some
> bug in 4.1, query against that database sometimes caused the server to
> crash. I'd recommend that method only for 5.x and upwards.
>
> -----------------
> Benoit St-Jean
> Yahoo! Messenger:
> bstjean
> Blog: lamneth.wordpress.com
> A standpoint is an intellectual
> horizon of radius zero.
> (Albert Einstein)
>
>
>
>
> ________________________________
> From: "Schwab,Wilhelm K"
> <bschwab@anest.ufl.edu>
> To: "Pharo-project@lists.gforge.inria.fr"
> <Pharo-project@lists.gforge.inria.fr>
> Sent: Tuesday, September 1, 2009 6:58:49
> AM
> Subject: Re: [Pharo-project]
> ODBC: table names and column names/types?
>
>
> Primarily
> MySQL running on Windows (Linux as soon as reasonable to do so) accessed from
> both Windows and Linux. There will also be the occaisional .mdb
> file.
>
>
>
> ________________________________
> From: pharo-project-bounces@lists.gforge.inria.fr
> [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Mariano
> Martinez Peck
> Sent: Tuesday, September 01, 2009 3:18 AM
> To: Pharo-project@lists.gforge.inria.fr
> Subject: Re: [Pharo-project] ODBC:
> table names and column names/types?
>
>
>
>
> On Mon, Aug 31, 2009 at 10:00 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
>
> I
> > looked through it in MC, but did not see anything obvious. Even then, I
> > doubt it is a workable choice for me because regardles of what X and - mean in
> > their doumention, one of the DBMS/OS pairs I need is not supported.
> >
> >
>
> Hi Bill! Which is the combination of your RDBMS / OS ?
>
> Regards from the ESUG :)
>
> Mariano
>
>
>
> >-----Original Message-----
> >From: pharo-project-bounces@lists.gforge.inria.fr > [mailto:pharo-project-bounces@lists.gforge.inria.fr]
> > On Behalf Of Esteban A. Maringolo
> >Sent: Monday, August 31, 2009 6:38
> > PM
> >To: Pharo-project@lists.gforge.inria.fr
> >Subject:
> > Re: [Pharo-project] ODBC: table names and column names/types?
> >
> >Hello
> > Bill,
> >
> >2009/8/31 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
> >>
> > Hello all,
> >>
> >> Is there anything available for Pharo that gives
> > schema information about a database?
> >
> >Doesn't SqueakDBX do
> > that?
> >
> >Regards,
> >
> >Esteban A.
> > Maringolo
> >
> >_______________________________________________
> >Pharo-project
> > mailing list
> >Pharo-project@lists.gforge.inria.fr
> >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >_______________________________________________
> >Pharo-project
> > mailing list
> >Pharo-project@lists.gforge.inria.fr
> >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
>
> ________________________________
> Make your browsing faster, safer, and easier with the new Internet Explorer? 8.
> Optimized for Yahoo! Get it Now for Free!
>
>
> __________________________________________________________________
> Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now
> http://ca.toolbar.yahoo.com.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.gforge.inria.fr/pipermail/pharo-project/attachments/20090901/b555fc7b/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Tue, 1 Sep 2009 18:19:53 +0100
> From: Michael Roberts <mike@mjr104.co.uk>
> Subject: Re: [Pharo-project] Class Version
> To: Pharo-project@lists.gforge.inria.fr
> Message-ID:
> <cd63cf540909011019y53bb6592w95e74421f6712bb1@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Can you provide a bit more info? This is code you have typed in
> directly? or loaded via changeset, Monticello etc?
>
> Cheers
> mike
>
> On Tuesday, September 1, 2009, Robert Sirois <watchlala@hotmail.com> wrote:
> >
> >
> >
> >
> >
> > Pharo doesn't seem to be using the correct version of my classes. I have tried deleting the entry point and remade it and saved and quit the image and all that. Is there a way to get it to re-register them or something?
> >
> > Thanks,
> > RS
> >
> > Windows Live: Keep your friends up to date with what you do online. Find out more.?<http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009>
> >
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 1 Sep 2009 11:38:11 -0700 (PDT)
> From: Benoit St-Jean <bstjean@yahoo.com>
> Subject: Re: [Pharo-project] ODBC: table names and column names/types?
> To: "Schwab,Wilhelm K" <bschwab@anest.ufl.edu>
> Cc: Pharo-project@lists.gforge.inria.fr
> Message-ID: <31598.39685.qm@web50302.mail.re2.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I know, it's a mess... I have a persistence framework that supports DB2, Oracle, MySQL, SQLServer and Interbase and it's a nightmare whenever you try to do anything related to catalogs... And planning to integrate PostgreSQL as well...
>
> In case you wanna try to implement that stuff differently by calling the ODBC function, have a look at :
>
> http://msdn.microsoft.com/en-us/library/ms711831%28VS.85%29.aspx
>
> Caution: since you're in Linux, I'd also check iODBC (or whatever you use) for the same API... just in case they would differ (most likely!). This might be a simpler way to accomplish what you need...
>
> For Oracle, you might wanna query against the DICTIONARY view to get the same information...
>
> Hope this helps.
>
> -----------------
> Benoit St-Jean
> Yahoo! Messenger: bstjean
> Blog: lamneth.wordpress.com
> A standpoint is an intellectual horizon of radius zero.
> (Albert Einstein)
>
>
>
>
> ________________________________
> From: "Schwab,Wilhelm K" <bschwab@anest.ufl.edu>
> To: Benoit St-Jean <bstjean@yahoo.com>
> Sent: Tuesday, September 1, 2009 2:14:06 PM
> Subject: RE: [Pharo-project] ODBC: table names and column names/types?
>
>
> It might be helpful. Something similar works for
> the columns, but getting it to work with a where clause seems to be needlessly
> fragile. I have code that generates SQL that works just about anywhere,
> but not with the SQL server information schema. Given MS' involvement, I
> can't help but think that they might be using a different query engine or
> something equally stupid. I have also seen documention suggesting that
> this will not work with Oracle, which is also on my list. Still, this
> might provide a nice shortcut to the ODBC schema functions.
>
> Thanks,
>
> Bill
>
>
>
> ________________________________
> From: Benoit St-Jean [mailto:bstjean@yahoo.com]
> Sent: Tuesday, September 01, 2009 12:15 PM
> To: Schwab,Wilhelm K
> Cc: Pharo-project@lists.gforge.inria.fr
> Subject: Re: [Pharo-project] ODBC:
> table names and column names/types?
>
>
> To
> get a list of tables for SQL Server (or even MySQL 5.x):
>
> SELECT
> TABLE_SCHEMA, TABLE_NAME
> FROM
>
> INFORMATION_SCHEMA.TABLES
>
>
>
> Hope this helps...
>
> -----------------
> Benoit
> St-Jean
> Yahoo! Messenger: bstjean
> Blog: lamneth.wordpress.com
> A
> standpoint is an intellectual horizon of radius zero.
> (Albert Einstein)
>
>
>
>
> ________________________________
> From: "Schwab,Wilhelm K"
> <bschwab@anest.ufl.edu>
> To: Benoit St-Jean
> <bstjean@yahoo.com>
> Sent: Tuesday, September 1, 2009 9:59:06 AM
> Subject: RE: [Pharo-project] ODBC: table
> names and column names/types?
>
>
> That is very
> interesting. Where there is immediate need, 5.x is installed.
> Thinking about this some more, the mix of clients and servers is more
> like:
>
> Clients:
> windows, linux
>
> Servers:
> SQL server
> on Windows
> MySQL on
> Windows and Linux
> .mdb file
> (mostly migrated to MySQL)
>
> Is
> there a similar schema trick on SQL server? However, I just gave myself
> query access to the MySQL schema, and would not have such control over the SQL
> server. It might pay for me to write the code to read the
> schema via ODBC functions.
>
> Bill
>
>
>
>
> ________________________________
> From: Benoit St-Jean [mailto:bstjean@yahoo.com]
> Sent: Tuesday, September 01, 2009 8:11 AM
> To: Pharo-project@lists.gforge.inria.fr
> Cc: Schwab,Wilhelm
> K
> Subject: Re: [Pharo-project] ODBC: table names and column
> names/types?
>
>
> Which
> version of MySQL? Since version 4.1, there's all you need in the
> "INFORMATION_SCHEMA" database, in the "TABLES" table. But because of some
> bug in 4.1, query against that database sometimes caused the server to
> crash. I'd recommend that method only for 5.x and upwards.
>
> -----------------
> Benoit St-Jean
> Yahoo! Messenger:
> bstjean
> Blog: lamneth.wordpress.com
> A standpoint is an intellectual
> horizon of radius zero.
> (Albert Einstein)
>
>
>
>
> ________________________________
> From: "Schwab,Wilhelm K"
> <bschwab@anest.ufl.edu>
> To: "Pharo-project@lists.gforge.inria.fr"
> <Pharo-project@lists.gforge.inria.fr>
> Sent: Tuesday, September 1, 2009 6:58:49
> AM
> Subject: Re: [Pharo-project]
> ODBC: table names and column names/types?
>
>
> Primarily
> MySQL running on Windows (Linux as soon as reasonable to do so) accessed from
> both Windows and Linux. There will also be the occaisional .mdb
> file.
>
>
>
> ________________________________
> From: pharo-project-bounces@lists.gforge.inria.fr
> [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Mariano
> Martinez Peck
> Sent: Tuesday, September 01, 2009 3:18 AM
> To: Pharo-project@lists.gforge.inria.fr
> Subject: Re: [Pharo-project] ODBC:
> table names and column names/types?
>
>
>
>
> On Mon, Aug 31, 2009 at 10:00 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
>
> I
> > looked through it in MC, but did not see anything obvious. Even then, I
> > doubt it is a workable choice for me because regardles of what X and - mean in
> > their doumention, one of the DBMS/OS pairs I need is not supported.
> >
> >
>
> Hi Bill! Which is the combination of your RDBMS / OS ?
>
> Regards from the ESUG :)
>
> Mariano
>
>
>
> >-----Original Message-----
> >From: pharo-project-bounces@lists.gforge.inria.fr > [mailto:pharo-project-bounces@lists.gforge.inria.fr]
> > On Behalf Of Esteban A. Maringolo
> >Sent: Monday, August 31, 2009 6:38
> > PM
> >To: Pharo-project@lists.gforge.inria.fr
> >Subject:
> > Re: [Pharo-project] ODBC: table names and column names/types?
> >
> >Hello
> > Bill,
> >
> >2009/8/31 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
> >>
> > Hello all,
> >>
> >> Is there anything available for Pharo that gives
> > schema information about a database?
> >
> >Doesn't SqueakDBX do
> > that?
> >
> >Regards,
> >
> >Esteban A.
> > Maringolo
> >
> >_______________________________________________
> >Pharo-project
> > mailing list
> >Pharo-project@lists.gforge.inria.fr
> >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >_______________________________________________
> >Pharo-project
> > mailing list
> >Pharo-project@lists.gforge.inria.fr
> >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
>
> ________________________________
> Make your browsing faster, safer, and easier with the new Internet Explorer? 8.
> Optimized for Yahoo! Get it Now for Free!
> ________________________________
> Looking for the perfect gift?Give the
> gift of Flickr!
>
>
> __________________________________________________________________
> The new Internet Explorer? 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.gforge.inria.fr/pipermail/pharo-project/attachments/20090901/664b59d8/attachment.htm
>
> ------------------------------
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> End of Pharo-project Digest, Vol 17, Issue 9
> ********************************************


Windows Live: Make it easier for your friends to see what you’re up to on Facebook. Find out more.
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Class Version

Stéphane Ducasse
In reply to this post by Michael Roberts-2
Yes please report clearly if you want to have answer.

Stef

On Sep 1, 2009, at 7:19 PM, Michael Roberts wrote:

> Can you provide a bit more info? This is code you have typed in
> directly? or loaded via changeset, Monticello etc?
>
> Cheers
> mike
>
> On Tuesday, September 1, 2009, Robert Sirois <[hidden email]>  
> wrote:
>>
>>
>>
>>
>>
>> Pharo doesn't seem to be using the correct version of my classes. I  
>> have tried deleting the entry point and remade it and saved and  
>> quit the image and all that. Is there a way to get it to re-
>> register them or something?
>>
>> Thanks,
>> RS
>>
>> Windows Live: Keep your friends up to date with what you do online.  
>> Find out more. <http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009 
>> >
>>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: class version

Stéphane Ducasse
In reply to this post by Robert Sirois
Hi robert


Describe a scenario: with reproduceable steps.

Because you know we are a lot of load code from MC and we do not have  
problem.

Stef
On Sep 1, 2009, at 11:48 PM, Robert Sirois wrote:

> Code loaded via Monticello from a directory on my hard drive. Its  
> stuff I have written.
>
> RS
>
> > From: [hidden email]
> > Subject: Pharo-project Digest, Vol 17, Issue 9
> > To: [hidden email]
> > Date: Tue, 1 Sep 2009 20:38:20 +0200
> >
> > Send Pharo-project mailing list submissions to
> > [hidden email]
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > or, via email, send a message with subject or body 'help' to
> > [hidden email]
> >
> > You can reach the person managing the list at
> > [hidden email]
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Pharo-project digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: ODBC: table names and column names/types? (Benoit St-Jean)
> > 2. Re: Class Version (Michael Roberts)
> > 3. Re: ODBC: table names and column names/types? (Benoit St-Jean)
> >
> >
> >  
> ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 1 Sep 2009 10:15:10 -0700 (PDT)
> > From: Benoit St-Jean <[hidden email]>
> > Subject: Re: [Pharo-project] ODBC: table names and column names/
> types?
> > To: "Schwab,Wilhelm K" <[hidden email]>
> > Cc: [hidden email]
> > Message-ID: <[hidden email]>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > To get a list of tables for SQL Server (or even MySQL 5.x):
> >
> > SELECT
> > TABLE_SCHEMA, TABLE_NAME
> > FROM
> > INFORMATION_SCHEMA.TABLES
> >
> >
> >
> > Hope this helps...
> >
> > -----------------
> > Benoit St-Jean
> > Yahoo! Messenger: bstjean
> > Blog: lamneth.wordpress.com
> > A standpoint is an intellectual horizon of radius zero.
> > (Albert Einstein)
> >
> >
> >
> >
> > ________________________________
> > From: "Schwab,Wilhelm K" <[hidden email]>
> > To: Benoit St-Jean <[hidden email]>
> > Sent: Tuesday, September 1, 2009 9:59:06 AM
> > Subject: RE: [Pharo-project] ODBC: table names and column names/
> types?
> >
> >
> > That is very
> > interesting. Where there is immediate need, 5.x is installed.
> > Thinking about this some more, the mix of clients and servers is  
> more
> > like:
> >
> > Clients:
> > windows, linux
> >
> > Servers:
> > SQL server
> > on Windows
> > MySQL on
> > Windows and Linux
> > .mdb file
> > (mostly migrated to MySQL)
> >
> > Is
> > there a similar schema trick on SQL server? However, I just gave  
> myself
> > query access to the MySQL schema, and would not have such control  
> over the SQL
> > server. It might pay for me to write the code to read the
> > schema via ODBC functions.
> >
> > Bill
> >
> >
> >
> >
> > ________________________________
> > From: Benoit St-Jean [mailto:[hidden email]]
> > Sent: Tuesday, September 01, 2009 8:11 AM
> > To: [hidden email]
> > Cc: Schwab,Wilhelm
> > K
> > Subject: Re: [Pharo-project] ODBC: table names and column
> > names/types?
> >
> >
> > Which
> > version of MySQL? Since version 4.1, there's all you need in the
> > "INFORMATION_SCHEMA" database, in the "TABLES" table. But because  
> of some
> > bug in 4.1, query against that database sometimes caused the  
> server to
> > crash. I'd recommend that method only for 5.x and upwards.
> >
> > -----------------
> > Benoit St-Jean
> > Yahoo! Messenger:
> > bstjean
> > Blog: lamneth.wordpress.com
> > A standpoint is an intellectual
> > horizon of radius zero.
> > (Albert Einstein)
> >
> >
> >
> >
> > ________________________________
> > From: "Schwab,Wilhelm K"
> > <[hidden email]>
> > To: "[hidden email]"
> > <[hidden email]>
> > Sent: Tuesday, September 1, 2009 6:58:49
> > AM
> > Subject: Re: [Pharo-project]
> > ODBC: table names and column names/types?
> >
> >
> > Primarily
> > MySQL running on Windows (Linux as soon as reasonable to do so)  
> accessed from
> > both Windows and Linux. There will also be the occaisional .mdb
> > file.
> >
> >
> >
> > ________________________________
> > From: [hidden email]
> > [mailto:[hidden email]] On Behalf Of  
> Mariano
> > Martinez Peck
> > Sent: Tuesday, September 01, 2009 3:18 AM
> > To: [hidden email]
> > Subject: Re: [Pharo-project] ODBC:
> > table names and column names/types?
> >
> >
> >
> >
> > On Mon, Aug 31, 2009 at 10:00 PM, Schwab,Wilhelm K <[hidden email]
> > wrote:
> >
> > I
> > > looked through it in MC, but did not see anything obvious. Even  
> then, I
> > > doubt it is a workable choice for me because regardles of what X  
> and - mean in
> > > their doumention, one of the DBMS/OS pairs I need is not  
> supported.
> > >
> > >
> >
> > Hi Bill! Which is the combination of your RDBMS / OS ?
> >
> > Regards from the ESUG :)
> >
> > Mariano
> >
> >
> >
> > >-----Original Message-----
> > >From: [hidden email] > [mailto:[hidden email]
> ]
> > > On Behalf Of Esteban A. Maringolo
> > >Sent: Monday, August 31, 2009 6:38
> > > PM
> > >To: [hidden email]
> > >Subject:
> > > Re: [Pharo-project] ODBC: table names and column names/types?
> > >
> > >Hello
> > > Bill,
> > >
> > >2009/8/31 Schwab,Wilhelm K <[hidden email]>:
> > >>
> > > Hello all,
> > >>
> > >> Is there anything available for Pharo that gives
> > > schema information about a database?
> > >
> > >Doesn't SqueakDBX do
> > > that?
> > >
> > >Regards,
> > >
> > >Esteban A.
> > > Maringolo
> > >
> > >_______________________________________________
> > >Pharo-project
> > > mailing list
> > >[hidden email]
> > >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > >
> > >_______________________________________________
> > >Pharo-project
> > > mailing list
> > >[hidden email]
> > >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > >
> >
> > ________________________________
> > Make your browsing faster, safer, and easier with the new Internet  
> Explorer? 8.
> > Optimized for Yahoo! Get it Now for Free!
> >
> >
> > __________________________________________________________________
> > Yahoo! Canada Toolbar: Search from anywhere on the web, and  
> bookmark your favourite sites. Download it now
> > http://ca.toolbar.yahoo.com.
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: http://lists.gforge.inria.fr/pipermail/pharo-project/attachments/20090901/b555fc7b/attachment-0001.htm
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Tue, 1 Sep 2009 18:19:53 +0100
> > From: Michael Roberts <[hidden email]>
> > Subject: Re: [Pharo-project] Class Version
> > To: [hidden email]
> > Message-ID:
> > <[hidden email]>
> > Content-Type: text/plain; charset=ISO-8859-1
> >
> > Can you provide a bit more info? This is code you have typed in
> > directly? or loaded via changeset, Monticello etc?
> >
> > Cheers
> > mike
> >
> > On Tuesday, September 1, 2009, Robert Sirois  
> <[hidden email]> wrote:
> > >
> > >
> > >
> > >
> > >
> > > Pharo doesn't seem to be using the correct version of my  
> classes. I have tried deleting the entry point and remade it and  
> saved and quit the image and all that. Is there a way to get it to  
> re-register them or something?
> > >
> > > Thanks,
> > > RS
> > >
> > > Windows Live: Keep your friends up to date with what you do  
> online. Find out more.?<http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009 
> >
> > >
> >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Tue, 1 Sep 2009 11:38:11 -0700 (PDT)
> > From: Benoit St-Jean <[hidden email]>
> > Subject: Re: [Pharo-project] ODBC: table names and column names/
> types?
> > To: "Schwab,Wilhelm K" <[hidden email]>
> > Cc: [hidden email]
> > Message-ID: <[hidden email]>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I know, it's a mess... I have a persistence framework that  
> supports DB2, Oracle, MySQL, SQLServer and Interbase and it's a  
> nightmare whenever you try to do anything related to catalogs... And  
> planning to integrate PostgreSQL as well...
> >
> > In case you wanna try to implement that stuff differently by  
> calling the ODBC function, have a look at :
> >
> > http://msdn.microsoft.com/en-us/library/ms711831%28VS.85%29.aspx
> >
> > Caution: since you're in Linux, I'd also check iODBC (or whatever  
> you use) for the same API... just in case they would differ (most  
> likely!). This might be a simpler way to accomplish what you need...
> >
> > For Oracle, you might wanna query against the DICTIONARY view to  
> get the same information...
> >
> > Hope this helps.
> >
> > -----------------
> > Benoit St-Jean
> > Yahoo! Messenger: bstjean
> > Blog: lamneth.wordpress.com
> > A standpoint is an intellectual horizon of radius zero.
> > (Albert Einstein)
> >
> >
> >
> >
> > ________________________________
> > From: "Schwab,Wilhelm K" <[hidden email]>
> > To: Benoit St-Jean <[hidden email]>
> > Sent: Tuesday, September 1, 2009 2:14:06 PM
> > Subject: RE: [Pharo-project] ODBC: table names and column names/
> types?
> >
> >
> > It might be helpful. Something similar works for
> > the columns, but getting it to work with a where clause seems to  
> be needlessly
> > fragile. I have code that generates SQL that works just about  
> anywhere,
> > but not with the SQL server information schema. Given MS'  
> involvement, I
> > can't help but think that they might be using a different query  
> engine or
> > something equally stupid. I have also seen documention suggesting  
> that
> > this will not work with Oracle, which is also on my list. Still,  
> this
> > might provide a nice shortcut to the ODBC schema functions.
> >
> > Thanks,
> >
> > Bill
> >
> >
> >
> > ________________________________
> > From: Benoit St-Jean [mailto:[hidden email]]
> > Sent: Tuesday, September 01, 2009 12:15 PM
> > To: Schwab,Wilhelm K
> > Cc: [hidden email]
> > Subject: Re: [Pharo-project] ODBC:
> > table names and column names/types?
> >
> >
> > To
> > get a list of tables for SQL Server (or even MySQL 5.x):
> >
> > SELECT
> > TABLE_SCHEMA, TABLE_NAME
> > FROM
> >
> > INFORMATION_SCHEMA.TABLES
> >
> >
> >
> > Hope this helps...
> >
> > -----------------
> > Benoit
> > St-Jean
> > Yahoo! Messenger: bstjean
> > Blog: lamneth.wordpress.com
> > A
> > standpoint is an intellectual horizon of radius zero.
> > (Albert Einstein)
> >
> >
> >
> >
> > ________________________________
> > From: "Schwab,Wilhelm K"
> > <[hidden email]>
> > To: Benoit St-Jean
> > <[hidden email]>
> > Sent: Tuesday, September 1, 2009 9:59:06 AM
> > Subject: RE: [Pharo-project] ODBC: table
> > names and column names/types?
> >
> >
> > That is very
> > interesting. Where there is immediate need, 5.x is installed.
> > Thinking about this some more, the mix of clients and servers is  
> more
> > like:
> >
> > Clients:
> > windows, linux
> >
> > Servers:
> > SQL server
> > on Windows
> > MySQL on
> > Windows and Linux
> > .mdb file
> > (mostly migrated to MySQL)
> >
> > Is
> > there a similar schema trick on SQL server? However, I just gave  
> myself
> > query access to the MySQL schema, and would not have such control  
> over the SQL
> > server. It might pay for me to write the code to read the
> > schema via ODBC functions.
> >
> > Bill
> >
> >
> >
> >
> > ________________________________
> > From: Benoit St-Jean [mailto:[hidden email]]
> > Sent: Tuesday, September 01, 2009 8:11 AM
> > To: [hidden email]
> > Cc: Schwab,Wilhelm
> > K
> > Subject: Re: [Pharo-project] ODBC: table names and column
> > names/types?
> >
> >
> > Which
> > version of MySQL? Since version 4.1, there's all you need in the
> > "INFORMATION_SCHEMA" database, in the "TABLES" table. But because  
> of some
> > bug in 4.1, query against that database sometimes caused the  
> server to
> > crash. I'd recommend that method only for 5.x and upwards.
> >
> > -----------------
> > Benoit St-Jean
> > Yahoo! Messenger:
> > bstjean
> > Blog: lamneth.wordpress.com
> > A standpoint is an intellectual
> > horizon of radius zero.
> > (Albert Einstein)
> >
> >
> >
> >
> > ________________________________
> > From: "Schwab,Wilhelm K"
> > <[hidden email]>
> > To: "[hidden email]"
> > <[hidden email]>
> > Sent: Tuesday, September 1, 2009 6:58:49
> > AM
> > Subject: Re: [Pharo-project]
> > ODBC: table names and column names/types?
> >
> >
> > Primarily
> > MySQL running on Windows (Linux as soon as reasonable to do so)  
> accessed from
> > both Windows and Linux. There will also be the occaisional .mdb
> > file.
> >
> >
> >
> > ________________________________
> > From: [hidden email]
> > [mailto:[hidden email]] On Behalf Of  
> Mariano
> > Martinez Peck
> > Sent: Tuesday, September 01, 2009 3:18 AM
> > To: [hidden email]
> > Subject: Re: [Pharo-project] ODBC:
> > table names and column names/types?
> >
> >
> >
> >
> > On Mon, Aug 31, 2009 at 10:00 PM, Schwab,Wilhelm K <[hidden email]
> > wrote:
> >
> > I
> > > looked through it in MC, but did not see anything obvious. Even  
> then, I
> > > doubt it is a workable choice for me because regardles of what X  
> and - mean in
> > > their doumention, one of the DBMS/OS pairs I need is not  
> supported.
> > >
> > >
> >
> > Hi Bill! Which is the combination of your RDBMS / OS ?
> >
> > Regards from the ESUG :)
> >
> > Mariano
> >
> >
> >
> > >-----Original Message-----
> > >From: [hidden email] > [mailto:[hidden email]
> ]
> > > On Behalf Of Esteban A. Maringolo
> > >Sent: Monday, August 31, 2009 6:38
> > > PM
> > >To: [hidden email]
> > >Subject:
> > > Re: [Pharo-project] ODBC: table names and column names/types?
> > >
> > >Hello
> > > Bill,
> > >
> > >2009/8/31 Schwab,Wilhelm K <[hidden email]>:
> > >>
> > > Hello all,
> > >>
> > >> Is there anything available for Pharo that gives
> > > schema information about a database?
> > >
> > >Doesn't SqueakDBX do
> > > that?
> > >
> > >Regards,
> > >
> > >Esteban A.
> > > Maringolo
> > >
> > >_______________________________________________
> > >Pharo-project
> > > mailing list
> > >[hidden email]
> > >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > >
> > >_______________________________________________
> > >Pharo-project
> > > mailing list
> > >[hidden email]
> > >http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> > >
> >
> > ________________________________
> > Make your browsing faster, safer, and easier with the new Internet  
> Explorer? 8.
> > Optimized for Yahoo! Get it Now for Free!
> > ________________________________
> > Looking for the perfect gift?Give the
> > gift of Flickr!
> >
> >
> > __________________________________________________________________
> > The new Internet Explorer? 8 - Faster, safer, easier. Optimized  
> for Yahoo! Get it Now for Free! athttp://downloads.yahoo.com/ca/internetexplorer/
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: http://lists.gforge.inria.fr/pipermail/pharo-project/attachments/20090901/664b59d8/attachment.htm
> >
> > ------------------------------
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > End of Pharo-project Digest, Vol 17, Issue 9
> > ********************************************
>
> Windows Live: Make it easier for your friends to see what you’re up  
> to on Facebook. Find out  
> more._______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Class Version

Michael Roberts-2
In reply to this post by Stéphane Ducasse
If you're confident you have everything in MC versions, then you
should be able to use Load from the monticello repository view on the
version you want to load.  If you have unsaved changes it will warn
you before you trash your image version.

cheers,
Mike

On Wed, Sep 2, 2009 at 8:21 AM, Stéphane
Ducasse<[hidden email]> wrote:

> Yes please report clearly if you want to have answer.
>
> Stef
>
> On Sep 1, 2009, at 7:19 PM, Michael Roberts wrote:
>
>> Can you provide a bit more info? This is code you have typed in
>> directly? or loaded via changeset, Monticello etc?
>>
>> Cheers
>> mike
>>
>> On Tuesday, September 1, 2009, Robert Sirois <[hidden email]>
>> wrote:
>>>
>>>
>>>
>>>
>>>
>>> Pharo doesn't seem to be using the correct version of my classes. I
>>> have tried deleting the entry point and remade it and saved and
>>> quit the image and all that. Is there a way to get it to re-
>>> register them or something?
>>>
>>> Thanks,
>>> RS
>>>
>>> Windows Live: Keep your friends up to date with what you do online.
>>> Find out more. <http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009
>>> >
>>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project