EAserver to Easerver callsWe have a central server that makes calls to other jaguar servers located on
different machines.
If the calling component uses transactions, then whenever it connects to a
component on another system we get errors in the server log in regards to
invalid transactions (see below for actual error) on both the calling and
called servers. These errors cause a rollback in the calling component. The
code in the called component executes properly.
If we set the transaction type to 'not supported' all works well, but we
lose the ability to take advantage of EAServer's transactio...
datareader.read() reading more then once?
why i'm unable to read the reader more then once?
here is the my datareader:
first time reading: while (reader.Read())
{
if (usePaging)
{
//Get to the start of the page
if (rowIndex < startRowIndex)
{
rowIndex++;
continue;
}
//Break out of the loop if end of the page
if (rowIndex >= endRowIndex)
break;
}
}
second time using the same datareader to count number of reco...
Read/not read behaviorI'm trying to figure out some behaviors in TB 2 as I learn to use it.
1. I've noticed that sometimes when I read a message, it is marked as read
(goes from red to black), but sometimes that does not happen. I've
attached an example show that the lowest header, which has been read and
the text downloaded remains in red, while other read messages are correctly
marked as read.
If I manually mark that lowest message as "read", it correctly turns to
black, but not when I just actually read it like others do. Is this
normal? How to correct it?
--
Jeff@notaol.com
...
How to mark read email and read only read mail from pop3I have to algorithm that reads and deletes from the server emails. I need to modify it to not read email that is all ready read and mark the mail read as read.
Thanks in advance
Donald S. Bossen
Cnt := CheckMessages;
FldNoOrder.Text := IntToStr(Cnt);
for x := 1 to Cnt do
begin
try
FldOfOrd.Text := IntToStr(x);
Msg.Clear;
if IdPop.Retrieve(x,Msg) then
begin
ExtractOrderMessage(x);
// ...
come on SQLdatareader....read....read....read...ok help.
OK, I'm using VS2003 and I'm having trouble. The page works perfectly when I created it with WebMatrix but I want to learn more about creating code behind pages and this page doesn't work. I think it has some things to do with Query builder but I can't seem to get change outside "please register". I have the table populated and it is not coming back with "login successful" or "password wrong" when I've entered correct information. Enclosed is what I've done in VS2003. Can you see where my error is? Any help would be greatly appreciated.
Thanks again.
...
ASP, File Read, EAServer ComponentHello group,
I am looking for the best way to do the following: I have an ASP page from
which I open a file and read the data in it. I am looking a way to pass
those data in an EAServer component in order to do some processing and
return them back to the ASP.
I have build the first part of reading from the file form the ASP but I am
stuck in the second....How can I pass binary data to the component? Is blob
acceptable for this kind of things?
Regards
Dimitris Karistinos
Yes. You use a blob argument within your PB component method and just pass
the binary contents ...
superreview granted: [Bug 302188] Support :read-only and :read-write pseudoclasses : [Attachment 199534] Patch that implements :-moz-read-only and :-moz-read-writeBoris Zbarsky <bzbarsky@mit.edu> has granted Boris Zbarsky <bzbarsky@mit.edu>'s
request for superreview:
Bug 302188: Support :read-only and :read-write pseudoclasses
https://bugzilla.mozilla.org/show_bug.cgi?id=302188
Attachment 199534: Patch that implements :-moz-read-only and :-moz-read-write
https://bugzilla.mozilla.org/attachment.cgi?id=199534&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
Yeah, ok. If even this would help XForms, let's do it. We just need to make
it clear that pages SHOULD NOT use these styles, sin...
How to read read from a column in database?
I am able to display my data throught the database using gridview, but how do I display data that displays the same data from a column
like if I have all the baseball players in the MLB entered in the database
how do I just display players from the Red Sox?
thanks for your help
Hi, You can read data from your Database using the ADO.NET way with DataTables or DataReaders...http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx Regards,Vinz"Code, Beer and Music" that's my way of being a programmer!How to get your Forum Question Answered | Blog | CodeASP.NET
...
Transaction read only, read commitedHello, i'm trying to set to the ADODbxConnection the transaction to
ReadOnly, because a webservice serves a los of querys that only read
the database, and i want that transactions to not impact in the
performance.
I have read in Craig Stuntz blog "Understanding Transaction Lifetimes",
that if i use readonly,read commited, no snapshot is generated.
Could this be done with this components?
Regards, Jesus.
Jesus Garcia wrote:
> i'm trying to set to the ADODbxConnection the transaction
> to ReadOnly,
What do you mean by "ADODbxConnection"? Is...
readName: dan
Email: axesenzonatgmaildotcom
Product: Firefox
Summary: read
Comments:
I downloaded the most recent firefox and I wanted to point out that it
does not support stumble-upon, one of mine (any many other's) favorite
add-ons. Please either correct this, or ask the people of stuble upon to
update or whatever you guys can. thank you.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
From URL: http://hendrix.mozilla.org/
...
readName: gaoyu
Email: gaodashuai1986at163dotcom
Product: Shiretoko Alpha 1
Summary: read
Comments:
it's good.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.5pre) Gecko/20091013 Shiretoko/3.5.5pre
From URL: http://www.mozilla.org/projects/shiretoko/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...
Read
How do I read a value from the TextBox (a html control) from the serverside
<input id="TextBox" type="text" name="search_text" size="10" style="width: 131">
I cant do this
Response.write(TextBox.Text), because TextBox is not defined.
I do not want to have the runat="server" in the TextBox tag....
Moiz
If you dont want to run it as a server control, how do you expect to access the value of the control serverside?
Hi,
you could do it the old fashioned way: with Request.Form
<%@ Page...
How to read and write Cookies from a jsp ( powerbuilder 10.5 and Easerver 5.3. )?
Hi All,
How to read and write Cookies from a jsp ( powerbuilder 10.5 and Easerver
5.3. )?
Id any one have any example then please share with me
Thanks
cs99cs1@hotmail.com wrote...
> How to read and write Cookies from a jsp ( powerbuilder 10.5 and Easerver
> 5.3. )?
>
> Id any one have any example then please share with me
This might get you started. It works for me.
// Get the cookie info from the browser so that the number of pages
// per row can be set to what they wanted last time there were on
// this screen.
String c...
Please read if you are seeing Oracle 8.1.7 instabilities within EAServerApologies for the cross-posting, but this may have interest to readers
of several groups.
Sybase has identified a bug in the Oracle 8.1.7 JDBC driver and a
potential bug in the Oracle 8.1.7 OCI layer that will have
implications in an EAServer environment.
The JDBC error is somewhat benign but will result in an exception
being thrown to the console (and server log) when a PowerBuilder
component connects using the 1.2 Oracle JDBC driver. This really
isn't a problem for anyone yet, because it's not until PB8 comes out
later this month that you'll have the capability to u...
ReadIs there a way of stopping Thunderbird automatically marking messages as
read.
keeone wrote:
> Is there a way of stopping Thunderbird automatically marking messages
> as read.
If you meant Tb marks messages as read when you select any unread
messages then you can activate following settings at Tools > Options >
Advanced > General:
'Wait X seconds before marking a message as read'.
Replace the default value '5' with a relatively higher duration like '60'.
...