[Zope] how to get the created table names

2000-11-24 Thread subrahmanyan kalathur

hi,
   
I would like to know the names of the created table in zsql method.
Kindly give me the tag for displaying the table names.( if exists.)

thanks
bye
yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] ) 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] is it possible to run a DTML method without using a browser.

2000-11-23 Thread subrahmanyan kalathur

Hi,
   To run a DTML method is there any other method than using a browser.
Or even if it is running in a browser, it should not be there in the task
bar.

I have an application which need to run for some times.
So one DTML method will be running continuously , and it will refresh it
self
after some duration. And this will continue for some times.

So Kindly suggest me what is better.

thanks
yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Re: is it possible to run a DTML method without using a browser.

2000-11-23 Thread subrahmanyan kalathur


 Use RPC?  Perhaps install ZEO and use one server to work on ZODB and ?
the
 others to serve HTTP requests? This way, you have a delivery machine and a
 report machine.

hi,
   what is RPC ? , ZEO, ZODB.
how to install it.
where to install it.

using that how to run my DTML method.

thanks

yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread subrahmanyan kalathur

hi,
  I got your reply. thanks.

Actually my problem is not that.
I am doing some web based stuff.
So it is natural that more than one users can access the same page at the
same time. So in my project, if such a situation comes then at least one
user will get the error message. To avoid that I am planning to block one
user until the other gets the complete page downloaded. So if it is possible
to see whether the method is used by another user, then I can block that new
user until the first user completes his task.
How can I use dtml-var REQUEST tag for that.
OR do u have any other alternative solution.

I will be grateful to u.
thanks
bye

yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread subrahmanyan kalathur

hi,
   when I use the DTML method which include call to SQL methods,
  if someone is also using that DTML Method then either of us get the error
message. And the error message is as follows.


Error Type: SyntaxError
Error Value: unexpected token sequence.near :: "\012Q_name = 'q24'"*''
*** current state = 231 expects: 'EXCEPT', '+',
')', 'HAVING', '-', 'UNION', 'AND', 'GROUP', '*', ';', 'OR', 'ORDER',
'INTERSECT', ('nomatch1',) current token = ((-6, 'WHERE'), 'WHERE')



I would like to avoid that error, instead of  that I would like say 'wait '
or something like that. and after the first one gets the complete page the
other's page should come.

Can u give any suggestions.
thanks
bye

yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread subrahmanyan kalathur

hi
  I am n using gadfly database.
This is not the problem of ZSQL method.(I think)
Because when only one user is working there won't be any problem.
 It seems like when more than one users access the same table it gives the
error message.
That is why when more than one users try to access the same DTML method
only one will be able to continue , others will get the error message.

thanks

yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread subrahmanyan kalathur

No, 
I haven't used any other DBMS.
I have almost finished working in this gadfly.
So I can't change now.
Because there is no time to change it now.
So please give me the solution.
thanks

yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] ) 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Re: is it possible to see whether any user is using a perticular zope object

2000-11-22 Thread subrahmanyan kalathur


As you want to serialize access to your database, you might
be interested in locking. Search the (searchable) list archive
for "lock" and "locking" to find more information about it.
For locking, too, my "SharedResource" can help you.

*HOWEVER*, I follow other posters: it is probably much easier
to switch to a different RDBMS.

hi,

   which RDBMS will u suggest.
and for that what are the changes need to be done for my zope.
and where can I get that.
give the links please.

thanks
bye




yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] ) 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] is it possible to see whether any user is using a perticular zope object

2000-11-21 Thread subrahmanyan kalathur





hello ,
 I am subrahmanyan.

I am using zope for my project.
Now I would like to know is it possible to know 
if any body is using the zope object.

I mean , if one user is running one DTML method 
, Iwant to know that one user
is using that object.

Is there any DTML tag for that.

thanks.
bye


yours,

K.H.Subrahmanyan

( [EMAIL PROTECTED] 
)