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!...
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| 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! |
|
#2
| |||
| |||
| 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! |
|
#3
| |||
| |||
| 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! |
|
#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 |
|
#5
| |||
| |||
| 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 |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |
| ||||
| 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.




