Objectmix
Tags Register Mark Forums Read

Anyone who uses SQLite3 with GLORP in VW 4? : Smalltalk

This is a discussion on Anyone who uses SQLite3 with GLORP in VW 4? within the Smalltalk forums in Programming Languages category; I'm very new to GLORP and EXDI. I loaded the SQLite3EXDI from public store to find it may not yet be completed? There are two issues I don't know how to overcome with: 1 SQLite3 uses file as database, but I can't find where to specify my particular database filename 2 there seems not be a SQLite3Platform class for GLORP yet, how can I go without it? Thanks in advance!...


Object Mix > Programming Languages > Smalltalk > Anyone who uses SQLite3 with GLORP in VW 4?

Reply

 

LinkBack Thread Tools
  #1  
Old 07-24-2006, 11:52 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Anyone who uses SQLite3 with GLORP in VW 4?

I'm very new to GLORP and EXDI.

I loaded the SQLite3EXDI from public store to find it may not yet be
completed?
There are two issues I don't know how to overcome with:
1 SQLite3 uses file as database, but I can't find where to specify my
particular database filename
2 there seems not be a SQLite3Platform class for GLORP yet, how can I
go without it?

Thanks in advance!

Reply With Quote
  #2  
Old 07-25-2006, 07:52 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Anyone who uses SQLite3 with GLORP in VW 4?

Sorry it should have been in VWNC 7.4.1
guo 写道:

> I'm very new to GLORP and EXDI.
>
> I loaded the SQLite3EXDI from public store to find it may not yet be
> completed?
> There are two issues I don't know how to overcome with:
> 1 SQLite3 uses file as database, but I can't find where to specify my
> particular database filename
> 2 there seems not be a SQLite3Platform class for GLORP yet, how can I
> go without it?
>
> Thanks in advance!


Reply With Quote
  #3  
Old 07-26-2006, 11:18 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Anyone who uses SQLite3 with GLORP in VW 4?

Well I have successfully installed Store with SQLite3EXDI locally on my
PC.

1 in store tab of system settings page, add any username and password
but with the environment set to my local SQLite3 db file name, say
mystore.sq3.
2 in work space do-it:
Store.DbRegistry installDatabaseTables.
now it's done.

Not yet found a way to let GLORP run on SQLite3.

guo 写道:

> I'm very new to GLORP and EXDI.
>
> I loaded the SQLite3EXDI from public store to find it may not yet be
> completed?
> There are two issues I don't know how to overcome with:
> 1 SQLite3 uses file as database, but I can't find where to specify my
> particular database filename
> 2 there seems not be a SQLite3Platform class for GLORP yet, how can I
> go without it?
>
> Thanks in advance!


Reply With Quote
  #4  
Old 07-26-2006, 12:22 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Anyone who uses SQLite3 with GLORP in VW 4?

guo wrote:
> Not yet found a way to let GLORP run on SQLite3.


I believe you'll need a suitable DatabasePlatform class. If SQLite3 is a
lot like some of the already supported databases, you could try just
using that one. If it has problems you could just creat your own
SQLitePlatform subclass and fixup whatever differences there are.

HTH

Martin
Reply With Quote
  #5  
Old 07-27-2006, 09:35 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Anyone who uses SQLite3 with GLORP in VW 4?

Thanks, Martin.
I will post here if I overcome this.
Best Regards,
guo


Martin Kobetic 写道:

> guo wrote:
> > Not yet found a way to let GLORP run on SQLite3.

>
> I believe you'll need a suitable DatabasePlatform class. If SQLite3 is a
> lot like some of the already supported databases, you could try just
> using that one. If it has problems you could just creat your own
> SQLitePlatform subclass and fixup whatever differences there are.
>
> HTH
>
> Martin


Reply With Quote
Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
GLORP Dolphin port? usenet Smalltalk 0 01-28-2007 07:33 AM
GLORP for Dolphin usenet Smalltalk 5 07-04-2006 08:21 AM
GLORP usenet Smalltalk 1 05-26-2006 07:29 AM
GLORP Transcript usenet Smalltalk 4 05-24-2006 01:57 AM
Smalltalk/x Glorp usenet Smalltalk 1 01-03-2006 10:05 AM


All times are GMT -5. The time now is 05:41 AM.