[vwnc] Glorp // '[Microsoft][Pilote ODBC Microsoft Access] Trop peu de paramètres. 1 attendu.

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

[vwnc] Glorp // '[Microsoft][Pilote ODBC Microsoft Access] Trop peu de paramètres. 1 attendu.

Maarten Mostert-2
Hi,
 
When using Microsoft Acces I know  get the above error messages which I didn't get in earlier versions of Glorp or my Descriptor system.
 
The glorp code will do this.
 
query := Glorp.Query readManyOf: Stake.
allThings := self getGlorpSession execute: query.
 
The actual command is typically:   SELECT t1.id, t1.name, t1.stakedate, t1.proj_id, t1.hierarchyNode FROM MMT_STAKE t1
 
When pasting this in the Ad Hoc tool the result is the same error message.
 
Regards,
 
@+Maarten,

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

[vwnc] Re: Glorp // '[Microsoft][Pilote ODBC M icrosoft Access] Trop peu de paramètres. 1 at tendu.

Alan Knight-3
That seems like a very strange error. There are clearly no parameters to that statement, and it seems to be happening at the driver level. I don't have any problem executing a simple statement like that against Access. Are you sure you have appropriate versions of the ODBC parcels and other related things? This seems to be happening at quite a low level.

At 12:26 AM 2010-01-21, Maarten MOSTERT wrote:
Hi,
 
When using Microsoft Acces I know  get the above error messages which I didn't get in earlier versions of Glorp or my Descriptor system.
 
The glorp code will do this.
 
query := Glorp.Query readManyOf: Stake.
allThings := self getGlorpSession execute: query.
 
The actual command is typically:   SELECT t1.id, t1.name, t1.stakedate, t1.proj_id, t1.hierarchyNode FROM MMT_STAKE t1
 
When pasting this in the Ad Hoc tool the result is the same error message.
 
Regards,
 
@+Maarten,
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc