How to quote?
AW: Problem with SQL-Datasource
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Content Management System > AW: Problem with SQL-Datasource 14 November 2008 13:53:09

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

AW: Problem with SQL-Datasource

Christian Meier 14 November 2008 13:53:09
 
Now, when I try to add a "SQL-Datasource" to a ZMS on the > same server I> get an error> >>
Error Type: IndexError> Error Value: list index out of range

I bypassed similar problems by deleting the browsers session cookies.

Regards, Christian Meier






Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/zms-devel­opers/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/zms-devel­opers/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:zms-develope­rs-digest@yahoogroup­s.com
mailto:zms-develope­rs-fullfeatured@yaho­ogroups.com

<*> To unsubscribe from this group, send an email to:
zms-developers-unsu­bscribe@yahoogroups.­com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/





Add comment
Thorsten Weber 12 November 2008 23:26:36 permanent link ]
 Hello Mr. Hoffmann,
thank you for your hints ... the half way luck was on my side ;)
as a first step I tried the former ZMySQLDA Versionchange my.cnf and
altered the table as suggestedrestarted mysql and zope-instance
after that I was able to initalize the ZMSSQLdb object - so that i see
the various columns :)­
but then...
when trying to access the special object node in zmi the same error is
shown:

Error Type: AttributeError
Error Value: Name


error log is diffe rent now:

Traceback (innermost last):

* Module ZPublisher.Publish,­ line 119, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish,­ line 42, in call_object
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_Let, line 76, in render
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_Let, line 76, in render
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_In, line 703, in renderwob
* Module DocumentTemplate.DT­_Let, line 76, in render
* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ getLangStr
* Module <string>, line 0, in ?
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_In, line 703, in renderwob
;* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ renderShort
* Module <string>, line 0, in ?
* Module Products.zms.zmssql­db, line 659, in renderShort
* Module Products.zms.zmssql­db, line 651, in _getBodyContent
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_In, line 626, in renderwob
* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ getEntities
* Module <string>, line 0, in ?
* Module Products.zms.zmssql­db, line 380, in getEntities

AttributeError: Name


when trying to insert a record manually its possible to data in the
database :)­but ALL the fields are set as mandatory !?

Are there eventually further steps I could try ... (beside upgrading
to zms 2.11) ?
best regards Th. Weber


Am 12.11.2008 um 20:03 schrieb Dr. Frank Hoffmann:

Hello,
Using the zmssqldb object within a container content object class
is no
problem.
But, please use the former ZMySQLDA-Version 2.0.8; only this will
work well
- at the moment.
Even using utf8 is no problem, if MySQL does not transform the
charset while
communicating with Zope:
consider the topic concerning /etc/my.cnf
https://mail.dzug.o­rg/pipermail/zope/20­07-April/003482.html­ [https://mail.dzug.o­rg/pipermail/zope/20­07-April/003482.html­]
....
[mysqld]
init_connect="SET NAMES utf8"
....
And set the default charset to UTF8
ALTER DATABASE `mytable` DEFAULT CHARACTER SET utf8 COLLATE
utf8_unicode_ci

Good luck,
Best regards
fh, moderator

PS:
Try the latest build 2.11.1#15
http://bscw.hoffman­nliebenberg.de/pub/b­scw.cgi/d454265/zms-­2.11.1.tar.gz [http://bscw.hoffman­nliebenberg.de/pub/b­scw.cgi/d454265/zms-­2.11.1.tar.gz]
It allows (semi) automatic generation of the xml database model
file. The
screen shot shows the new graphical user interface. This is a very
helpful
feature.

___________________­_____________

Von: zms-developers@yaho­ogroups.com [mailto:zms-develope­rs%40yahoogroups.com­]
[mailto: zms-developers@yaho­ogroups.com [mailto:zms-develope­rs%40yahoogroups.com­]]
Im Auftrag von Thorsten Weber
Gesendet: Dienstag, 11. November 2008 21:28
An: zms-developers@yaho­ogroups.com< /a>
Betreff: [zms-developers] Problem with SQL-Datasource

Hello

i have a problem inserting SQL-Datasource within special object:

i configured Z MySQL Database Connection successfully
but when i add SQL-Datasource via ZMI always an error comes up:

Error Type: AttributeError
Error Value: Name

the object itself is inserted in the system

ZMS: ZMS 2.10.5-24 (Build #129f)
ZOPE: (Zope 2.10.4-final, python 2.4.4, linux2)
PYTHON: 2.4.4 (#7, Sep 5 2008, 14:29:18) [GCC 4.2.1 (SUSE Linux)]
ZMySQLDA-3.0
MySQL Version: 5.0.45

Traceback (innermost last):

* Module ZPublisher.Publish,­ line 119, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Pub lish, line 42, in call_object
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_Let, line 75, in render
* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ getEntities
* Module <string>, line 0, in ?
* Module Products.zms.zmssql­db, line 380, in getEntities
* Module Products.ZMySQLDA.D­ABase, line 130, in __getattr__

Does anybody has a tipp?

regards, Th. Weber

[mailto:zms-develope­rs%40yahoogroups.com­]

<ZMSSQLDB_config.pn­g>


__._,_.___ Messages in this topic
[http://groups.yahoo­.com/group/zms-devel­opers/message/3289;_­ylc=X3oDMTM0NWExZjBj­BF9TAzk3MzU5NzE0BGdy­cElkAzg0NzA4MjEEZ3Jw­c3BJZAMxNzA3MjgxOTQy­BG1zZ0lkAzMyOTMEc2Vj­A2Z0cgRzbGsDdnRwYwRz­dGltZQMxMjI2NTI1NjI5­BHRwY0lkAzMyODk-]
(4) Reply (via web post)
[http://groups.yahoo­.com/group/zms-devel­opers/post;_ylc=X3oD­MTJwMThzc29nBF9TAzk3­MzU5NzE0BGdycElkAzg0­NzA4MjEEZ3Jwc3BJZAMx­NzA3MjgxOTQyBG1zZ0lk­AzMyOTMEc2VjA2Z0cgRz­bGsDcnBseQRzdGltZQMx­MjI2NTI1NjI5?act=rep­ly&messageNum=3293]
| Start a new topic
[http://groups.yahoo­.com/group/zms-devel­opers/post;_ylc=X3oD­MTJlcWlqaHBtBF9TAzk3­MzU5NzE0BGdycElkAzg0­NzA4MjEEZ3Jwc3BJZAMx­NzA3MjgxOTQyBHNlYwNm­dHIEc2xrA250cGMEc3Rp­bWUDMTIyNjUyNTYyOQ--­]
Messages [http://groups.yahoo­.com/group/zms-devel­opers/messages;_ylc=­X3oDMTJlZ3E4dWJoBF9T­Azk3MzU5NzE0BGdycElk­Azg0NzA4MjEEZ3Jwc3BJ­ZAMxNzA3MjgxOTQyBHNl­YwNmdHIEc2xrA21zZ3ME­c3RpbWUDMTIyNjUyNTYy­OQ--]
| Files [http://groups.yahoo­.com/group/zms-devel­opers/files;_ylc=X3o­DMTJma2FjazhjBF9TAzk­3MzU5NzE0BGdycElkAzg­0NzA4MjEEZ3Jwc3BJZAM­xNzA3MjgxOTQyBHNlYwN­mdHIEc2xrA2ZpbGVzBHN­0aW1lAzEyMjY1MjU2Mjk­-]
| Photos [http://groups.yahoo­.com/group/zms-devel­opers/photos;_ylc=X3­oDMTJldjdhcjNoBF9TAz­k3MzU5NzE0BGdycElkAz­g0NzA4MjEEZ3Jwc3BJZA­MxNzA3MjgxOTQyBHNlYw­NmdHIEc2xrA3Bob3QEc3­RpbWUDMTIyNjUyNTYyOQ­--]
| Links [http://groups.yahoo­.com/group/zms-devel­opers/links;_ylc=X3o­DMTJmb2lsdW1yBF9TAzk­3MzU5NzE0BGdycElkAzg­0NzA4MjEEZ3Jwc3BJZAM­xNzA3MjgxOTQyBHNlYwN­mdHIEc2xrA2xpbmtzBHN­0aW1lAzEyMjY1MjU2Mjk­-]
| Database [http://groups.yahoo­.com/group/zms-devel­opers/database;_ylc=­X3oDMTJjMDMxc2NrBF9T­Azk3MzU5NzE0BGdycElk­Azg0NzA4MjEEZ3Jwc3BJ­ZAMxNzA3MjgxOTQyBHNl­YwNmdHIEc2xrA2RiBHN0­aW1lAzEyMjY1MjU2Mjk-­]
| Polls [http://groups.yahoo­.com/group/zms-devel­opers/polls;_ylc=X3o­DMTJmaWszczdqBF9TAzk­3MzU5NzE0BGdycElkAzg­0NzA4MjEEZ3Jwc3BJZAM­xNzA3MjgxOTQyBHNlYwN­mdHIEc2xrA3BvbGxzBHN­0aW1lAzEyMjY1MjU2Mjk­-]
| Members [http://groups.yahoo­.com/group/zms-devel­opers/members;_ylc=X­3oDMTJlcjhzZWhmBF9TA­zk3MzU5NzE0BGdycElkA­zg0NzA4MjEEZ3Jwc3BJZ­AMxNzA3MjgxOTQyBHNlY­wNmdHIEc2xrA21icnMEc­3RpbWUDMTIyNjUyNTYyO­Q--]
| Calendar [http://groups.yahoo­.com/group/zms-devel­opers/calendar;_ylc=­X3oDMTJkMmVoM3EyBF9T­Azk3MzU5NzE0BGdycElk­Azg0NzA4MjEEZ3Jwc3BJ­ZAMxNzA3MjgxOTQyBHNl­YwNmdHIEc2xrA2NhbARz­dGltZQMxMjI2NTI1NjI5­]MARKETPLACE

-------------------­--------------------­--------------------­----------

From kitchen basics to easy recipes - join the Group from Kraft Foods
[http://us.ard.yahoo­.com/SIG=13ruab0gq/M­=493064.12016295.132­71503.10835568/D=gro­ups/S=1707281942:MKP­1/Y=YAHOO/EXP=122653­2829/L=/B=me5GBULaX9­Y-/J=122652562953109­7/A=5530388/R=0/SIG=­11nuutlas/*http://ex­plore.yahoo.com/grou­ps/kraftmealsmadesim­ple/]
Yahoo! Groups [http://groups.yahoo­.com/;_ylc=X3oDMTJkM­mJram10BF9TAzk3NDc2N­TkwBGdycElkAzg0NzA4M­jEEZ3Jwc3BJZAMxNzA3M­jgxOTQyBHNlYwNmdHIEc­2xrA2dmcARzdGltZQMxM­jI2NTI1NjI5]
Change settings via the Web [http://groups.yahoo­.com/group/zms-devel­opers/join;_ylc=X3oD­MTJmMnFtc2phBF9TAzk3­NDc2NTkwBGdycElkAzg0­NzA4MjEEZ3Jwc3BJZAMx­NzA3MjgxOTQyBHNlYwNm­dHIEc2xrA3N0bmdzBHN0­aW1lAzEyMjY1MjU2Mjk-­]
(Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest [mailto:zms-developers-digest@yahoogroups.com?subject=Email Delivery: Digest]
| Switch format to Traditional [mailto:zms-developers-traditional@yahoogroups.com?subject=Change Delivery Format: Traditional]
Visit Your Group
[http://groups.yahoo­.com/group/zms-devel­opers;_ylc=X3oDMTJkc­nM5Nm9nBF9TAzk3NDc2N­TkwBGdycElkAzg0NzA4M­jEEZ3Jwc3BJZAMxNzA3M­jgxOTQyBHNlYwNmdHIEc­2xrA2hwZgRzdGltZQMxM­jI2NTI1NjI5]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:zms-developers-unsubscribe@yahoogroups.com?subject=]Recent
Activity

Visit Your Group
[http://groups.yahoo­.com/group/zms-devel­opers;_ylc=X3oDMTJlZ­WZhZmR2BF9TAzk3MzU5N­zE0BGdycElkAzg0NzA4M­jEEZ3Jwc3BJZAMxNzA3M­jgxOTQyBHNlYwN2dGwEc­2xrA3ZnaHAEc3RpbWUDM­TIyNjUyNTYyOQ--]Yaho­o!
Finance

It's Now Personal [http://us.ard.yahoo­.com/SIG=13o18iegn/M­=493064.12016257.124­45664.8674578/D=grou­ps/S=1707281942:NC/Y­=YAHOO/EXP=122653282­9/L=/B=mu5GBULaX9Y-/­J=1226525629531097/A­=4507179/R=0/SIG=12d­e4rskk/*http://us.rd­.yahoo.com/evt=50284­/*http://finance.yah­oo.com/personal-fina­nce]

Guides, news,

advice & more.

Ads on Yahoo!

Learn more now. [http://us.ard.yahoo­.com/SIG=13ogju03m/M­=493064.12016308.124­45700.8674578/D=grou­ps/S=1707281942:NC/Y­=YAHOO/EXP=122653282­9/L=/B=m.5GBULaX9Y-/­J=1226525629531097/A­=3848643/R=0/SIG=131­q47hek/*http://searc­hmarketing.yahoo.com­/arp/srchv2.php?o=US­2005&cmp=Yahoo&ctv=G­roups4&s=Y&s2=&s3=&b­=50]

Reach customers

searching for you.

John McEnroe

on Yahoo! Groups [http://us.ard.yahoo­.com/SIG=13o6okv6f/M­=493064.12016283.124­45687.8674578/D=grou­ps/S=1707281942:NC/Y­=YAHOO/EXP=122653282­9/L=/B=nO5GBULaX9Y-/­J=1226525629531097/A­=5202321/R=0/SIG=11a­ijbghb/*http://new.g­roups.yahoo.com/allb­rangroup]

Join him for the

10 Day Challenge.

.[IMAGE]
__,_._,___

Add comment
Thorsten Weber 14 November 2008 13:53:09 permanent link ]
 Hello Mister Hoffmann,
everything is fine now!It works great ! :)­
It was my own fault - sorry!
The error was produced by duplicate ids (a hidden object in
portalmaster) ... .
Thanks again for your support!
Best regards, Th. Weber

Am 12.11.2008 um 22:33 schrieb Thorsten Weber:

Hello Mr. Hoffmann,


thank you for your hints ... the half way luck was on my side ;)
as a first step I tried the former ZMySQLDA Versionchange
my.cnf and altered the table as suggestedrestarted mysql and
zope-instance
a fter that I was able to initalize the ZMSSQLdb object - so that
i see the various columns :)­
but then...
when trying to access the special object node in zmi the same
error is shown:

Error Type: AttributeError
Error Value: Name


error log is different now:

Traceback (innermost last):

* Module ZPublisher.Publish,­ line 119, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish,­ line 42, in call_object
;* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_Let, line 76, in render
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_Let, line 76, in render
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_In, line 703, in renderwob
* Module DocumentTemplate.DT­_Let, line 76, in render
&nbs p; * Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ getLangStr
* Module <string>, line 0, in ?
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_In, line 703, in renderwob
* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ renderShort
* Module <string>, line 0, in ?
* Module Products.zms.zmssql­db, line 659, in renderShort
* Module Products.zms.zmssql­db, line 651, in _getBo dyContent
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_In, line 626, in renderwob
* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ getEntities
* Module <string>, line 0, in ?
* Module Products.zms.zmssql­db, line 380, in getEntities

AttributeError: Name


when trying to insert a record manually its possible to data in
the database :)­but ALL the fields are set as mandatory !?

Are there eventually further steps I could try ... (beside
upgrading to zms 2.11) ?
best regards Th. Weber


Am 12.11.2008 um 20:03 schrieb Dr. Frank Hoffmann:

Hello,
Using the zmssqldb object within a container content object
class is no
problem.
But, please use the former ZMySQLDA-Version 2.0.8; only this
will work well
- at the moment.

Even using utf8 is no problem, if MySQL does not transform the
charset while
communicating with Zope:
consider the topic concerning /etc/my.cnf
https://mail.dzug.o­rg/pipermail/zope/20­07-April/003482.html­ [https://mail.dzug.o­rg/pipermail/zope/20­07-April/003482.html­]
....
[mysqld]
init_connect="SET NAMES utf8"
... .
And set the default charset to UTF8
ALTER DATABASE `mytable` DEFAULT CHARACTER SET utf8 COLLATE
utf8_unicode_ci

Good luck,
Best regards
fh, moderator

PS:
Try the latest build 2.11.1#15
http://bscw.hoffman­nliebenberg.de/pub/b­scw.cgi/d454265/zms-­2.11.1.tar.gz [http://bscw.hoffman­nliebenberg.de/pub/b­scw.cgi/d454265/zms-­2.11.1.tar.gz]
It allows (semi) automatic generation of the xml database
model file. The
screen shot shows the new graphical user interface. This is a
very helpful
feature.

___________________­_____________

Von: zms -developers@yahoogr­oups.com [mailto:zms-develope­rs%40yahoogroups.com­]
[mailto: zms-developers@yaho­ogroups.com [mailto:zms-develope­rs%40yahoogroups.com­]]
Im Auftrag von Thorsten Weber
Gesendet: Dienstag, 11. November 2008 21:28
An: zms-developers@yaho­ogroups.com [mailto:zms-develope­rs%40yahoogroups.com­]
Betreff: [zms-developers] Problem with SQL-Datasource

Hello

i have a problem inserting SQL-Datasource within special
object:

i configured Z MySQL Database Connection successfully
but when i add SQL-Datasource via ZMI always an error comes
up:

Error Type: AttributeError
Error Value: Name< br>
the object itself is inserted in the system

ZMS: ZMS 2.10.5-24 (Build #129f)
ZOPE: (Zope 2.10.4-final, python 2.4.4, linux2)
PYTHON: 2.4.4 (#7, Sep 5 2008, 14:29:18) [GCC 4.2.1 (SUSE
Linux)]
ZMySQLDA-3.0
MySQL Version: 5.0.45

Traceback (innermost last):

* Module ZPublisher.Publish,­ line 119, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish,­ line 42, in call_object
* Module App.special_dtml, line 65, in __call__
* Module DocumentTemplate.DT­_String, line 476, in __call__
* Module DocumentTemplate.DT­_Let, line 75, in render
* Module DocumentTemplate.DT­_Util, line 196, in eval
__traceback_info__:­ getEntities
* Module <string>, line 0, in ?
* Module Products.zms. zmssqldb, line 380, in getEntities
* Module Products.ZMySQLDA.D­ABase, line 130, in __getattr__

Does anybody has a tipp?

regards, Th. Weber

<ZMSSQLDB_config.pn­g>




__._,_.___ Messages in this topic
[http://groups.yahoo­.com/group/zms-devel­opers/message/3289;_­ylc=X3oDMTM0N29wbjJh­BF9TAzk3MzU5NzE0BGdy­cElkAzg0NzA4MjEEZ3Jw­c3BJZAMxNzA3MjgxOTQy­BG1zZ0lkAzMyOTUEc2Vj­A2Z0cgRzbGsDdnRwYwRz­dGltZQMxMjI2NjYwMDAx­BHRwY0lkAzMyODk-]
(5) Reply (via web post)
[http://groups.yahoo­.com/group/zms-devel­opers/post;_ylc=X3oD­MTJwY2UxNGU4BF9TAzk3­MzU5NzE0BGdycElkAzg0­NzA4MjEEZ3Jwc3BJZAMx­NzA3MjgxOTQyBG1zZ0lk­AzMyOTUEc2VjA2Z0cgRz­bGsDcnBseQRzdGltZQMx­MjI2NjYwMDAx?act=rep­ly&messageNum=3295]
| Start a new topic
[http://groups.yahoo­.com/group/zms-devel­opers/post;_ylc=X3oD­MTJlMG82dTNnBF9TAzk3­MzU5NzE0BGdycElkAzg0­NzA4MjEEZ3Jwc3BJZAMx­NzA3MjgxOTQyBHNlYwNm­dHIEc2xrA250cGMEc3Rp­bWUDMTIyNjY2MDAwMQ--­]
Messages [http://groups.yahoo­.com/group/zms-devel­opers/messages;_ylc=­X3oDMTJlanBvaGJrBF9T­Azk3MzU5NzE0BGdycElk­Azg0NzA4MjEEZ3Jwc3BJ­ZAMxNzA3MjgxOTQyBHNl­YwNmdHIEc2xrA21zZ3ME­c3RpbWUDMTIyNjY2MDAw­MQ--]
| Files [http://groups.yahoo­.com/group/zms-devel­opers/files;_ylc=X3o­DMTJmN2N2Y2tvBF9TAzk­3MzU5NzE0BGdycElkAzg­0NzA4MjEEZ3Jwc3BJZAM­xNzA3MjgxOTQyBHNlYwN­mdHIEc2xrA2ZpbGVzBHN­0aW1lAzEyMjY2NjAwMDE­-]
| Photos [http://groups.yahoo­.com/group/zms-devel­opers/photos;_ylc=X3­oDMTJlanM4ajVlBF9TAz­k3MzU5NzE0BGdycElkAz­g0NzA4MjEEZ3Jwc3BJZA­MxNzA3MjgxOTQyBHNlYw­NmdHIEc2xrA3Bob3QEc3­RpbWUDMTIyNjY2MDAwMQ­--]
| Links [http://groups.yahoo­.com/group/zms-devel­opers/links;_ylc=X3o­DMTJmMHVtdjQ4BF9TAzk­3MzU5NzE0BGdycElkAzg­0NzA4MjEEZ3Jwc3BJZAM­xNzA3MjgxOTQyBHNlYwN­mdHIEc2xrA2xpbmtzBHN­0aW1lAzEyMjY2NjAwMDE­-]
| Database [http://groups.yahoo­.com/group/zms-devel­opers/database;_ylc=­X3oDMTJjN2JqaDA1BF9T­Azk3MzU5NzE0BGdycElk­Azg0NzA4MjEEZ3Jwc3BJ­ZAMxNzA3MjgxOTQyBHNl­YwNmdHIEc2xrA2RiBHN0­aW1lAzEyMjY2NjAwMDE-­]
| Polls [http://groups.yahoo­.com/group/zms-devel­opers/polls;_ylc=X3o­DMTJmcmFtMWs0BF9TAzk­3MzU5NzE0BGdycElkAzg­0NzA4MjEEZ3Jwc3BJZAM­xNzA3MjgxOTQyBHNlYwN­mdHIEc2xrA3BvbGxzBHN­0aW1lAzEyMjY2NjAwMDE­-]
| Members [http://groups.yahoo­.com/group/zms-devel­opers/members;_ylc=X­3oDMTJlMmd1dG50BF9TA­zk3MzU5NzE0BGdycElkA­zg0NzA4MjEEZ3Jwc3BJZ­AMxNzA3MjgxOTQyBHNlY­wNmdHIEc2xrA21icnMEc­3RpbWUDMTIyNjY2MDAwM­Q--]
| Calendar [http://groups.yahoo­.com/group/zms-devel­opers/calendar;_ylc=­X3oDMTJka25rN2puBF9T­Azk3MzU5NzE0BGdycElk­Azg0NzA4MjEEZ3Jwc3BJ­ZAMxNzA3MjgxOTQyBHNl­YwNmdHIEc2xrA2NhbARz­dGltZQMxMjI2NjYwMDAx­]MARKETPLACE

-------------------­--------------------­--------------------­----------

From kitchen basics to easy recipes - join the Group from Kraft Foods
[http://us.ard.yahoo­.com/SIG=13r3pgi3j/M­=493064.12016295.132­71503.10835568/D=gro­ups/S=1707281942:MKP­1/Y=YAHOO/EXP=122666­7201/L=/B=.QsJA0LaX.­M-/J=122666000138176­3/A=5530388/R=0/SIG=­11nuutlas/*http://ex­plore.yahoo.com/grou­ps/kraftmealsmadesim­ple/]
Yahoo! Groups [http://groups.yahoo­.com/;_ylc=X3oDMTJkd­nJzNmNmBF9TAzk3NDc2N­TkwBGdycElkAzg0NzA4M­jEEZ3Jwc3BJZAMxNzA3M­jgxOTQyBHNlYwNmdHIEc­2xrA2dmcARzdGltZQMxM­jI2NjYwMDAx]
Change settings via the Web [http://groups.yahoo­.com/group/zms-devel­opers/join;_ylc=X3oD­MTJmcWNqc2o4BF9TAzk3­NDc2NTkwBGdycElkAzg0­NzA4MjEEZ3Jwc3BJZAMx­NzA3MjgxOTQyBHNlYwNm­dHIEc2xrA3N0bmdzBHN0­aW1lAzEyMjY2NjAwMDE-­]
(Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest [mailto:zms-developers-digest@yahoogroups.com?subject=Email Delivery: Digest]
| Switch format to Traditional [mailto:zms-developers-traditional@yahoogroups.com?subject=Change Delivery Format: Traditional]
Visit Your Group
[http://groups.yahoo­.com/group/zms-devel­opers;_ylc=X3oDMTJkb­HExcXVqBF9TAzk3NDc2N­TkwBGdycElkAzg0NzA4M­jEEZ3Jwc3BJZAMxNzA3M­jgxOTQyBHNlYwNmdHIEc­2xrA2hwZgRzdGltZQMxM­jI2NjYwMDAx]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:zms-developers-unsubscribe@yahoogroups.com?subject=]Recent
Activity

Visit Your Group
[http://groups.yahoo­.com/group/zms-devel­opers;_ylc=X3oDMTJld­TYwMWpkBF9TAzk3MzU5N­zE0BGdycElkAzg0NzA4M­jEEZ3Jwc3BJZAMxNzA3M­jgxOTQyBHNlYwN2dGwEc­2xrA3ZnaHAEc3RpbWUDM­TIyNjY2MDAwMQ--]Yaho­o!
Finance

It's Now Personal [http://us.ard.yahoo­.com/SIG=13o9ohhjf/M­=493064.12016257.124­45664.8674578/D=grou­ps/S=1707281942:NC/Y­=YAHOO/EXP=122666720­1/L=/B=.gsJA0LaX.M-/­J=1226660001381763/A­=4507179/R=0/SIG=12d­e4rskk/*http://us.rd­.yahoo.com/evt=50284­/*http://finance.yah­oo.com/personal-fina­nce]

Guides, news,

advice & more.

New business?

Get new customers. [http://us.ard.yahoo­.com/SIG=13o98rj5v/M­=493064.12016308.124­45700.8674578/D=grou­ps/S=1707281942:NC/Y­=YAHOO/EXP=122666720­1/L=/B=.wsJA0LaX.M-/­J=1226660001381763/A­=3848640/R=0/SIG=131­an6mds/*http://searc­hmarketing.yahoo.com­/arp/srchv2.php?o=US­2002&cmp=Yahoo&ctv=G­roups1&s=Y&s2=&s3=&b­=50]

List your web site

in Yahoo! Search.

Health Groups

for people over 40 [http://us.ard.yahoo­.com/SIG=13oebirpu/M­=493064.12662708.129­80600.8674578/D=grou­ps/S=1707281942:NC/Y­=YAHOO/EXP=122666720­1/L=/B=_AsJA0LaX.M-/­J=1226660001381763/A­=5349273/R=0/SIG=11n­hsqmjq/*http://advis­ion.webevents.yahoo.­com/EverydayWellness­/]

Join people who are

staying in shape.

.[IMAGE]
__,_._,___

Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Content Management System > AW: Problem with SQL-Datasource 14 November 2008 13:53:09

see also:
Re: Re: stuck with substr now…
free windows editor with ftp?
shmop & windows
пройди тесты:
see also:
MelodyCan YouTube Ripper
Convert video (AVI, WMV, MOV) to iPod
How to convert files from iTunes Music…

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .