473,320 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Dates and Time Zone problem (to Armin, Cor or who can help) :))

Hi,

I built the sample code showing the problem with dates when viewed at
different machines, different Time Zones and transported via Remoting.

The zip can be downloaded here:

www.carsoftnet.com.br/temp/sample_error_date.zip
[]s
Cesar
Dec 13 '05 #1
15 1980
Inside the zip there is a RTF file explaining the problem, a little more
organised than that previous posts. Additionally, says how to run the
samples.

The start application is prj_errordate_server, and the RTF is embedded
inside there for a easy look.

[]s
Cesar

"Cesar Ronchese" <ronchese_hotmail_dot_com> wrote in message
news:e9**************@TK2MSFTNGP10.phx.gbl...
Hi,

I built the sample code showing the problem with dates when viewed at
different machines, different Time Zones and transported via Remoting.

The zip can be downloaded here:

www.carsoftnet.com.br/temp/sample_error_date.zip
[]s
Cesar

Dec 13 '05 #2
Cesar,

Nice sample, however to verify, "you wrote no problems exist with a normal
connection?

The problem you show now is in my opinion exactly the same as with a
webpage. You have to know the timezone from the client to correct that. On
the serverside you know that.

http://www.timeanddate.com/worldclock/setpersonal.html

Just my idea.

Cor
Dec 13 '05 #3
Cesar,

By the way, it would be nice if they made it possible that the
servervariables would return the culture and the timezone of the client.

This does not help you, however you never know who reads this.

Cor

"Cor Ligthert [MVP]" <no************@planet.nl>
Cesar,

Nice sample, however to verify, "you wrote no problems exist with a normal
connection?

The problem you show now is in my opinion exactly the same as with a
webpage. You have to know the timezone from the client to correct that. On
the serverside you know that.

http://www.timeanddate.com/worldclock/setpersonal.html

Just my idea.

Cor

Dec 13 '05 #4
"Cesar Ronchese" <ronchese_hotmail_dot_com> schrieb im Newsbeitrag
news:e9**************@TK2MSFTNGP10.phx.gbl...
Hi,

I built the sample code showing the problem with dates when viewed at
different machines, different Time Zones and transported via Remoting.

The zip can be downloaded here:

www.carsoftnet.com.br/temp/sample_error_date.zip


I also had a look now. There is too much for me that I don't understand. I
know nothing about httpchannel and remoting, I don't have an SQL server
installed and I don't have a 2nd machine (ready for testing). Bad conditions
to help you. ;-) What I can do is examine the code. Well, after 30 min, I am
not much cleverer. :) All I can say is: I don't know where the conversion
takes place. I would have to test this. Sorry, can't help you here! Maybe
Cor or somebody else can?
Armin

Dec 13 '05 #5
Cor,

http://www.markberck.nl/article_9476...e90464e6f.aspx

Ken
--------------------
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Cesar,

By the way, it would be nice if they made it possible that the
servervariables would return the culture and the timezone of the client.

This does not help you, however you never know who reads this.

Cor

"Cor Ligthert [MVP]" <no************@planet.nl>
Cesar,

Nice sample, however to verify, "you wrote no problems exist with a
normal connection?

The problem you show now is in my opinion exactly the same as with a
webpage. You have to know the timezone from the client to correct that.
On the serverside you know that.

http://www.timeanddate.com/worldclock/setpersonal.html

Just my idea.

Cor


Dec 13 '05 #6
Eureka.

Someone posted a message a couple of hours ago in
microsoft.public.dotnet.framework asking if a problem concerning time zone
conversion when sending datasets over web services in Framework 1.x? had
been resolved on Framework 2.0.

A quick look at the DataColumn class in FrameWork 2.0 shows a new property
DataTimeMode that appears to be designed to control how the values in
DateTime columns are handled during serialization/deserialization.

It appears that in Framework 1.x there is some unintended consequence caused
by assumptions when serializing datacolumns of type DateTime when the
serializing machine is in a different time zone than the deserializing
machine and this could very well be the cause of Cesar's 'issue'.

"Armin Zingler" <az*******@freenet.de> wrote in message
news:ea*************@TK2MSFTNGP11.phx.gbl...
"Cesar Ronchese" <ronchese_hotmail_dot_com> schrieb im Newsbeitrag
news:e9**************@TK2MSFTNGP10.phx.gbl...
Hi,

I built the sample code showing the problem with dates when viewed at
different machines, different Time Zones and transported via Remoting.

The zip can be downloaded here:

www.carsoftnet.com.br/temp/sample_error_date.zip


I also had a look now. There is too much for me that I don't understand. I
know nothing about httpchannel and remoting, I don't have an SQL server
installed and I don't have a 2nd machine (ready for testing). Bad
conditions to help you. ;-) What I can do is examine the code. Well, after
30 min, I am not much cleverer. :) All I can say is: I don't know where
the conversion takes place. I would have to test this. Sorry, can't help
you here! Maybe Cor or somebody else can?
Armin

Dec 13 '05 #7
Ken,

I have seen more told that the language code (it is returned standard in the
systemvariables which we use to filter our IP addresses) could be used. In
my opinion is that language the most dangerous thing to use.

Assume you buy something to deliver on 11012006 with an English language.
Which date will you assume that this is. Exactly in the most countries
using the English language 11 januari 2006. While probably for the most
persons using the English language it is november 01 2006.

:-)

The IP address is interesting however I did not see that French and English
Canada have a seperated IP range as well is that not for Belgium which has 3
languages and Swis which has four. I know than the country however nothing
about the used culture.

I have very much the idea that the IP addresses in that csv file are not an
official range, but something that is collected. It says 99% procent
accurate, from where is that, over the whole world or only in the USA.

You can than of course use the combination of language and supposed country,
however still I would like it more if the system variables just would give
back for you "en-US", for Peter "nl-BE" and for me "nl-NL".

In addition than as well the timezone because that you are in the USA does
not say anything about your timezone.

Just my thought,

However as always thanks.

:-)

Cor

"Ken Tucker [MVP]" <vb***@bellsouth.net> schreef in bericht
news:eX**************@TK2MSFTNGP15.phx.gbl...
Cor,

http://www.markberck.nl/article_9476...e90464e6f.aspx

Ken
--------------------
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Cesar,

By the way, it would be nice if they made it possible that the
servervariables would return the culture and the timezone of the client.

This does not help you, however you never know who reads this.

Cor

"Cor Ligthert [MVP]" <no************@planet.nl>
Cesar,

Nice sample, however to verify, "you wrote no problems exist with a
normal connection?

The problem you show now is in my opinion exactly the same as with a
webpage. You have to know the timezone from the client to correct that.
On the serverside you know that.

http://www.timeanddate.com/worldclock/setpersonal.html

Just my idea.

Cor



Dec 13 '05 #8
Sephany,

If I use net 1.1 I get

<myDutchDateToday>2005-12-13T15:39:46.2031250+01:00</myDutchDateToday>

Where the +1 means that the CET time that I am using is +1 to the UTC time.
This is done with VB2003.

If I use in Net 2.0 the DateTime.UTC than I get
<myDutchDateToday>2005-12-13T14:36:06.734375Z</myDutchDateToday>

Z from Zulu = Greenwich MeanTime GMT or UTC Universal Time Coordinated..

If I use in Net 2.0 the DateTime.local than I get the same as in Net 1.0
<myDutchDateToday>2005-12-13T15:39:46.2031250+01:00</myDutchDateToday>

So therefore what does this help?

Cor
"Stephany Young" <noone@localhost> schreef in bericht
news:eQ***************@tk2msftngp13.phx.gbl...
Eureka.

Someone posted a message a couple of hours ago in
microsoft.public.dotnet.framework asking if a problem concerning time zone
conversion when sending datasets over web services in Framework 1.x? had
been resolved on Framework 2.0.

A quick look at the DataColumn class in FrameWork 2.0 shows a new property
DataTimeMode that appears to be designed to control how the values in
DateTime columns are handled during serialization/deserialization.

It appears that in Framework 1.x there is some unintended consequence
caused by assumptions when serializing datacolumns of type DateTime when
the serializing machine is in a different time zone than the deserializing
machine and this could very well be the cause of Cesar's 'issue'.

"Armin Zingler" <az*******@freenet.de> wrote in message
news:ea*************@TK2MSFTNGP11.phx.gbl...
"Cesar Ronchese" <ronchese_hotmail_dot_com> schrieb im Newsbeitrag
news:e9**************@TK2MSFTNGP10.phx.gbl...
Hi,

I built the sample code showing the problem with dates when viewed at
different machines, different Time Zones and transported via Remoting.

The zip can be downloaded here:

www.carsoftnet.com.br/temp/sample_error_date.zip


I also had a look now. There is too much for me that I don't understand.
I know nothing about httpchannel and remoting, I don't have an SQL server
installed and I don't have a 2nd machine (ready for testing). Bad
conditions to help you. ;-) What I can do is examine the code. Well,
after 30 min, I am not much cleverer. :) All I can say is: I don't know
where the conversion takes place. I would have to test this. Sorry, can't
help you here! Maybe Cor or somebody else can?
Armin


Dec 13 '05 #9
doh,

ServerVariables
Dec 13 '05 #10
As I could see, the problem is not really easy to resolve :D

I should implement time conversion everytime I get the datatable via the
remoting and convert when write again to database, I got well the idea? I'll
need use some sweat to do it, but is possible. However I can find some
problems of inconsistencies, mainly if the user changes the time zone after
the program have retrieved the data.

I'll check the Stephany Young reply, about the correction in framework 2.0,
before need to go to manual conversion!

Thank you folks very much for the hand.

[]s
Cesar

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:eu***************@TK2MSFTNGP12.phx.gbl...
Ken,

I have seen more told that the language code (it is returned standard in
the systemvariables which we use to filter our IP addresses) could be
used. In my opinion is that language the most dangerous thing to use.

Assume you buy something to deliver on 11012006 with an English language.
Which date will you assume that this is. Exactly in the most countries
using the English language 11 januari 2006. While probably for the most
persons using the English language it is november 01 2006.

:-)

The IP address is interesting however I did not see that French and
English Canada have a seperated IP range as well is that not for Belgium
which has 3 languages and Swis which has four. I know than the country
however nothing about the used culture.

I have very much the idea that the IP addresses in that csv file are not
an official range, but something that is collected. It says 99% procent
accurate, from where is that, over the whole world or only in the USA.

You can than of course use the combination of language and supposed
country, however still I would like it more if the system variables just
would give back for you "en-US", for Peter "nl-BE" and for me "nl-NL".

In addition than as well the timezone because that you are in the USA does
not say anything about your timezone.

Just my thought,

However as always thanks.

:-)

Cor

"Ken Tucker [MVP]" <vb***@bellsouth.net> schreef in bericht
news:eX**************@TK2MSFTNGP15.phx.gbl...
Cor,

http://www.markberck.nl/article_9476...e90464e6f.aspx

Ken
--------------------
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Cesar,

By the way, it would be nice if they made it possible that the
servervariables would return the culture and the timezone of the client.

This does not help you, however you never know who reads this.

Cor

"Cor Ligthert [MVP]" <no************@planet.nl>

Cesar,

Nice sample, however to verify, "you wrote no problems exist with a
normal connection?

The problem you show now is in my opinion exactly the same as with a
webpage. You have to know the timezone from the client to correct that.
On the serverside you know that.

http://www.timeanddate.com/worldclock/setpersonal.html

Just my idea.

Cor



Dec 13 '05 #11
Cesar,

Looking again at your program it is not impossible that the message from
Stephany will help you, however than more that maybe the Net 1.x is not
using the datetime zone information in an XML file.

That is easy to check of course by changing that +001 or whatever it is
which is at your place, I am for sure that it is a -xxx value guesing it
is -005.

Cor
Dec 13 '05 #12
Got it!! The tip from Stephany about .net 2.0 worked, just need to apply in
each datetime datacolumn the following code:

dtbTable.Columns(i).DateTimeMode = DataSetDateTime.Unspecified

And well, for now, I need to know what will be the size of the job to
convert the program, hehe.

All helps appreciatted!

[]s
Cesar


"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:e6*************@tk2msftngp13.phx.gbl...
Sephany,

If I use net 1.1 I get

<myDutchDateToday>2005-12-13T15:39:46.2031250+01:00</myDutchDateToday>

Where the +1 means that the CET time that I am using is +1 to the UTC
time. This is done with VB2003.

If I use in Net 2.0 the DateTime.UTC than I get
<myDutchDateToday>2005-12-13T14:36:06.734375Z</myDutchDateToday>

Z from Zulu = Greenwich MeanTime GMT or UTC Universal Time Coordinated..

If I use in Net 2.0 the DateTime.local than I get the same as in Net 1.0
<myDutchDateToday>2005-12-13T15:39:46.2031250+01:00</myDutchDateToday>

So therefore what does this help?

Cor
"Stephany Young" <noone@localhost> schreef in bericht
news:eQ***************@tk2msftngp13.phx.gbl...
Eureka.

Someone posted a message a couple of hours ago in
microsoft.public.dotnet.framework asking if a problem concerning time
zone conversion when sending datasets over web services in Framework 1.x?
had been resolved on Framework 2.0.

A quick look at the DataColumn class in FrameWork 2.0 shows a new
property DataTimeMode that appears to be designed to control how the
values in DateTime columns are handled during
serialization/deserialization.

It appears that in Framework 1.x there is some unintended consequence
caused by assumptions when serializing datacolumns of type DateTime when
the serializing machine is in a different time zone than the
deserializing machine and this could very well be the cause of Cesar's
'issue'.

"Armin Zingler" <az*******@freenet.de> wrote in message
news:ea*************@TK2MSFTNGP11.phx.gbl...
"Cesar Ronchese" <ronchese_hotmail_dot_com> schrieb im Newsbeitrag
news:e9**************@TK2MSFTNGP10.phx.gbl...
Hi,

I built the sample code showing the problem with dates when viewed at
different machines, different Time Zones and transported via Remoting.

The zip can be downloaded here:

www.carsoftnet.com.br/temp/sample_error_date.zip
I also had a look now. There is too much for me that I don't understand.
I know nothing about httpchannel and remoting, I don't have an SQL
server installed and I don't have a 2nd machine (ready for testing). Bad
conditions to help you. ;-) What I can do is examine the code. Well,
after 30 min, I am not much cleverer. :) All I can say is: I don't know
where the conversion takes place. I would have to test this. Sorry,
can't help you here! Maybe Cor or somebody else can?
Armin



Dec 13 '05 #13
> Nice sample (...)

cool, thanks :)) I write this message only to appreciate your comment. Your
help I thank in messages below.

[]s
Cesar
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uB*************@TK2MSFTNGP10.phx.gbl...
Cesar,

Nice sample, however to verify, "you wrote no problems exist with a normal
connection?

The problem you show now is in my opinion exactly the same as with a
webpage. You have to know the timezone from the client to correct that. On
the serverside you know that.

http://www.timeanddate.com/worldclock/setpersonal.html

Just my idea.

Cor

Dec 13 '05 #14
Stephany,
| A quick look at the DataColumn class in FrameWork 2.0 shows a new property
| DataTimeMode that appears to be designed to control how the values in
I wonder if DateTimeMode maps to new DateTime.Kind property?

| It appears that in Framework 1.x there is some unintended consequence
caused
| by assumptions when serializing datacolumns of type DateTime when the
My understanding is that is the essence of the reason why the DateTime.Kind
property was introduced.

http://msdn2.microsoft.com/e3t6hfy5(en-US,VS.80).aspx

DateTime.Kind indicates if a DateTime value is local time, Utc time, or
unspecified.

http://msdn2.microsoft.com/system.datetimekind.aspx

It allows the framework, specifically DateTime.ToLocalTime &
DateTime.ToUniveralTime to know if the DateTime value is already local or
Utc time.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Stephany Young" <noone@localhost> wrote in message
news:eQ***************@tk2msftngp13.phx.gbl...
| Eureka.
|
| Someone posted a message a couple of hours ago in
| microsoft.public.dotnet.framework asking if a problem concerning time zone
| conversion when sending datasets over web services in Framework 1.x? had
| been resolved on Framework 2.0.
|
| A quick look at the DataColumn class in FrameWork 2.0 shows a new property
| DataTimeMode that appears to be designed to control how the values in
| DateTime columns are handled during serialization/deserialization.
|
| It appears that in Framework 1.x there is some unintended consequence
caused
| by assumptions when serializing datacolumns of type DateTime when the
| serializing machine is in a different time zone than the deserializing
| machine and this could very well be the cause of Cesar's 'issue'.
|
|
|
| "Armin Zingler" <az*******@freenet.de> wrote in message
| news:ea*************@TK2MSFTNGP11.phx.gbl...
| > "Cesar Ronchese" <ronchese_hotmail_dot_com> schrieb im Newsbeitrag
| > news:e9**************@TK2MSFTNGP10.phx.gbl...
| >> Hi,
| >>
| >> I built the sample code showing the problem with dates when viewed at
| >> different machines, different Time Zones and transported via Remoting.
| >>
| >> The zip can be downloaded here:
| >>
| >> www.carsoftnet.com.br/temp/sample_error_date.zip
| >>
| >
| > I also had a look now. There is too much for me that I don't understand.
I
| > know nothing about httpchannel and remoting, I don't have an SQL server
| > installed and I don't have a 2nd machine (ready for testing). Bad
| > conditions to help you. ;-) What I can do is examine the code. Well,
after
| > 30 min, I am not much cleverer. :) All I can say is: I don't know where
| > the conversion takes place. I would have to test this. Sorry, can't help
| > you here! Maybe Cor or somebody else can?
| >
| >
| > Armin
|
|
Dec 13 '05 #15
Ah!
I see the relation between DateTimeKind & DataSetDateTime.

I'll have to try DateTimeKind with remoting w/o DataSets & the benefit of
DataSetDateTime.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Cesar Ronchese" <ronchese_hotmail_dot_com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
| Got it!! The tip from Stephany about .net 2.0 worked, just need to apply
in
| each datetime datacolumn the following code:
|
| dtbTable.Columns(i).DateTimeMode = DataSetDateTime.Unspecified
|
| And well, for now, I need to know what will be the size of the job to
| convert the program, hehe.
|
| All helps appreciatted!
|
| []s
| Cesar
|
|
|
|
|
|
|
|
| "Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
| news:e6*************@tk2msftngp13.phx.gbl...
| > Sephany,
| >
| > If I use net 1.1 I get
| >
| > <myDutchDateToday>2005-12-13T15:39:46.2031250+01:00</myDutchDateToday>
| >
| > Where the +1 means that the CET time that I am using is +1 to the UTC
| > time. This is done with VB2003.
| >
| > If I use in Net 2.0 the DateTime.UTC than I get
| > <myDutchDateToday>2005-12-13T14:36:06.734375Z</myDutchDateToday>
| >
| > Z from Zulu = Greenwich MeanTime GMT or UTC Universal Time Coordinated..
| >
| > If I use in Net 2.0 the DateTime.local than I get the same as in Net 1.0
| > <myDutchDateToday>2005-12-13T15:39:46.2031250+01:00</myDutchDateToday>
| >
| > So therefore what does this help?
| >
| > Cor
| >
| >
| > "Stephany Young" <noone@localhost> schreef in bericht
| > news:eQ***************@tk2msftngp13.phx.gbl...
| >> Eureka.
| >>
| >> Someone posted a message a couple of hours ago in
| >> microsoft.public.dotnet.framework asking if a problem concerning time
| >> zone conversion when sending datasets over web services in Framework
1.x?
| >> had been resolved on Framework 2.0.
| >>
| >> A quick look at the DataColumn class in FrameWork 2.0 shows a new
| >> property DataTimeMode that appears to be designed to control how the
| >> values in DateTime columns are handled during
| >> serialization/deserialization.
| >>
| >> It appears that in Framework 1.x there is some unintended consequence
| >> caused by assumptions when serializing datacolumns of type DateTime
when
| >> the serializing machine is in a different time zone than the
| >> deserializing machine and this could very well be the cause of Cesar's
| >> 'issue'.
| >>
| >>
| >>
| >> "Armin Zingler" <az*******@freenet.de> wrote in message
| >> news:ea*************@TK2MSFTNGP11.phx.gbl...
| >>> "Cesar Ronchese" <ronchese_hotmail_dot_com> schrieb im Newsbeitrag
| >>> news:e9**************@TK2MSFTNGP10.phx.gbl...
| >>>> Hi,
| >>>>
| >>>> I built the sample code showing the problem with dates when viewed at
| >>>> different machines, different Time Zones and transported via
Remoting.
| >>>>
| >>>> The zip can be downloaded here:
| >>>>
| >>>> www.carsoftnet.com.br/temp/sample_error_date.zip
| >>>>
| >>>
| >>> I also had a look now. There is too much for me that I don't
understand.
| >>> I know nothing about httpchannel and remoting, I don't have an SQL
| >>> server installed and I don't have a 2nd machine (ready for testing).
Bad
| >>> conditions to help you. ;-) What I can do is examine the code. Well,
| >>> after 30 min, I am not much cleverer. :) All I can say is: I don't
know
| >>> where the conversion takes place. I would have to test this. Sorry,
| >>> can't help you here! Maybe Cor or somebody else can?
| >>>
| >>>
| >>> Armin
| >>
| >>
| >
| >
|
|
Dec 13 '05 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Monty | last post by:
Let's say you provide an online service from 7:00AM to 6:00PM Eastern Time (daylight time in the summer). Is there way of showing these hours of availability on a web page in the user's local...
4
by: GiriT | last post by:
Would appreciate some insight into how people are dealing with the implicit conversion of timezones that .NET does. If a server in one timezone delivers up a typed dataset to a component in...
1
by: Rob T | last post by:
This is just a general question....trying to collect some ideas on how to approach this issue: I have a web app that has users across the country. Since they login, I can make their profiles...
4
by: P. George | last post by:
i have a table with a 'timstamp with time zone' column. when i insert into it: '18 Nov 2004 00:00:00 PST' ....it looks like: 2004-11-18 03:00:00-05
4
by: JP | last post by:
I have a WS that returns a dataset. When I serialize the data and display in on the screen my dates always seem to be -1 or +1 of the date I exspected. 1/11/2005 10:00:00 PM where should have...
3
by: Satish Itty | last post by:
Hi all, I have a big problem in my hands and not sure how I can fix this. Any suggestions would be greatly appreciated. I have a .NET 3 tier app developed in VS2003 and .NET 1.1. the client is a...
7
by: Steve | last post by:
Hi All I have a windows application written in VB.net 2005 The users have to select a State of Australia, which I use to check they have the correct windows time zone selected in control panel...
6
by: tatata9999 | last post by:
Hi all, I have this simple time management tool designed and developed. And based on a very thoughtful and kind Frenchman's input I've extended its support to international (support all time...
7
by: Correia | last post by:
I have a webserver that is in another country and have a different time zone. How can i fix this and use the scripts with the correct time zone? Thanks
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.